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 25.1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a263b54a6c42
branches: trunk
changeset: 350623:a263b54a6c42
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 01 10:15:02 2016 +0000
description:
Updated py-setuptools to 25.1.1.
v25.1.1
-------
* #686: Fix issue in sys.path ordering by pkg_resources when
rewrite technique is "raw".
* #699: Fix typo in msvc support.
v25.1.0
-------
* #609: Setuptools will now try to download a distribution from
the next possible download location if the first download fails.
This means you can now specify multiple links as ``dependency_links``
and all links will be tried until a working download link is encountered.
v25.0.2
-------
* #688: Fix AttributeError in setup.py when invoked not from
the current directory.
v25.0.1
-------
* Cleanup of setup.py script.
* Fixed documentation builders by allowing setup.py
to be imported without having bootstrapped the
metadata.
* More style cleanup. See #677, #678, #679, #681, #685.
diffstat:
devel/py-setuptools/Makefile | 4 ++--
devel/py-setuptools/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 21af470bbf30 -r a263b54a6c42 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile Mon Aug 01 09:48:02 2016 +0000
+++ b/devel/py-setuptools/Makefile Mon Aug 01 10:15:02 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2016/07/24 19:30:34 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2016/08/01 10:15:02 wiz Exp $
-DISTNAME= setuptools-25.0.0
+DISTNAME= setuptools-25.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 21af470bbf30 -r a263b54a6c42 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo Mon Aug 01 09:48:02 2016 +0000
+++ b/devel/py-setuptools/distinfo Mon Aug 01 10:15:02 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.82 2016/07/24 19:30:34 wiz Exp $
+$NetBSD: distinfo,v 1.83 2016/08/01 10:15:02 wiz Exp $
-SHA1 (setuptools-25.0.0.tar.gz) = d553bbc5b28800d602a81abc95a8318762cec261
-RMD160 (setuptools-25.0.0.tar.gz) = 9242f0f2803427bff4e614857e466b76d9b5ee95
-SHA512 (setuptools-25.0.0.tar.gz) = 8ac7282382782915498f0b91512e99c981b76e52876c8633f1988b5711ce5cab5f834f63b52b88b31dfa0a645a381ced18f1cb2a15320a1c7a2034c622bb742b
-Size (setuptools-25.0.0.tar.gz) = 610873 bytes
+SHA1 (setuptools-25.1.1.tar.gz) = da34b7708b01453528c97355eb882b59abc64546
+RMD160 (setuptools-25.1.1.tar.gz) = 2b34270deac347485b783429edc996cbd055e6e5
+SHA512 (setuptools-25.1.1.tar.gz) = cb07f8ca2562d28ca4f9c6820764025a60206852adbd04e94140bd618e0e853e28491604175704c82eaefcf91d8b5f69822e996ff0a38a702b7dec1139540299
+Size (setuptools-25.1.1.tar.gz) = 610564 bytes
SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf
Home |
Main Index |
Thread Index |
Old Index