diff options
author | wiz <wiz> | 2015-05-31 13:10:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-05-31 13:10:53 +0000 |
commit | 2e31c1464c33c75db942d56d0cca4ac145a5461d (patch) | |
tree | 7d3b473e21e4aac8e88c7aba2fa8b4a55c382d85 /devel | |
parent | 854b758badd0aec29281612866e3c5290afb99e5 (diff) | |
download | pkgsrc-2e31c1464c33c75db942d56d0cca4ac145a5461d.tar.gz |
Update to 17.0:
17.0
----
* Issue #378: Do not use internal importlib._bootstrap module.
* Issue #390: Disallow console scripts with path separators in
the name. Removes unintended functionality and brings behavior
into parity with pip.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 83949b0211f..f9a4961ae01 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2015/05/28 07:12:22 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2015/05/31 13:10:53 wiz Exp $ -EGG_VERSION= 16.0 +EGG_VERSION= 17.0 DISTNAME= setuptools-${EGG_VERSION} PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} CATEGORIES= devel python diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 5b845ffda82..6f2625d5c60 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2015/05/28 07:12:22 wiz Exp $ +$NetBSD: distinfo,v 1.53 2015/05/31 13:10:53 wiz Exp $ -SHA1 (setuptools-16.0.tar.gz) = e1e0d339ea5fd5587247b8a502f64d1ac83c2d11 -RMD160 (setuptools-16.0.tar.gz) = b11e657a0459e1cf8b01e5709d4550091a3e664e -Size (setuptools-16.0.tar.gz) = 629567 bytes +SHA1 (setuptools-17.0.tar.gz) = 8dd9f58bba2208a0223f7921ee8609a93436d0d8 +RMD160 (setuptools-17.0.tar.gz) = 1ed79e8883bd74c1fe9589409d095b2f5655d876 +Size (setuptools-17.0.tar.gz) = 629845 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 |