Skip to content

Commit

Permalink
py-setuptools: update to 60.2.0.
Browse files Browse the repository at this point in the history
v60.2.0
-------


Changes
^^^^^^^
* #2974: Setuptools now relies on the Python logging infrastructure to log messages. Instead of using ``distutils.log.*``, use ``logging.getLogger(name).*``.
* #2987: Sync with pypa/distutils@2def21c, including fix for missing get_versions attribute (#2969), more reliance on sysconfig from stdlib.

Misc
^^^^
* #2962: Avoid attempting to use local distutils when the presiding version of Setuptools on the path doesn't have one.
* #2983: Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues between different versions of Setuptools with the distutils local implementation.


v60.1.1
-------


Misc
^^^^
* #2980: Bypass distutils loader when setuptools module is no longer available on sys.path.


v60.1.0
-------


Changes
^^^^^^^
* #2958: In distutils_hack, only add the metadata finder once. In ensure_local_distutils, rely on a context manager for reliable manipulation.
* #2963: Merge with pypa/distutils@a5af364910. Includes revisited fix for pypa/distutils#15 and improved MinGW/Cygwin support from pypa/distutils#77.


v60.0.5
-------


Misc
^^^^
* #2960: Install schemes fall back to default scheme for headers.


v60.0.4
-------


Misc
^^^^
* #2954: Merge with pypa/distutils@eba2bcd310. Adds platsubdir to config vars available for substitution.


v60.0.3
-------


Misc
^^^^
* #2940: Avoid KeyError in distutils hack when pip is imported during ensurepip.


v60.0.2
-------


Misc
^^^^
* #2938: Select 'posix_user' for the scheme unless falling back to stdlib, then use 'unix_user'.


v60.0.1
-------


Misc
^^^^
* #2944: Add support for extended install schemes in easy_install.


v60.0.0
-------


Breaking Changes
^^^^^^^^^^^^^^^^
* #2896: Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib.


v59.8.0
-------


Changes
^^^^^^^
* #2935: Merge pypa/distutils@460b59f.


v59.7.0
-------


Changes
^^^^^^^
* #2930: Require Python 3.7
  • Loading branch information
0-wiz-0 committed Dec 30, 2021
1 parent 5b5dc02 commit a452351
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.196 2021/12/30 15:19:02 wiz Exp $
# $NetBSD: Makefile,v 1.197 2021/12/30 16:20:11 wiz Exp $

DISTNAME= setuptools-59.6.0
DISTNAME= setuptools-60.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
Expand Down
5 changes: 4 additions & 1 deletion devel/py-setuptools/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.58 2021/11/23 10:32:17 wiz Exp $
@comment $NetBSD: PLIST,v 1.59 2021/12/30 16:20:11 wiz Exp $
${PYSITELIB}/_distutils_hack/__init__.py
${PYSITELIB}/_distutils_hack/__init__.pyc
${PYSITELIB}/_distutils_hack/__init__.pyo
Expand Down Expand Up @@ -402,6 +402,9 @@ ${PYSITELIB}/setuptools/installer.pyo
${PYSITELIB}/setuptools/launch.py
${PYSITELIB}/setuptools/launch.pyc
${PYSITELIB}/setuptools/launch.pyo
${PYSITELIB}/setuptools/logging.py
${PYSITELIB}/setuptools/logging.pyc
${PYSITELIB}/setuptools/logging.pyo
${PYSITELIB}/setuptools/monkey.py
${PYSITELIB}/setuptools/monkey.pyc
${PYSITELIB}/setuptools/monkey.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.174 2021/12/13 16:19:09 adam Exp $
$NetBSD: distinfo,v 1.175 2021/12/30 16:20:11 wiz Exp $

BLAKE2s (setuptools-59.6.0.tar.gz) = d9672d1788560e57185eb09a111569ebc0eae228d54cb36fb995ff14d080368f
SHA512 (setuptools-59.6.0.tar.gz) = 25472ec7c167e07113c6645880952458969b146766b64224ec8f40dfc2a29b23e47104b63e806292ec81ee4e9dbbdc4663228f39b4412b586cba644f69b52309
Size (setuptools-59.6.0.tar.gz) = 2281973 bytes
BLAKE2s (setuptools-60.2.0.tar.gz) = 76b05237eb1c41b1492bcd70484670b844307a252e508f1904cfbbe7be8a4eae
SHA512 (setuptools-60.2.0.tar.gz) = 9c7185843ead283ef97311018f1bb683c2e969f0333d5b246c7f1687c5ec6a9d6a2dafc39540ea7354e969d5a3f84e74c07dbce010970dd0ed46ebb48300a0bf
Size (setuptools-60.2.0.tar.gz) = 2282807 bytes

0 comments on commit a452351

Please sign in to comment.