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 Apr 23 09:39:13 UTC 2019

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

Log Message:
py-setuptools: updated to 41.0.1

v41.0.1
* Fixed issue with the PEP 517 backend that prevented building a wheel when the dist/ directory contained existing .whl files.
* In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH.
* In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.145 -r1.146 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.167 pkgsrc/devel/py-setuptools/Makefile:1.168
--- pkgsrc/devel/py-setuptools/Makefile:1.167   Fri Apr 12 13:13:44 2019
+++ pkgsrc/devel/py-setuptools/Makefile Tue Apr 23 09:39:13 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.167 2019/04/12 13:13:44 wiz Exp $
+# $NetBSD: Makefile,v 1.168 2019/04/23 09:39:13 adam Exp $
 
-DISTNAME=      setuptools-41.0.0
+DISTNAME=      setuptools-41.0.1
 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.145 pkgsrc/devel/py-setuptools/distinfo:1.146
--- pkgsrc/devel/py-setuptools/distinfo:1.145   Fri Apr 12 13:13:44 2019
+++ pkgsrc/devel/py-setuptools/distinfo Tue Apr 23 09:39:13 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.145 2019/04/12 13:13:44 wiz Exp $
+$NetBSD: distinfo,v 1.146 2019/04/23 09:39:13 adam Exp $
 
-SHA1 (setuptools-41.0.0.zip) = c2916e90ac41d3862fa8d1880eb9989e0ed5318a
-RMD160 (setuptools-41.0.0.zip) = 0c45d801c2880ef83092da40eae819b4574e9802
-SHA512 (setuptools-41.0.0.zip) = e0f310368c50d954c8b0499ca2ea0e969e82515d0526b854c47d74cf6bb5af505cc522d926a346ab636163af6a85d1b40658c1701e759fbdf36f817af79ba7b1
-Size (setuptools-41.0.0.zip) = 848208 bytes
+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 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index