Skip to content

Commit

Permalink
Update to 0.9.8:
Browse files Browse the repository at this point in the history
-----
0.9.8
-----

* Issue #53: Fix NameErrors in `_vcs_split_rev_from_url`.

-----
0.9.7
-----

* Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
  not have a `.name` attribute.
* Issue #34: Documentation now refers to bootstrap script in code repository
  referenced by bookmark.
* Add underscore-separated keys to environment markers (markerlib).
  • Loading branch information
wiz committed Jul 28, 2013
1 parent 9f0b8a3 commit d3ddfde
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.28 2013/07/21 20:31:52 wiz Exp $
# $NetBSD: Makefile,v 1.29 2013/07/28 20:42:35 wiz Exp $

EGG_VERSION= 0.9.6
EGG_VERSION= 0.9.8
DISTNAME= setuptools-${EGG_VERSION}
EGG_NAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
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.11 2013/07/21 20:31:52 wiz Exp $
$NetBSD: distinfo,v 1.12 2013/07/28 20:42:35 wiz Exp $

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 (setuptools-0.9.8.tar.gz) = a13ad9411149c52501a15c702a4f3a3c757b5ba9
RMD160 (setuptools-0.9.8.tar.gz) = bc8a4a548e7746cc790944483c3fc9844e499828
Size (setuptools-0.9.8.tar.gz) = 766455 bytes
SHA1 (patch-setup.py) = 8072ebce17d029f7efc1c05528d1e5c0d0f40800

0 comments on commit d3ddfde

Please sign in to comment.