pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools py-setuptools: updated to 65.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a6f55b36346
branches:  trunk
changeset: 385819:4a6f55b36346
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 26 18:46:59 2022 +0000

description:
py-setuptools: updated to 65.4.0

v65.4.0
-------

Changes
* Merge with pypa/distutils@d82d926 including support for DIST_EXTRA_CONFIG in pypa/distutils-177.


v65.3.0
-------

Changes
* Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland`

Documentation changes
* Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide <userguide/quickstart:dependency-management>` -- by :user:`mfbutner`

Misc
* Fixed accidental name matching in editable hooks.


v65.2.0
-------

Changes
* Sync with pypa/distutils@22b9bcf, including fixed cross-compiling support and removing deprecation warning per pypa/distutils-169.


v65.1.1
-------

Misc
* Avoided circular imports in meta path finder for editable installs when a
  missing module has the same name as its parent.


v65.1.0
-------

Changes
* Remove monkeypatching of msvc9compiler.

Documentation changes
* Corrected documentation on how to use the `legacy-editable` mode.


v65.0.2
-------

Misc
* Restored distutils msvccompiler and msvc9compiler modules and marked as deprecated (pypa/distutils@c802880).


v65.0.1
-------

Documentation changes
* Added clarification to :doc:`/userguide/quickstart` about support
  to ``setup.py``.

Misc
* Fixed backward compatibility of editable installs and custom ``build_ext``
  commands inheriting directly from ``distutils``.
* Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when
  given ``metadata_directory`` is ``"."``.


v65.0.0
-------

Breaking Changes
* Removed 'msvccompiler' and 'msvc9compiler' modules from distutils.
* Remove bdist_msi and bdist_wininst commands, which have been deprecated since Python 3.9. Use older Setuptools for these behaviors if needed.

Documentation changes
* Changed the note in ``keywords`` documentation regarding editable installations
  to specify which ``setuptools`` version require a minimal ``setup.py`` file or not.

diffstat:

 devel/py-setuptools/Makefile |   4 ++--
 devel/py-setuptools/PLIST    |  11 ++++-------
 devel/py-setuptools/distinfo |   8 ++++----
 3 files changed, 10 insertions(+), 13 deletions(-)

diffs (60 lines):

diff -r 27a8ba909de5 -r 4a6f55b36346 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Sep 26 18:43:48 2022 +0000
+++ b/devel/py-setuptools/Makefile      Mon Sep 26 18:46:59 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.220 2022/08/11 06:23:56 adam Exp $
+# $NetBSD: Makefile,v 1.221 2022/09/26 18:46:59 adam Exp $
 
-DISTNAME=      setuptools-63.4.3
+DISTNAME=      setuptools-65.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 27a8ba909de5 -r 4a6f55b36346 devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Mon Sep 26 18:43:48 2022 +0000
+++ b/devel/py-setuptools/PLIST Mon Sep 26 18:46:59 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.73 2022/07/06 07:25:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.74 2022/09/26 18:46:59 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -186,15 +186,9 @@
 ${PYSITELIB}/setuptools/_distutils/command/bdist_dumb.py
 ${PYSITELIB}/setuptools/_distutils/command/bdist_dumb.pyc
 ${PYSITELIB}/setuptools/_distutils/command/bdist_dumb.pyo
-${PYSITELIB}/setuptools/_distutils/command/bdist_msi.py
-${PYSITELIB}/setuptools/_distutils/command/bdist_msi.pyc
-${PYSITELIB}/setuptools/_distutils/command/bdist_msi.pyo
 ${PYSITELIB}/setuptools/_distutils/command/bdist_rpm.py
 ${PYSITELIB}/setuptools/_distutils/command/bdist_rpm.pyc
 ${PYSITELIB}/setuptools/_distutils/command/bdist_rpm.pyo
-${PYSITELIB}/setuptools/_distutils/command/bdist_wininst.py
-${PYSITELIB}/setuptools/_distutils/command/bdist_wininst.pyc
-${PYSITELIB}/setuptools/_distutils/command/bdist_wininst.pyo
 ${PYSITELIB}/setuptools/_distutils/command/build.py
 ${PYSITELIB}/setuptools/_distutils/command/build.pyc
 ${PYSITELIB}/setuptools/_distutils/command/build.pyo
@@ -544,6 +538,9 @@
 ${PYSITELIB}/setuptools/command/easy_install.py
 ${PYSITELIB}/setuptools/command/easy_install.pyc
 ${PYSITELIB}/setuptools/command/easy_install.pyo
+${PYSITELIB}/setuptools/command/editable_wheel.py
+${PYSITELIB}/setuptools/command/editable_wheel.pyc
+${PYSITELIB}/setuptools/command/editable_wheel.pyo
 ${PYSITELIB}/setuptools/command/egg_info.py
 ${PYSITELIB}/setuptools/command/egg_info.pyc
 ${PYSITELIB}/setuptools/command/egg_info.pyo
diff -r 27a8ba909de5 -r 4a6f55b36346 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Sep 26 18:43:48 2022 +0000
+++ b/devel/py-setuptools/distinfo      Mon Sep 26 18:46:59 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.197 2022/08/11 06:23:56 adam Exp $
+$NetBSD: distinfo,v 1.198 2022/09/26 18:46:59 adam Exp $
 
-BLAKE2s (setuptools-63.4.3.tar.gz) = 5fccf9cde72c942103e0a07a9a15a430c6720eddba7c0b8bb599293b12523d71
-SHA512 (setuptools-63.4.3.tar.gz) = f19478921ffcf5441ec60a2af17c695456fee064f287e2130c4ff14d471a1124bd37104ad43adc7623ea0cba4ed170ed4aa37c6883aff8fd811ab960e6d12453
-Size (setuptools-63.4.3.tar.gz) = 2600453 bytes
+BLAKE2s (setuptools-65.4.0.tar.gz) = dc2c6e74d6f9efa2490987b7d2c9fb6cac55f8c912a9d350778daac24af04486
+SHA512 (setuptools-65.4.0.tar.gz) = 4c8c6348fc5e9e2cc2d7b143b050103e7ed4252dd58ca5aae8d50ee9ec522789ecfbe61dd87513d47bfd1d4afc290a7abc07fd0a6e8d27155c6732111702032d
+Size (setuptools-65.4.0.tar.gz) = 2615629 bytes



Home | Main Index | Thread Index | Old Index