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:           Tue May  4 06:17:59 UTC 2021

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

Log Message:
py-setuptools: updated to 56.0.0

v56.0.0

Deprecations

* The license_file option is now marked as deprecated. Use license_files instead.

Breaking Changes

* If neither license_file nor license_files is specified, the sdist option will now auto-include files that match the following patterns: LICEN[CS]E*, COPYING*, NOTICE*, AUTHORS*. This matches the 
behavior of bdist_wheel.

Changes

* The license_file and license_files options now support glob patterns.
* Implemented VendorImporter.find_spec() method to get rid of ImportWarning that Python 3.10 emits when only the old-style importer hooks are present

Documentation changes

* Added documentation for the license_files option.

v55.0.0

Breaking Changes

* Remove the deprecated bdist_wininst command. Binary packages should be built as wheels instead.


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.162 -r1.163 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.184 pkgsrc/devel/py-setuptools/Makefile:1.185
--- pkgsrc/devel/py-setuptools/Makefile:1.184   Sat Apr  3 07:32:26 2021
+++ pkgsrc/devel/py-setuptools/Makefile Tue May  4 06:17:59 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.184 2021/04/03 07:32:26 adam Exp $
+# $NetBSD: Makefile,v 1.185 2021/05/04 06:17:59 adam Exp $
 
 # 48.0.0 and newer are broken on NetBSD
 # https://github.com/pypa/setuptools/issues/2364
-DISTNAME=      setuptools-54.2.0
+DISTNAME=      setuptools-56.0.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.54 pkgsrc/devel/py-setuptools/PLIST:1.55
--- pkgsrc/devel/py-setuptools/PLIST:1.54       Sat Apr  3 07:32:26 2021
+++ pkgsrc/devel/py-setuptools/PLIST    Tue May  4 06:17:59 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2021/04/03 07:32:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.55 2021/05/04 06:17:59 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -297,9 +297,6 @@ ${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_wininst.py
-${PYSITELIB}/setuptools/command/bdist_wininst.pyc
-${PYSITELIB}/setuptools/command/bdist_wininst.pyo
 ${PYSITELIB}/setuptools/command/build_clib.py
 ${PYSITELIB}/setuptools/command/build_clib.pyc
 ${PYSITELIB}/setuptools/command/build_clib.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.162 pkgsrc/devel/py-setuptools/distinfo:1.163
--- pkgsrc/devel/py-setuptools/distinfo:1.162   Sat Apr  3 07:32:26 2021
+++ pkgsrc/devel/py-setuptools/distinfo Tue May  4 06:17:59 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.162 2021/04/03 07:32:26 adam Exp $
+$NetBSD: distinfo,v 1.163 2021/05/04 06:17:59 adam Exp $
 
-SHA1 (setuptools-54.2.0.tar.gz) = 85a4e10d3551a7bce28a4e6ef05580242c160717
-RMD160 (setuptools-54.2.0.tar.gz) = ae5bb69994c6a1772959c764f061621d6c9fa2f4
-SHA512 (setuptools-54.2.0.tar.gz) = b18cd075cf59b8648611eef1874de41199ede6ffe6d7f5047586c6ac8783fe18b9a4f537783e590e7aec127033f612b93925e92f039bd6416a609fcfb262e354
-Size (setuptools-54.2.0.tar.gz) = 2054279 bytes
+SHA1 (setuptools-56.0.0.tar.gz) = 1c9806f81e598248025556d47b88b29de332041a
+RMD160 (setuptools-56.0.0.tar.gz) = e3a767065ce798fe62c5091d8ac4dca45eb4747c
+SHA512 (setuptools-56.0.0.tar.gz) = 951d43a0192b9dddacd7bd7ff6b76e281c14071771096db3c413fde6ea67b0c534f17a770cb3464cd3a6a4e8145b82f4cf5c0228e76e6f2cefe88d33748816e9
+Size (setuptools-56.0.0.tar.gz) = 2054762 bytes
 SHA1 (patch-setuptools___distutils_sysconfig.py) = a7b51250f81fcdb1263874f13be9e05daa19d956
 SHA1 (patch-setuptools___distutils_unixccompiler.py) = 0458b62ffed862c506c9181ed851b6a13f53aa30



Home | Main Index | Thread Index | Old Index