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: update to 36.7.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79c3fa9481a5
branches:  trunk
changeset: 371880:79c3fa9481a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 23 22:41:55 2017 +0000

description:
py-setuptools: update to 36.7.2.

v36.7.2
-------

* #701: Fixed duplicate test discovery on Python 3.

v36.7.1
-------

* #1193: Avoid test failures in bdist_egg when
  PYTHONDONTWRITEBYTECODE is set.

v36.7.0
-------

* #1054: Support ``setup_requires`` in ``setup.cfg`` files.

v36.6.1
-------

* #1132: Removed redundant and costly serialization/parsing step
  in ``EntryPoint.__init__``.

* #844: ``bdist_egg --exclude-source-files`` now tested and works
  on Python 3.

diffstat:

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

diffs (28 lines):

diff -r 3d9848839165 -r 79c3fa9481a5 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Thu Nov 23 22:37:07 2017 +0000
+++ b/devel/py-setuptools/Makefile      Thu Nov 23 22:41:55 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2017/10/16 17:20:38 adam Exp $
+# $NetBSD: Makefile,v 1.141 2017/11/23 22:41:55 wiz Exp $
 
-DISTNAME=      setuptools-36.6.0
+DISTNAME=      setuptools-36.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 3d9848839165 -r 79c3fa9481a5 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Thu Nov 23 22:37:07 2017 +0000
+++ b/devel/py-setuptools/distinfo      Thu Nov 23 22:41:55 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.118 2017/10/16 17:20:38 adam Exp $
+$NetBSD: distinfo,v 1.119 2017/11/23 22:41:55 wiz Exp $
 
-SHA1 (setuptools-36.6.0.zip) = c1be97719395ae61f9faa0734b62b3326ebad0fd
-RMD160 (setuptools-36.6.0.zip) = 1e013168d8049f0ab0ddb6dde87bfddb9ca82bc2
-SHA512 (setuptools-36.6.0.zip) = b1b7fbff45db72e24ffb0aef41509a8f49c3911f20e6dfa7335aace22d0b2c533615edd1626c6b58602960644d1a3ad7b2e6899efeec4138aa58a187d063c319
-Size (setuptools-36.6.0.zip) = 725173 bytes
+SHA1 (setuptools-36.7.2.zip) = 95f1e768b0178a3434fd4d382070ecc341020e2b
+RMD160 (setuptools-36.7.2.zip) = 934fd581de8b2ea3b4e766f77e139d0a74025120
+SHA512 (setuptools-36.7.2.zip) = 746dce135dbacb65565787a20a2611388605e2371c94f0f8803e7712e515e69c270751d16a21f381bf6e8ddc0a1b39494db7d0c67bb32e6230a90c5d517e78f9
+Size (setuptools-36.7.2.zip) = 726758 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index