pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 19 09:02:59 UTC 2016

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/py-setuptools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.119 pkgsrc/devel/py-setuptools/Makefile:1.120
--- pkgsrc/devel/py-setuptools/Makefile:1.119   Mon Dec 12 14:58:18 2016
+++ pkgsrc/devel/py-setuptools/Makefile Mon Dec 19 09:02:59 2016
@@ -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/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.97 pkgsrc/devel/py-setuptools/distinfo:1.98
--- pkgsrc/devel/py-setuptools/distinfo:1.97    Mon Dec 12 14:58:18 2016
+++ pkgsrc/devel/py-setuptools/distinfo Mon Dec 19 09:02:59 2016
@@ -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