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:           Sat Aug 17 10:22:40 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.146 -r1.147 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.168 pkgsrc/devel/py-setuptools/Makefile:1.169
--- pkgsrc/devel/py-setuptools/Makefile:1.168   Tue Apr 23 09:39:13 2019
+++ pkgsrc/devel/py-setuptools/Makefile Sat Aug 17 10:22:39 2019
@@ -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/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.146 pkgsrc/devel/py-setuptools/distinfo:1.147
--- pkgsrc/devel/py-setuptools/distinfo:1.146   Tue Apr 23 09:39:13 2019
+++ pkgsrc/devel/py-setuptools/distinfo Sat Aug 17 10:22:39 2019
@@ -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