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 57.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a44b9a3708bb
branches:  trunk
changeset: 455462:a44b9a3708bb
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 05 08:21:54 2021 +0000

description:
py-setuptools: updated to 57.1.0

v57.1.0

Changes

* Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order.
* Update to distutils at pypa/distutils@e2627b7.
* Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation.

Documentation changes

* Revamped the backward/cross tool compatibility section to remove some confusion. Add some examples and the version since when entry_points are supported in declarative configuration. Tried to make 
the reading flow a bit leaner, gather some informations that were a bit dispersed.

diffstat:

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

diffs (50 lines):

diff -r be20f90e8c83 -r a44b9a3708bb devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Jul 05 08:21:22 2021 +0000
+++ b/devel/py-setuptools/Makefile      Mon Jul 05 08:21:54 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.186 2021/06/24 17:19:54 adam Exp $
+# $NetBSD: Makefile,v 1.187 2021/07/05 08:21:54 adam Exp $
 
 # 48.0.0 and newer are broken on NetBSD
 # https://github.com/pypa/setuptools/issues/2364
-DISTNAME=      setuptools-57.0.0
+DISTNAME=      setuptools-57.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r be20f90e8c83 -r a44b9a3708bb devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Mon Jul 05 08:21:22 2021 +0000
+++ b/devel/py-setuptools/PLIST Mon Jul 05 08:21:54 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2021/06/24 17:19:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.57 2021/07/05 08:21:54 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -423,9 +423,6 @@
 ${PYSITELIB}/setuptools/sandbox.pyo
 ${PYSITELIB}/setuptools/script (dev).tmpl
 ${PYSITELIB}/setuptools/script.tmpl
-${PYSITELIB}/setuptools/ssl_support.py
-${PYSITELIB}/setuptools/ssl_support.pyc
-${PYSITELIB}/setuptools/ssl_support.pyo
 ${PYSITELIB}/setuptools/unicode_utils.py
 ${PYSITELIB}/setuptools/unicode_utils.pyc
 ${PYSITELIB}/setuptools/unicode_utils.pyo
diff -r be20f90e8c83 -r a44b9a3708bb devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Jul 05 08:21:22 2021 +0000
+++ b/devel/py-setuptools/distinfo      Mon Jul 05 08:21:54 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.164 2021/06/24 17:19:54 adam Exp $
+$NetBSD: distinfo,v 1.165 2021/07/05 08:21:54 adam Exp $
 
-SHA1 (setuptools-57.0.0.tar.gz) = dfcfa1bd90285c64878150e01a551f7f97e3ebc6
-RMD160 (setuptools-57.0.0.tar.gz) = 832d7e2c69cb96bb648b6b90327e33d84a5b4c98
-SHA512 (setuptools-57.0.0.tar.gz) = 5277d8630367d6b16a49e36ed84d8cc6abfaedf87dac3f795b204626a8f15ca9fd80d158a465d8bcabe9c074c76b87c3378d82a4ba5feee1ac6a5f2c91db061e
-Size (setuptools-57.0.0.tar.gz) = 2144749 bytes
+SHA1 (setuptools-57.1.0.tar.gz) = 464549feac117e03fe46755aaa1b2e793bae533e
+RMD160 (setuptools-57.1.0.tar.gz) = c984fd312129295ae906183c349335435525cfc1
+SHA512 (setuptools-57.1.0.tar.gz) = dfcf75584b3d7ae07e0f58ce8f596d7e9cbe3a0c178411053b066fb4362226bcf6467a79aed0853acd0b9f6a3371c47ddb07d77cbd780fe9782b8c19bce2e5fb
+Size (setuptools-57.1.0.tar.gz) = 2144012 bytes
 SHA1 (patch-setuptools___distutils_sysconfig.py) = a7b51250f81fcdb1263874f13be9e05daa19d956
 SHA1 (patch-setuptools___distutils_unixccompiler.py) = 0458b62ffed862c506c9181ed851b6a13f53aa30



Home | Main Index | Thread Index | Old Index