pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-future Update devel/py-future to 0.16.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d83f75ac5be
branches:  trunk
changeset: 357268:1d83f75ac5be
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jan 17 17:14:14 2017 +0000

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

 devel/py-future/Makefile |   4 ++--
 devel/py-future/PLIST    |   5 +----
 devel/py-future/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r cca8cce7250d -r 1d83f75ac5be devel/py-future/Makefile
--- a/devel/py-future/Makefile  Tue Jan 17 16:23:35 2017 +0000
+++ b/devel/py-future/Makefile  Tue Jan 17 17:14:14 2017 +0000
@@ -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 -r cca8cce7250d -r 1d83f75ac5be devel/py-future/PLIST
--- a/devel/py-future/PLIST     Tue Jan 17 16:23:35 2017 +0000
+++ b/devel/py-future/PLIST     Tue Jan 17 17:14:14 2017 +0000
@@ -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}/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 -r cca8cce7250d -r 1d83f75ac5be devel/py-future/distinfo
--- a/devel/py-future/distinfo  Tue Jan 17 16:23:35 2017 +0000
+++ b/devel/py-future/distinfo  Tue Jan 17 17:14:14 2017 +0000
@@ -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