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 15.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0a3ac3280f7
branches:  trunk
changeset: 649580:e0a3ac3280f7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 05 14:17:42 2015 +0000

description:
Update to 15.0:

----
15.0
----

* Pull Request #126: DistributionNotFound message now lists the package or
  packages that required it. E.g.::

      pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is required by smlib.log.

  Note that zc.buildout once dependended on the string rendering of this
  message to determine the package that was not found. This expectation
  has since been changed, but older versions of buildout may experience
  problems. See Buildout #242 for details.

diffstat:

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

diffs (26 lines):

diff -r c10da641fede -r e0a3ac3280f7 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sun Apr 05 14:17:08 2015 +0000
+++ b/devel/py-setuptools/Makefile      Sun Apr 05 14:17:42 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2015/04/02 22:39:02 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2015/04/05 14:17:42 wiz Exp $
 
-EGG_VERSION=           14.3.1
+EGG_VERSION=           15.0
 DISTNAME=              setuptools-${EGG_VERSION}
 PKGNAME=               ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
 CATEGORIES=            devel python
diff -r c10da641fede -r e0a3ac3280f7 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sun Apr 05 14:17:08 2015 +0000
+++ b/devel/py-setuptools/distinfo      Sun Apr 05 14:17:42 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2015/04/02 22:39:02 wiz Exp $
+$NetBSD: distinfo,v 1.49 2015/04/05 14:17:42 wiz Exp $
 
-SHA1 (setuptools-14.3.1.tar.gz) = d23be9d55032c7986ec7bb68f909862e19febf54
-RMD160 (setuptools-14.3.1.tar.gz) = 8ad54acb484a8e07c9e930487b2211ef5a17e8b5
-Size (setuptools-14.3.1.tar.gz) = 627737 bytes
+SHA1 (setuptools-15.0.tar.gz) = 3c74c30dc08af9c759fc9622b01661ed61b55713
+RMD160 (setuptools-15.0.tar.gz) = 8d2682f2cf5e4bc5f771333130540e2916d4da72
+Size (setuptools-15.0.tar.gz) = 627831 bytes
 SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840



Home | Main Index | Thread Index | Old Index