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 28 09:10:40 UTC 2023
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
py-setuptools: update to 68.0.0.
v68.0.0
-------
Breaking Changes
^^^^^^^^^^^^^^^^
* #3948: Removed verification for existing ``depends.txt`` file (deprecated since v0.5a4).
* #3948: Remove autofixing of broken ``.egg-info`` directories containing the ``-``
character in their base name (without suffix).
They should no longer be produced by sufficiently new versions of ``setuptools``
(warning introduced in 2005).
* #3948: Remove deprecated APIs in ``easy_install``: ``get_script_args``,
``get_script_header`` and ``get_writer``.
The direct usage of ``easy_install`` has been deprecated since v58.3.0,
and the warnings regarding these APIs predate that version.
* #3948: Removed ``egg_info.get_pkg_info_revision`` (deprecated since 2015).
* #3948: Removed ``setuptools.dist._get_unpatched`` (deprecated since 2016)
* #3948: Removed support for SVN in ``setuptools.package_index`` (deprecated since 2018).
* #3948: Removed support for invalid ``pyproject.toml`` files.
During the implementation of PEP 621, it was identified that some users were
producing invalid files. As a transitional measure, the validation was relaxed
for a few use cases. The grace period, however, came to an end.
Changes
^^^^^^^
* #3760: Added symlink support to launcher for installed executables -- by :user:`eugene-sevostianov-sc`
* #3926: Updated vendored ``packaging`` version from 23.0 to 23.1 -- by :user:`MetRonnie`
* #3950: Implemented workaround for old versions of ``vswhere``, which miss the
``-requiresAny`` parameter, such as the ones distributed together with Visual Studio 2017 < 15.6.
* #3952: Changed ``DistutilsMetaFinder`` to skip ``spec_for_pip`` on Python >= 3.12.
* #3952: Removed ``_distutils_hack.remove_shim`` on Python >= 3.12
(since ``distutils`` was removed from the standard library,
``DistutilsMetaFinder`` cannot be disabled on Python >= 3.12).
Misc
^^^^
* #3920: Add a link to deprecation warning in ``pkg_resources`` and improve
``stacklevel`` for better visibility.
To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.209 -r1.210 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.233 pkgsrc/devel/py-setuptools/Makefile:1.234
--- pkgsrc/devel/py-setuptools/Makefile:1.233 Sun May 21 18:58:26 2023
+++ pkgsrc/devel/py-setuptools/Makefile Wed Jun 28 09:10:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.233 2023/05/21 18:58:26 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2023/06/28 09:10:40 wiz Exp $
-DISTNAME= setuptools-67.8.0
+DISTNAME= setuptools-68.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -30,7 +30,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
PYTHON_VERSIONS_INCOMPATIBLE= 27
-# 12 failed, 1132 passed, 26 skipped, 6 xfailed, 3 xpassed, 1 warning
+# 28 failed, 1104 passed, 27 skipped, 6 xfailed, 3 xpassed, 1 warning
PYSETUPTESTTARGET= pytest
BOOTSTRAP_SETUPTOOLS= yes
Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.79 pkgsrc/devel/py-setuptools/PLIST:1.80
--- pkgsrc/devel/py-setuptools/PLIST:1.79 Wed Apr 26 13:34:30 2023
+++ pkgsrc/devel/py-setuptools/PLIST Wed Jun 28 09:10:40 2023
@@ -1,10 +1,4 @@
-@comment $NetBSD: PLIST,v 1.79 2023/04/26 13:34:30 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.80 2023/06/28 09:10:40 wiz Exp $
${PYSITELIB}/_distutils_hack/__init__.py
${PYSITELIB}/_distutils_hack/__init__.pyc
${PYSITELIB}/_distutils_hack/__init__.pyo
@@ -90,6 +84,9 @@ ${PYSITELIB}/pkg_resources/_vendor/packa
${PYSITELIB}/pkg_resources/_vendor/packaging/markers.py
${PYSITELIB}/pkg_resources/_vendor/packaging/markers.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/markers.pyo
+${PYSITELIB}/pkg_resources/_vendor/packaging/metadata.py
+${PYSITELIB}/pkg_resources/_vendor/packaging/metadata.pyc
+${PYSITELIB}/pkg_resources/_vendor/packaging/metadata.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.py
${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.pyo
@@ -138,6 +135,12 @@ ${PYSITELIB}/pkg_resources/_vendor/zipp.
${PYSITELIB}/pkg_resources/extern/__init__.py
${PYSITELIB}/pkg_resources/extern/__init__.pyc
${PYSITELIB}/pkg_resources/extern/__init__.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/setuptools/__init__.py
${PYSITELIB}/setuptools/__init__.pyc
${PYSITELIB}/setuptools/__init__.pyo
@@ -438,6 +441,9 @@ ${PYSITELIB}/setuptools/_vendor/packagin
${PYSITELIB}/setuptools/_vendor/packaging/markers.py
${PYSITELIB}/setuptools/_vendor/packaging/markers.pyc
${PYSITELIB}/setuptools/_vendor/packaging/markers.pyo
+${PYSITELIB}/setuptools/_vendor/packaging/metadata.py
+${PYSITELIB}/setuptools/_vendor/packaging/metadata.pyc
+${PYSITELIB}/setuptools/_vendor/packaging/metadata.pyo
${PYSITELIB}/setuptools/_vendor/packaging/requirements.py
${PYSITELIB}/setuptools/_vendor/packaging/requirements.pyc
${PYSITELIB}/setuptools/_vendor/packaging/requirements.pyo
@@ -533,9 +539,6 @@ ${PYSITELIB}/setuptools/command/install_
${PYSITELIB}/setuptools/command/install_scripts.pyc
${PYSITELIB}/setuptools/command/install_scripts.pyo
${PYSITELIB}/setuptools/command/launcher manifest.xml
-${PYSITELIB}/setuptools/command/py36compat.py
-${PYSITELIB}/setuptools/command/py36compat.pyc
-${PYSITELIB}/setuptools/command/py36compat.pyo
${PYSITELIB}/setuptools/command/register.py
${PYSITELIB}/setuptools/command/register.pyc
${PYSITELIB}/setuptools/command/register.pyo
@@ -645,9 +648,6 @@ ${PYSITELIB}/setuptools/package_index.py
${PYSITELIB}/setuptools/py312compat.py
${PYSITELIB}/setuptools/py312compat.pyc
${PYSITELIB}/setuptools/py312compat.pyo
-${PYSITELIB}/setuptools/py34compat.py
-${PYSITELIB}/setuptools/py34compat.pyc
-${PYSITELIB}/setuptools/py34compat.pyo
${PYSITELIB}/setuptools/sandbox.py
${PYSITELIB}/setuptools/sandbox.pyc
${PYSITELIB}/setuptools/sandbox.pyo
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.209 pkgsrc/devel/py-setuptools/distinfo:1.210
--- pkgsrc/devel/py-setuptools/distinfo:1.209 Sun May 21 18:58:26 2023
+++ pkgsrc/devel/py-setuptools/distinfo Wed Jun 28 09:10:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.209 2023/05/21 18:58:26 wiz Exp $
+$NetBSD: distinfo,v 1.210 2023/06/28 09:10:40 wiz Exp $
-BLAKE2s (setuptools-67.8.0.tar.gz) = c6bdadf295e87f4c9db4298449cae3048e20785294439744b5840699da1699d9
-SHA512 (setuptools-67.8.0.tar.gz) = 5dda7082fc563ce73d810efc9cdbccb8649fef2eac52f1a902c76ab5ec67a87ff64e36e918d0e3b168f5214d787bdc22e8ef9adeccb77d8d368dcbb48f5fb35d
-Size (setuptools-67.8.0.tar.gz) = 2492475 bytes
+BLAKE2s (setuptools-68.0.0.tar.gz) = 6f3c403c41850ef7bc4bb4080bce134671e160d775dc86e0b9b40a7c476fa556
+SHA512 (setuptools-68.0.0.tar.gz) = da6d535a0db6eaf477c8c2148efbc2100fd88a14f3adad44d20e22bf52bee3f00fe86547ea650fe653519bd6ff5f9ef033a55bb3a05fed041e88e78cdfb81d7e
+Size (setuptools-68.0.0.tar.gz) = 2194111 bytes
Home |
Main Index |
Thread Index |
Old Index