summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-01-17 17:14:14 +0000
committerfhajny <fhajny@pkgsrc.org>2017-01-17 17:14:14 +0000
commited12af4f5ce2a9d5a32e674341d69d6465d6f8f8 (patch)
tree5c2f79763360a15934d5075f2716bd8370e1ff3c /devel
parentf133a6579b4bbb404e7ec0052f88755b4cf48b4a (diff)
downloadpkgsrc-ed12af4f5ce2a9d5a32e674341d69d6465d6f8f8.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-future/Makefile4
-rw-r--r--devel/py-future/PLIST5
-rw-r--r--devel/py-future/distinfo10
3 files changed, 8 insertions, 11 deletions
diff --git a/devel/py-future/Makefile b/devel/py-future/Makefile
index 44d3c2d9a1a..7b4424a18b0 100644
--- a/devel/py-future/Makefile
+++ b/devel/py-future/Makefile
@@ -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/}
diff --git a/devel/py-future/PLIST b/devel/py-future/PLIST
index b6f862ae13e..a903c02fc12 100644
--- a/devel/py-future/PLIST
+++ b/devel/py-future/PLIST
@@ -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__.pyo
${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
diff --git a/devel/py-future/distinfo b/devel/py-future/distinfo
index d238a260d98..a4cda621019 100644
--- a/devel/py-future/distinfo
+++ b/devel/py-future/distinfo
@@ -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