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 40.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df008b7ffdcd
branches:  trunk
changeset: 312923:df008b7ffdcd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 19 11:33:34 2018 +0000

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

diffstat:

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

diffs (28 lines):

diff -r b6cb5ff6100b -r df008b7ffdcd devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed Sep 19 09:45:18 2018 +0000
+++ b/devel/py-setuptools/Makefile      Wed Sep 19 11:33:34 2018 +0000
@@ -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/}
diff -r b6cb5ff6100b -r df008b7ffdcd devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Wed Sep 19 09:45:18 2018 +0000
+++ b/devel/py-setuptools/distinfo      Wed Sep 19 11:33:34 2018 +0000
@@ -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