pkgsrc-Bugs archive

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

pkg/48838: update lang/py-six to version 1.6.1



>Number:         48838
>Category:       pkg
>Synopsis:       update lang/py-six to version 1.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue May 27 11:35:00 +0000 2014
>Originator:     Nils Ratusznik
>Release:        pkgsrc-2014Q1
>Organization:
>Environment:
NetBSD dev.anotherhomepage.org 6.1.4 NetBSD 6.1.4 (XEN3_DOMU) amd64
>Description:
Pkgsrc version of py-six is 1.5.2 in 2014Q1 and in current, but upstream is 
1.6.1.
>How-To-Repeat:
Look in package source. Look at web page. Note version discrepancy.
>Fix:
Patches are made against pkgsrc-2014Q1 :
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/py-six/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile    2 Feb 2014 00:10:18 -0000       1.1
+++ Makefile    27 May 2014 11:31:14 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.1 2014/02/02 00:10:18 rodent 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/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/py-six/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo    2 Feb 2014 00:10:18 -0000       1.1
+++ distinfo    27 May 2014 11:31:14 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2014/02/02 00:10:18 rodent 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

Changelog (from CHANGES file in the tarball) : 
1.6.1
-----

- Raise an AttributeError for six.moves.X when X is a module not available in
  the current interpreter.

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.




Home | Main Index | Thread Index | Old Index