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 56.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/812635f6623e
branches:  trunk
changeset: 451923:812635f6623e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 04 06:17:59 2021 +0000

description:
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.

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 2ac14a34c84b -r 812635f6623e devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Tue May 04 05:23:07 2021 +0000
+++ b/devel/py-setuptools/Makefile      Tue May 04 06:17:59 2021 +0000
@@ -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/}
diff -r 2ac14a34c84b -r 812635f6623e devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Tue May 04 05:23:07 2021 +0000
+++ b/devel/py-setuptools/PLIST Tue May 04 06:17:59 2021 +0000
@@ -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_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
diff -r 2ac14a34c84b -r 812635f6623e devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Tue May 04 05:23:07 2021 +0000
+++ b/devel/py-setuptools/distinfo      Tue May 04 06:17:59 2021 +0000
@@ -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