diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-04 23:44:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-04 23:44:58 +0000 |
commit | 396a88bb8fefd0a17b188967ef5ce59ad2f52f4f (patch) | |
tree | 6cbaac15de9143d963e7f6ba484a3656df993e45 /lang | |
parent | ca27e43b94f6ee2db8b242a8eb5f5a35c8497c2a (diff) | |
download | pkgsrc-396a88bb8fefd0a17b188967ef5ce59ad2f52f4f.tar.gz |
Update to 1.9.0:
1.9.0
-----
- Issue #106: Support the `flush` parameter to `six.print_`.
- Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
decorator.
- Pull request #57 and issue #50: Add several compatibility methods for unittest
assertions that were renamed between Python 2 and 3.
- Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
*assigned* arguments.
- Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
- Issue #97: Optimize `six.iterbytes` on Python 2.
- Issue #98: Fix `six.moves` race condition in multi-threaded code.
- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
views on Python 2.7+.
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 b789437ac5e..777760bd49b 100644 --- a/lang/py-six/Makefile +++ b/lang/py-six/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/09/14 17:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/01/04 23:44:58 wiz Exp $ -DISTNAME= six-1.8.0 +DISTNAME= six-1.9.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 bc41d77771c..2e9cc411b92 100644 --- a/lang/py-six/distinfo +++ b/lang/py-six/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/09/14 17:52:12 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/01/04 23:44:58 wiz Exp $ -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 +SHA1 (six-1.9.0.tar.gz) = d168e6d01f0900875c6ecebc97da72d0fda31129 +RMD160 (six-1.9.0.tar.gz) = 7692a13b40946de28978ecdcadaad3a5e842713b +Size (six-1.9.0.tar.gz) = 29127 bytes |