Skip to content

Commit

Permalink
Update py-six to 1.10.0:
Browse files Browse the repository at this point in the history
1.10.0
------

- Issue #122: Improve the performance of `six.int2byte` on Python 3.

- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
  on non-Windows platforms.

- Pull request #60 and issue #108: Add `six.moves.getcwd` and
  `six.moves.getcwdu`.

- Pull request #64: Add `create_unbound_method` to create unbound methods.
  • Loading branch information
wiz committed Oct 15, 2015
1 parent d5027bd commit 8b27f56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lang/py-six/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.6 2015/01/04 23:44:58 wiz Exp $
# $NetBSD: Makefile,v 1.7 2015/10/15 10:38:43 wiz Exp $

DISTNAME= six-1.9.0
DISTNAME= six-1.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel lang python
MASTER_SITES= https://pypi.python.org/packages/source/s/six/
MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/}

MAINTAINER= [email protected]
HOMEPAGE= http://pypi.python.org/pypi/six/
Expand Down
9 changes: 5 additions & 4 deletions lang/py-six/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.6 2015/01/04 23:44:58 wiz Exp $
$NetBSD: distinfo,v 1.7 2015/10/15 10:38:43 wiz Exp $

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
SHA1 (six-1.10.0.tar.gz) = 30d480d2e352e8e4c2aae042cf1bf33368ff0920
RMD160 (six-1.10.0.tar.gz) = 9c5e84a8d2640fc98b33f62896a4f9a3f64167ee
SHA512 (six-1.10.0.tar.gz) = 9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e
Size (six-1.10.0.tar.gz) = 29630 bytes

0 comments on commit 8b27f56

Please sign in to comment.