diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-14 17:52:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-14 17:52:12 +0000 |
commit | 0a8f3c3e14a670d00f9db0c80452c87f9329816c (patch) | |
tree | ac3fbb2f89591a69b87e64e44a10cd48d7ceebb5 /lang/py-six | |
parent | 0c14f1d8df4853bd4c66dd65ffa53ee370d084dc (diff) | |
download | pkgsrc-0a8f3c3e14a670d00f9db0c80452c87f9329816c.tar.gz |
Update to 1.8.0:
1.8.0
-----
- Issue #90: Add six.moves.shlex_quote.
- Issue #59: Add six.moves.intern.
- Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).
- Issue #88: Fix add_metaclass when the class has __slots__ containing
"__weakref__" or "__dict__".
- Issue #89: Make six use absolute imports.
- Issue #85: Always accept *updated* and *assigned* arguments for wraps().
- Issue #86: In reraise(), instantiate the exception if the second argument is
None.
- Pull request #45: Add six.moves.email_mime_nonmultipart.
- Issue #81: Add six.urllib.request.splittag mapping.
- Issue #80: Add six.urllib.request.splituser mapping.
Diffstat (limited to 'lang/py-six')
-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 063bcc334f9..b789437ac5e 100644 --- a/lang/py-six/Makefile +++ b/lang/py-six/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/07/22 09:59:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/09/14 17:52:12 wiz Exp $ -DISTNAME= six-1.7.3 +DISTNAME= six-1.8.0 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 3257b7b62df..bc41d77771c 100644 --- a/lang/py-six/distinfo +++ b/lang/py-six/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/07/22 09:59:07 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/09/14 17:52:12 wiz Exp $ -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 +SHA1 (six-1.8.0.tar.gz) = aa3b0659cbc85c6c7a91efc51f2d1007040070cd +RMD160 (six-1.8.0.tar.gz) = e26d0e3cecad5d62cc354e2d5e12509a9427eb74 +Size (six-1.8.0.tar.gz) = 26925 bytes |