diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-27 08:39:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-27 08:39:20 +0000 |
commit | 1f5d41c3ed7d6608b4d2f8255fa5a8c7d2758365 (patch) | |
tree | 6d8ed9d49e46cf773ad7244a6b939c38717706aa /devel | |
parent | 400a35ead606db63216f7d514573d736cea2dcf4 (diff) | |
download | pkgsrc-1f5d41c3ed7d6608b4d2f8255fa5a8c7d2758365.tar.gz |
Update to 1.4.26:
1.4.26
==================================================
- avoid calling normpath twice in py.path.local
- py.builtin._reraise properly reraises under Python3 now.
- fix issue53 - remove module index, thanks jenisys.
- allow posix path separators when "fnmatch" is called.
Thanks Christian Long for the complete PR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-py/Makefile | 4 | ||||
-rw-r--r-- | devel/py-py/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile index 39d4c2db274..f62354764ba 100644 --- a/devel/py-py/Makefile +++ b/devel/py-py/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/10/05 14:39:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/10/27 08:39:20 wiz Exp $ -DISTNAME= py-1.4.25 +DISTNAME= py-1.4.26 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= https://pypi.python.org/packages/source/p/py/ diff --git a/devel/py-py/distinfo b/devel/py-py/distinfo index bd6dbf4efd6..1acac5a49ce 100644 --- a/devel/py-py/distinfo +++ b/devel/py-py/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/10/05 14:39:20 wiz Exp $ +$NetBSD: distinfo,v 1.7 2014/10/27 08:39:20 wiz Exp $ -SHA1 (py-1.4.25.tar.gz) = b91cbf0ac958d00a5738c70f1d1243c35f1b69c6 -RMD160 (py-1.4.25.tar.gz) = f15d5eeed84455248280a919ad24800a62a0eb06 -Size (py-1.4.25.tar.gz) = 190298 bytes +SHA1 (py-1.4.26.tar.gz) = 5d9aaa67c1da2ded5f978aa13e03dfe780771fea +RMD160 (py-1.4.26.tar.gz) = c77cbdc1d0107d755e219150f51d282fb0f9174c +Size (py-1.4.26.tar.gz) = 190617 bytes |