diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-19 09:02:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-19 09:02:59 +0000 |
commit | 172057e80581d5582dc067465a278d9c9b5c0dcb (patch) | |
tree | 9afc147a6ab0bfc64d31f5bc7075bec0d6093d3d /devel | |
parent | 9ee927ef1395ab45b277653620c0d93afc8c0c2c (diff) | |
download | pkgsrc-172057e80581d5582dc067465a278d9c9b5c0dcb.tar.gz |
Updated py-setuptools to 32.1.0.
v32.1.0
-------
* #891: In 'test' command on test failure, raise DistutilsError,
suppression invocation of subsequent commands.
v32.0.0
-------
* #890: Revert #849. ``global-exclude .foo`` will not match all
``*.foo`` files any more. Package authors must add an explicit
wildcard, such as ``global-exclude *.foo``, to match all
``.foo`` files. See #886, #849.
v31.0.1
-------
* #885: Fix regression where 'pkg_resources._rebuild_mod_path'
would fail when a namespace package's '__path__' was not
a list with a sort attribute.
v31.0.0
-------
* #250: Install '-nspkg.pth' files for packages installed
with 'setup.py develop'. These .pth files allow
namespace packages installed by pip or develop to
co-mingle. This change required the removal of the
change for #805 and pip #1924, introduced in 28.3.0 and implicated
in #870, but means that namespace packages not in a
site packages directory will no longer work on Python
earlier than 3.5, whereas before they would work on
Python not earlier than 3.3.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index bdb3bc5cfa5..b889a34e42e 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2016/12/12 14:58:18 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2016/12/19 09:02:59 wiz Exp $ -DISTNAME= setuptools-30.4.0 +DISTNAME= setuptools-32.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 45e43adb0c0..493a637f988 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.97 2016/12/12 14:58:18 wiz Exp $ +$NetBSD: distinfo,v 1.98 2016/12/19 09:02:59 wiz Exp $ -SHA1 (setuptools-30.4.0.tar.gz) = 03b2b365e9eabafe3a1959e68e92ad17712b6a14 -RMD160 (setuptools-30.4.0.tar.gz) = cf7a74eec563c76e0b2722ee1410f1501fd29d04 -SHA512 (setuptools-30.4.0.tar.gz) = 8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515 -Size (setuptools-30.4.0.tar.gz) = 655934 bytes +SHA1 (setuptools-32.1.0.tar.gz) = e014eaa342442406f84bd0d235058e1cc712ff98 +RMD160 (setuptools-32.1.0.tar.gz) = 23d43206b6f0a3e6ecc439596d1b36bc3b7e8708 +SHA512 (setuptools-32.1.0.tar.gz) = 338fab261c318fefe5871c67fbd0ebccbe02aa95d6630595c76de4034bebee79174f87ad0360ebbac4a8ab362727640bc157923000a14ea2fbc4e294096a9783 +Size (setuptools-32.1.0.tar.gz) = 656843 bytes SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf |