pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Updated py-setuptools to 32.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d55897ac62cb
branches:  trunk
changeset: 356135:d55897ac62cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 19 09:02:59 2016 +0000

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

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

diffs (28 lines):

diff -r 0c15b4bdaafd -r d55897ac62cb devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Dec 19 09:01:59 2016 +0000
+++ b/devel/py-setuptools/Makefile      Mon Dec 19 09:02:59 2016 +0000
@@ -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 -r 0c15b4bdaafd -r d55897ac62cb devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Dec 19 09:01:59 2016 +0000
+++ b/devel/py-setuptools/distinfo      Mon Dec 19 09:02:59 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index