pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jun 26 17:11:59 UTC 2024
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
py-setuptools: update to 70.1.1.
v70.1.1
=======
Misc
----
- #4429
v70.1.0
=======
Features
--------
- Adopted the ``bdist_wheel`` command from the ``wheel`` project -- by :user:`agronholm` (#1386)
- Improve error message when ``pkg_resources.ZipProvider`` tries to extract resources with a missing Egg -- by :user:`Avasam`
Added variables and parameter type annotations to ``pkg_resources`` to be nearly on par with typeshed.\* -- by :user:`Avasam`
\* Excluding ``TypeVar`` and ``overload``. Return types are currently inferred. (#4246)
- Migrated Setuptools' own config to pyproject.toml (#4310)
Bugfixes
--------
- Prevent a ``TypeError: 'NoneType' object is not callable`` when ``shutil_rmtree`` is called without an ``onexc`` parameter on Python<=3.11 -- by :user:`Avasam` (#4382)
- Replace use of mktemp with can_symlink from the stdlib test suite. (#4403)
- Improvement for ``attr:`` directives in configuration to handle
more edge cases related to complex ``package_dir``. (#4405)
- Fix accidental implicit string concatenation. (#4411)
Misc
----
- #4365, #4422
To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.219 -r1.220 pkgsrc/devel/py-setuptools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.245 pkgsrc/devel/py-setuptools/Makefile:1.246
--- pkgsrc/devel/py-setuptools/Makefile:1.245 Sat Jun 8 12:40:24 2024
+++ pkgsrc/devel/py-setuptools/Makefile Wed Jun 26 17:11:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.245 2024/06/08 12:40:24 wiz Exp $
+# $NetBSD: Makefile,v 1.246 2024/06/26 17:11:58 wiz Exp $
-DISTNAME= setuptools-70.0.0
+DISTNAME= setuptools-70.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -17,6 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-ini2toml>=
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.develop>=7.21:../../devel/py-jaraco.develop
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.envs>=2.2:../../devel/py-jaraco.envs
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.path>=3.2.0:../../devel/py-jaraco.path
+TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.test>=0:../../devel/py-jaraco.test
TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=19.1:../../devel/py-pip
TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=2.4:../../devel/py-test-checkdocs
TEST_DEPENDS+= ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.88 pkgsrc/devel/py-setuptools/PLIST:1.89
--- pkgsrc/devel/py-setuptools/PLIST:1.88 Sat Jun 8 12:40:24 2024
+++ pkgsrc/devel/py-setuptools/PLIST Wed Jun 26 17:11:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.88 2024/06/08 12:40:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.89 2024/06/26 17:11:58 wiz Exp $
${PYSITELIB}/_distutils_hack/__init__.py
${PYSITELIB}/_distutils_hack/__init__.pyc
${PYSITELIB}/_distutils_hack/__init__.pyo
@@ -514,6 +514,21 @@ ${PYSITELIB}/setuptools/_vendor/tomli/_t
${PYSITELIB}/setuptools/_vendor/tomli/_types.pyc
${PYSITELIB}/setuptools/_vendor/tomli/_types.pyo
${PYSITELIB}/setuptools/_vendor/tomli/py.typed
+${PYSITELIB}/setuptools/_vendor/wheel/__init__.py
+${PYSITELIB}/setuptools/_vendor/wheel/__init__.pyc
+${PYSITELIB}/setuptools/_vendor/wheel/__init__.pyo
+${PYSITELIB}/setuptools/_vendor/wheel/macosx_libfile.py
+${PYSITELIB}/setuptools/_vendor/wheel/macosx_libfile.pyc
+${PYSITELIB}/setuptools/_vendor/wheel/macosx_libfile.pyo
+${PYSITELIB}/setuptools/_vendor/wheel/metadata.py
+${PYSITELIB}/setuptools/_vendor/wheel/metadata.pyc
+${PYSITELIB}/setuptools/_vendor/wheel/metadata.pyo
+${PYSITELIB}/setuptools/_vendor/wheel/util.py
+${PYSITELIB}/setuptools/_vendor/wheel/util.pyc
+${PYSITELIB}/setuptools/_vendor/wheel/util.pyo
+${PYSITELIB}/setuptools/_vendor/wheel/wheelfile.py
+${PYSITELIB}/setuptools/_vendor/wheel/wheelfile.pyc
+${PYSITELIB}/setuptools/_vendor/wheel/wheelfile.pyo
${PYSITELIB}/setuptools/_vendor/zipp.py
${PYSITELIB}/setuptools/_vendor/zipp.pyc
${PYSITELIB}/setuptools/_vendor/zipp.pyo
@@ -542,6 +557,9 @@ ${PYSITELIB}/setuptools/command/bdist_eg
${PYSITELIB}/setuptools/command/bdist_rpm.py
${PYSITELIB}/setuptools/command/bdist_rpm.pyc
${PYSITELIB}/setuptools/command/bdist_rpm.pyo
+${PYSITELIB}/setuptools/command/bdist_wheel.py
+${PYSITELIB}/setuptools/command/bdist_wheel.pyc
+${PYSITELIB}/setuptools/command/bdist_wheel.pyo
${PYSITELIB}/setuptools/command/build.py
${PYSITELIB}/setuptools/command/build.pyc
${PYSITELIB}/setuptools/command/build.pyo
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.219 pkgsrc/devel/py-setuptools/distinfo:1.220
--- pkgsrc/devel/py-setuptools/distinfo:1.219 Sat Jun 8 12:40:24 2024
+++ pkgsrc/devel/py-setuptools/distinfo Wed Jun 26 17:11:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.219 2024/06/08 12:40:24 wiz Exp $
+$NetBSD: distinfo,v 1.220 2024/06/26 17:11:58 wiz Exp $
-BLAKE2s (setuptools-70.0.0.tar.gz) = f03ee509af97995a3aa57ec9a00dc1f68b7320a3b6698d3f8f204f007f49ef62
-SHA512 (setuptools-70.0.0.tar.gz) = 13a5ac09401165dc36d2a365c0ea236c01153374c002b062c4b403a537157ce86593848e93e3c26f5c81f5783e43e6aa96d813f9a39a55732ea3911ddc5c337a
-Size (setuptools-70.0.0.tar.gz) = 2265182 bytes
+BLAKE2s (setuptools-70.1.1.tar.gz) = d9aa744cb0e4fc6b6f177dad81d2a9547b25389fc94abfa6061c9933eb5d19cc
+SHA512 (setuptools-70.1.1.tar.gz) = 63452aa1e1d1dea6ad622a21fcc9334bc3603e45de9a1485f79776e02a0fb3b0a0a8b3e886af73845c3c373348c7021f2e06a5665676e9015ee9855441512136
+Size (setuptools-70.1.1.tar.gz) = 2292324 bytes
Home |
Main Index |
Thread Index |
Old Index