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:           Wed Sep 19 11:33:34 UTC 2018

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

Log Message:
py-setuptools: updated to 40.4.1

v40.4.1:
* Bump vendored pyparsing to 2.2.1.

v40.4.0:
* Join the sdist --dist-dir and the build_meta sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist 
presence, and setuptools no longer needs to handle conflicts between the two).

v40.3.0:
* Fixed a bug with namespace packages under Python 3.6 when one package in current directory hides another which is installed.
* Set timestamp of .egg-info directory whenever egg_info command is run.
* build_meta.get_requires_for_build_sdist now does not include the wheel package anymore.
* Suppress warnings in pkg_resources.handle_ns.
* Remove internal use of six.binary_type.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.133 -r1.134 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.155 pkgsrc/devel/py-setuptools/Makefile:1.156
--- pkgsrc/devel/py-setuptools/Makefile:1.155   Sat Aug 25 17:22:41 2018
+++ pkgsrc/devel/py-setuptools/Makefile Wed Sep 19 11:33:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.155 2018/08/25 17:22:41 adam Exp $
+# $NetBSD: Makefile,v 1.156 2018/09/19 11:33:34 adam Exp $
 
-DISTNAME=      setuptools-40.2.0
+DISTNAME=      setuptools-40.4.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.133 pkgsrc/devel/py-setuptools/distinfo:1.134
--- pkgsrc/devel/py-setuptools/distinfo:1.133   Sat Aug 25 17:22:41 2018
+++ pkgsrc/devel/py-setuptools/distinfo Wed Sep 19 11:33:34 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.133 2018/08/25 17:22:41 adam Exp $
+$NetBSD: distinfo,v 1.134 2018/09/19 11:33:34 adam Exp $
 
-SHA1 (setuptools-40.2.0.zip) = 5e225ba87f03d9e89bad793e1871e3b5c12e0d74
-RMD160 (setuptools-40.2.0.zip) = af4bdbefef4bc1aa188f5684ec67abcc7e5a0ccd
-SHA512 (setuptools-40.2.0.zip) = dc5c8e803118c918c04134fada0647d0e8938c0174cd7bee8ab33cb6f1837b138ba18ee5ebf0d253ffae5ab7c4f729a8ae86eead409677e239fbc0946b6b201d
-Size (setuptools-40.2.0.zip) = 853783 bytes
+SHA1 (setuptools-40.4.1.zip) = 09b5d640fe33f39a6bae46b83c944d1274b8ba06
+RMD160 (setuptools-40.4.1.zip) = 985c249da1c40dd5a13755f848cd32ada07b9b98
+SHA512 (setuptools-40.4.1.zip) = 36e26eabda1c205e051cc1100c7568064b52a4dfec0992743bcfb50350097f9bc82cb9f566980ca764ada036a2e25482123b6fc5c0688cbd09427cf46988c46a
+Size (setuptools-40.4.1.zip) = 854531 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index