Skip to content

Commit

Permalink
Update to 15.0:
Browse files Browse the repository at this point in the history
----
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.
  • Loading branch information
wiz committed Apr 5, 2015
1 parent cd99ad1 commit 9635e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9635e6e

Please sign in to comment.