Skip to content

Commit

Permalink
Update to 1.8.0:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Sep 14, 2014
1 parent ba12ba1 commit 074a13d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lang/py-six/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
8 changes: 4 additions & 4 deletions lang/py-six/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 074a13d

Please sign in to comment.