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.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8de6d82bad85
branches:  trunk
changeset: 351386:8de6d82bad85
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 19 15:33:49 2016 +0000

description:
Updated py-setuptools to 25.2.0.

v25.2.0
-------

* #612 via #730: Add a LICENSE file which needs to be provided by the terms of
  the MIT license.

v25.1.6
-------

* #725

v25.1.5
-------

* #720
* #723

v25.1.4
-------

* #717
* #713
* #707 via #715

v25.1.3
-------

* #714 and #704: Revert fix as it breaks other components
  downstream that can't handle unicode. See #709, #710,
  and #712.

v25.1.2
-------

* #704: Fix errors when installing a zip sdist that contained
  files named with non-ascii characters on Windows would
  crash the install when it attempted to clean up the build.
* #646: MSVC compatibility - catch errors properly in
  RegistryInfo.lookup.
* #702: Prevent UnboundLocalError when initial working_set
  is empty.

diffstat:

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

diffs (28 lines):

diff -r ed95f20d0455 -r 8de6d82bad85 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Fri Aug 19 15:31:03 2016 +0000
+++ b/devel/py-setuptools/Makefile      Fri Aug 19 15:33:49 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2016/08/01 10:15:02 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2016/08/19 15:33:49 wiz Exp $
 
-DISTNAME=              setuptools-25.1.1
+DISTNAME=              setuptools-25.2.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r ed95f20d0455 -r 8de6d82bad85 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Fri Aug 19 15:31:03 2016 +0000
+++ b/devel/py-setuptools/distinfo      Fri Aug 19 15:33:49 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.83 2016/08/01 10:15:02 wiz Exp $
+$NetBSD: distinfo,v 1.84 2016/08/19 15:33:49 wiz Exp $
 
-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 (setuptools-25.2.0.tar.gz) = 9d849f89309ad26e6f6c6fae041c3aa3d546fa06
+RMD160 (setuptools-25.2.0.tar.gz) = 8b18410005d397c6585bee9c196c01cb91484b88
+SHA512 (setuptools-25.2.0.tar.gz) = ffc0b11b9853330675990f066436b575116073cd4c94c139ca8c04fd18cfd99e1614299fa132d49c79938fa84f6cd44862a2ecbe61300292b665e291eb65881e
+Size (setuptools-25.2.0.tar.gz) = 612103 bytes
 SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf



Home | Main Index | Thread Index | Old Index