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 41.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b74d78594d76
branches:  trunk
changeset: 338002:b74d78594d76
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Aug 17 10:22:39 2019 +0000

description:
py-setuptools: updated to 41.1.0

v41.1.0
* Moved most of the constants from setup.py to setup.cfg
* Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
* Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
* Forse metadata-version >= 1.2. when project urls are present.
* Improve package_data check: ensure the dictionary values are lists/tuples of strings.
* Changed compatibility fallback logic for html.unescape to avoid accessing HTMLParser.unescape when not necessary. HTMLParser.unescape is deprecated and will be removed in Python 3.9.
* Added the file path to the error message when a UnicodeDecodeError occurs while reading a metadata file.
* Use license classifiers rather than the license field.

diffstat:

 devel/py-setuptools/Makefile |   4 ++--
 devel/py-setuptools/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9725ac73d14b -r b74d78594d76 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sat Aug 17 09:55:09 2019 +0000
+++ b/devel/py-setuptools/Makefile      Sat Aug 17 10:22:39 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.168 2019/04/23 09:39:13 adam Exp $
+# $NetBSD: Makefile,v 1.169 2019/08/17 10:22:39 adam Exp $
 
-DISTNAME=      setuptools-41.0.1
+DISTNAME=      setuptools-41.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 9725ac73d14b -r b74d78594d76 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sat Aug 17 09:55:09 2019 +0000
+++ b/devel/py-setuptools/distinfo      Sat Aug 17 10:22:39 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.146 2019/04/23 09:39:13 adam Exp $
+$NetBSD: distinfo,v 1.147 2019/08/17 10:22:39 adam Exp $
 
-SHA1 (setuptools-41.0.1.zip) = 2dee31e61a0d13bd8f687c40a4f725da798cbe44
-RMD160 (setuptools-41.0.1.zip) = 610a2eb14c3ffa128b125b3bf992e2a479cf8a0b
-SHA512 (setuptools-41.0.1.zip) = 022ac63b27da157ddab5eef34d4452f30b3798c3555779255686ecedcb98d6d60a9ac0b1a077b28426e3306d4ed5e89f1eea2894f9da6def57376596c01595b9
-Size (setuptools-41.0.1.zip) = 849016 bytes
+SHA1 (setuptools-41.1.0.zip) = b275d44f31aa15b85a0f1b72368055bec3417246
+RMD160 (setuptools-41.1.0.zip) = af6940c69e10046fe0059d35e38d0941b2230e14
+SHA512 (setuptools-41.1.0.zip) = 07e3381fffc7b75051640c07e334794cb008682e05ab8bbd5bb1e9757fd36305997a2974c424fd474411941f5ff014a53ec1edc276543593b238fe1e97d7d106
+Size (setuptools-41.1.0.zip) = 851100 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index