Subject: CVS commit: pkgsrc/devel/py-future
From: Filip Hajny
Date: 2017-01-17 18:14:14
Message id: 20170117171414.C70BAFBA6@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.2modifypkgsrc/devel/py-future/Makefile
1.2modifypkgsrc/devel/py-future/PLIST
1.2modifypkgsrc/devel/py-future/distinfo