diff options
author | adam <adam@pkgsrc.org> | 2014-04-12 20:45:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-04-12 20:45:14 +0000 |
commit | aea1495640b1ffc0fce99fa0046e7db46ac99070 (patch) | |
tree | 2c93bebdc9e9f29d276a13b4ca7d199428059538 /lang | |
parent | c700580cb6bf5cf2dac455bcf7be57df2f2a2f72 (diff) | |
download | pkgsrc-aea1495640b1ffc0fce99fa0046e7db46ac99070.tar.gz |
Changes 1.6.1:
- Raise an AttributeError for six.moves.X when X is a module not available in
the current interpreter.
Changes 1.6.0:
- Raise an AttributeError for every attribute of unimportable modules.
- Issue 56: Make the fake modules six.moves puts into sys.modules appear not to
have a __path__ unless they are loaded.
- Pull request 28: Add support for SplitResult.
- Issue 55: Add move mapping for xmlrpc.server.
- Pull request 29: Add move for urllib.parse.splitquery.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-six/Makefile | 5 | ||||
-rw-r--r-- | lang/py-six/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile index 0cd725b8cf9..f7318841780 100644 --- a/lang/py-six/Makefile +++ b/lang/py-six/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/02/02 00:10:18 rodent Exp $ -# +# $NetBSD: Makefile,v 1.2 2014/04/12 20:45:14 adam Exp $ -DISTNAME= six-1.5.2 +DISTNAME= six-1.6.1 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 7cd0e489932..869feca8a56 100644 --- a/lang/py-six/distinfo +++ b/lang/py-six/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/02/02 00:10:18 rodent Exp $ +$NetBSD: distinfo,v 1.2 2014/04/12 20:45:14 adam Exp $ -SHA1 (six-1.5.2.tar.gz) = 90128862139a79d10cf213b3baad9c6e2f72fc78 -RMD160 (six-1.5.2.tar.gz) = 4cb0ddc78ce4cbbc023b4856f29c89d99d7aab33 -Size (six-1.5.2.tar.gz) = 24081 bytes +SHA1 (six-1.6.1.tar.gz) = 2a7941cc2233d9ad6d7d54dd5265d1eb9726c5a1 +RMD160 (six-1.6.1.tar.gz) = 74e34e6f5d1da70996bfb981d2f78734f52ef379 +Size (six-1.6.1.tar.gz) = 24792 bytes |