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 Aug  1 10:15:02 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.82 -r1.83 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.103 pkgsrc/devel/py-setuptools/Makefile:1.104
--- pkgsrc/devel/py-setuptools/Makefile:1.103   Sun Jul 24 19:30:34 2016
+++ pkgsrc/devel/py-setuptools/Makefile Mon Aug  1 10:15:02 2016
@@ -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/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.82 pkgsrc/devel/py-setuptools/distinfo:1.83
--- pkgsrc/devel/py-setuptools/distinfo:1.82    Sun Jul 24 19:30:34 2016
+++ pkgsrc/devel/py-setuptools/distinfo Mon Aug  1 10:15:02 2016
@@ -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