pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Update to 0.9.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb5a439a96b2
branches:  trunk
changeset: 622002:cb5a439a96b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 21 20:31:52 2013 +0000

description:
Update to 0.9.6:

-----
0.9.6
-----

* Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a `.name`
  attribute.

-----
0.9.5
-----

* Python #17980: Fix security vulnerability in SSL certificate validation.

-----
0.9.4
-----

* Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
  upgrading over other releases of Setuptools.

-----
0.9.3
-----

* Issue #42: Fix new ``AttributeError`` introduced in last fix.

-----
0.9.2
-----

* Issue #42: Fix regression where blank checksums would trigger an
  ``AttributeError``.

-----
0.9.1
-----

* Distribute #386: Allow other positional and keyword arguments to os.open.
* Corrected dependency on certifi mis-referenced in 0.9.

diffstat:

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

diffs (40 lines):

diff -r 9995978e8322 -r cb5a439a96b2 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sun Jul 21 20:27:20 2013 +0000
+++ b/devel/py-setuptools/Makefile      Sun Jul 21 20:31:52 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2013/07/17 17:18:12 richard Exp $
+# $NetBSD: Makefile,v 1.28 2013/07/21 20:31:52 wiz Exp $
 
-EGG_VERSION=           0.9
+EGG_VERSION=           0.9.6
 DISTNAME=              setuptools-${EGG_VERSION}
 EGG_NAME=              setuptools-${EGG_VERSION}
 PKGNAME=               ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
@@ -35,12 +35,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 
-#remove garbage old 0.6x PKG-INFO
-post-extract:
-       ${RM} ${WRKSRC}/setuptools.egg-info/EGG-INFO/PKG-INFO
-       ${RMDIR} ${WRKSRC}/setuptools.egg-info/EGG-INFO
-
 post-install:
+       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/entry_points.txt.orig
        ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/*
 
 .include "../../lang/python/application.mk"
diff -r 9995978e8322 -r cb5a439a96b2 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sun Jul 21 20:27:20 2013 +0000
+++ b/devel/py-setuptools/distinfo      Sun Jul 21 20:31:52 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2013/07/14 17:37:02 wiz Exp $
+$NetBSD: distinfo,v 1.11 2013/07/21 20:31:52 wiz Exp $
 
-SHA1 (setuptools-0.9.tar.gz) = 2d41abc70466ef122e3985fcf67007a65f780ff0
-RMD160 (setuptools-0.9.tar.gz) = bf9761c3b86aec6c17d649fa1398fbce3326f004
-Size (setuptools-0.9.tar.gz) = 766586 bytes
+SHA1 (setuptools-0.9.6.tar.gz) = d2f4306722d9297f364f92b8f87b23bd8701b8b7
+RMD160 (setuptools-0.9.6.tar.gz) = 9eabacacc6985be6eba0f25fa0ff8d488bdfea92
+Size (setuptools-0.9.6.tar.gz) = 765372 bytes
 SHA1 (patch-setup.py) = 8072ebce17d029f7efc1c05528d1e5c0d0f40800



Home | Main Index | Thread Index | Old Index