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:   adam
Date:           Mon Jul  5 08:21:54 UTC 2021

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.164 -r1.165 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.186 pkgsrc/devel/py-setuptools/Makefile:1.187
--- pkgsrc/devel/py-setuptools/Makefile:1.186   Thu Jun 24 17:19:54 2021
+++ pkgsrc/devel/py-setuptools/Makefile Mon Jul  5 08:21:54 2021
@@ -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/}

Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.56 pkgsrc/devel/py-setuptools/PLIST:1.57
--- pkgsrc/devel/py-setuptools/PLIST:1.56       Thu Jun 24 17:19:54 2021
+++ pkgsrc/devel/py-setuptools/PLIST    Mon Jul  5 08:21:54 2021
@@ -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.pyc
 ${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

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.164 pkgsrc/devel/py-setuptools/distinfo:1.165
--- pkgsrc/devel/py-setuptools/distinfo:1.164   Thu Jun 24 17:19:54 2021
+++ pkgsrc/devel/py-setuptools/distinfo Mon Jul  5 08:21:54 2021
@@ -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