pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-six Update to 1.8.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f858306b5952
branches:  trunk
changeset: 639509:f858306b5952
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 14 17:52:12 2014 +0000

description:
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:

 lang/py-six/Makefile |  4 ++--
 lang/py-six/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 438d39f0995a -r f858306b5952 lang/py-six/Makefile
--- a/lang/py-six/Makefile      Sun Sep 14 17:51:24 2014 +0000
+++ b/lang/py-six/Makefile      Sun Sep 14 17:52:12 2014 +0000
@@ -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 -r 438d39f0995a -r f858306b5952 lang/py-six/distinfo
--- a/lang/py-six/distinfo      Sun Sep 14 17:51:24 2014 +0000
+++ b/lang/py-six/distinfo      Sun Sep 14 17:52:12 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index