pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-future



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Jan 17 17:14:14 UTC 2017

Modified Files:
        pkgsrc/devel/py-future: Makefile PLIST distinfo

Log Message:
Update devel/py-future to 0.16.0.

This release removes the configparser package as an alias for
ConfigParser on Py2 to improve compatibility with Lukasz Langa's
backported configparser package. Previously python-future and the
configparser backport clashed, causing various compatibility issues.

This releases also fixes these bugs:

- Fix newbytes constructor bug.
- Fix semantics of bool() with newobject.
- Fix standard_library.install_aliases() on PyPy.
- Fix assertRaises for pow and compile` on Python 3.5.
- Fix return argument of future.utils.ensure_new_type if conversion to
  new type does not exist.
- Add missing cmp_to_key for Py2.6.
- Allow the old_div fixer to be disabled.
- Improve compatibility with Google App Engine.
- Add some missing imports to the tkinter and tkinter.filedialog package
  namespaces.
- Fix raise_from on PY3 when the exception cannot be recreated from its
  repr.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-future/Makefile \
    pkgsrc/devel/py-future/PLIST pkgsrc/devel/py-future/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-future/Makefile
diff -u pkgsrc/devel/py-future/Makefile:1.1 pkgsrc/devel/py-future/Makefile:1.2
--- pkgsrc/devel/py-future/Makefile:1.1 Sun May  8 07:22:24 2016
+++ pkgsrc/devel/py-future/Makefile     Tue Jan 17 17:14:14 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/05/08 07:22:24 wen Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/17 17:14:14 fhajny Exp $
 
-DISTNAME=      future-0.15.2
+DISTNAME=      future-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/future/}
Index: pkgsrc/devel/py-future/PLIST
diff -u pkgsrc/devel/py-future/PLIST:1.1 pkgsrc/devel/py-future/PLIST:1.2
--- pkgsrc/devel/py-future/PLIST:1.1    Sun May  8 07:22:24 2016
+++ pkgsrc/devel/py-future/PLIST        Tue Jan 17 17:14:14 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/08 07:22:24 wen Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/01/17 17:14:14 fhajny Exp $
 bin/futurize
 bin/pasteurize
 ${PYSITELIB}/future/__init__.py
@@ -180,9 +180,6 @@ ${PLIST.py2x}${PYSITELIB}/_thread/__init
 ${PLIST.py2x}${PYSITELIB}/builtins/__init__.py
 ${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyc
 ${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/configparser/__init__.py
-${PLIST.py2x}${PYSITELIB}/configparser/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/configparser/__init__.pyo
 ${PLIST.py2x}${PYSITELIB}/copyreg/__init__.py
 ${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyc
 ${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyo
Index: pkgsrc/devel/py-future/distinfo
diff -u pkgsrc/devel/py-future/distinfo:1.1 pkgsrc/devel/py-future/distinfo:1.2
--- pkgsrc/devel/py-future/distinfo:1.1 Sun May  8 07:22:24 2016
+++ pkgsrc/devel/py-future/distinfo     Tue Jan 17 17:14:14 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/08 07:22:24 wen Exp $
+$NetBSD: distinfo,v 1.2 2017/01/17 17:14:14 fhajny Exp $
 
-SHA1 (future-0.15.2.tar.gz) = 431bf8ff160e8e785a2f76c3e57c1b6c2b13b41a
-RMD160 (future-0.15.2.tar.gz) = 6ed4c6ce80b367724103b3b99a4643180c3f5fa0
-SHA512 (future-0.15.2.tar.gz) = 24a0eaf70795efe1644b098c5abbcb0103d9172a5243721f0d26b1cbd108872b6c0616180da8f5507855ddfc7b26bb10a606a64e59d307d39042b346700f77ee
-Size (future-0.15.2.tar.gz) = 1583441 bytes
+SHA1 (future-0.16.0.tar.gz) = 86ed881acef874d04576b9df03c29d25ad2cd25f
+RMD160 (future-0.16.0.tar.gz) = 69456fbc593b4ae123fafca1afb8d58062f44b97
+SHA512 (future-0.16.0.tar.gz) = 41c795cd1746a76df84de2da9fbc611fc6164322c1c712ec9e8a8626c21c2717cb4899ec150d95c5e0c037270e6bb71e099edd169609369aae619daea9df2e5f
+Size (future-0.16.0.tar.gz) = 824484 bytes



Home | Main Index | Thread Index | Old Index