diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 09:59:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 09:59:07 +0000 |
commit | 139a55c37d63eaea3de037a7b2a18b2a8b691ee5 (patch) | |
tree | b5474d280b8f0291079db3d9126c8b0a10f06f94 /lang | |
parent | 354d50560223dc27389af06454bc32f2268b1ab9 (diff) | |
download | pkgsrc-139a55c37d63eaea3de037a7b2a18b2a8b691ee5.tar.gz |
Update to 1.7.3:
1.7.3
-----
- Issue #77: Fix import six on Python 3.4 with a custom loader.
- Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python
2 as documented not xmlrpclib.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-six/Makefile | 4 | ||||
-rw-r--r-- | lang/py-six/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile index 03461fa9e25..063bcc334f9 100644 --- a/lang/py-six/Makefile +++ b/lang/py-six/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/06/09 10:21:34 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/07/22 09:59:07 wiz Exp $ -DISTNAME= six-1.7.2 +DISTNAME= six-1.7.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel lang python MASTER_SITES= https://pypi.python.org/packages/source/s/six/ diff --git a/lang/py-six/distinfo b/lang/py-six/distinfo index 16bd8d4b333..3257b7b62df 100644 --- a/lang/py-six/distinfo +++ b/lang/py-six/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/06/09 10:21:34 adam Exp $ +$NetBSD: distinfo,v 1.4 2014/07/22 09:59:07 wiz Exp $ -SHA1 (six-1.7.2.tar.gz) = 6ed970106d18e48b361b09c227dac83b4cc72f26 -RMD160 (six-1.7.2.tar.gz) = 55c101d2c2eadf0c184dcaf71eb3198c2a0c1afc -Size (six-1.7.2.tar.gz) = 26399 bytes +SHA1 (six-1.7.3.tar.gz) = 43d173ff19bf2ac41189aa3701c7240fcd1182e3 +RMD160 (six-1.7.3.tar.gz) = e4d420c86497a79115824ce32c68f0a8dd331730 +Size (six-1.7.3.tar.gz) = 26339 bytes |