diff options
author | adam <adam@pkgsrc.org> | 2019-12-14 10:58:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-14 10:58:37 +0000 |
commit | 9c0d5a735eeb4f00b779a9cb483d2dcc30fee162 (patch) | |
tree | 0d3f03d341e90f9f9edc9dcc3c30c55f52a31b07 /devel/py-future | |
parent | f9e2e657e7bc99ae1ea70b893ada327bc02c67ba (diff) | |
download | pkgsrc-9c0d5a735eeb4f00b779a9cb483d2dcc30fee162.tar.gz |
py-future: updated to 0.18.2
What's new in version 0.18.2:
=============================
This is a minor bug-fix release containing a number of fixes:
- Fix min/max functions with generators, and 'None' default
- Use BaseException in raise_()
- Fix builtins.round() for Decimals
- Fix raise_from() to prevent failures with immutable classes
- Make FixInput idempotent
- Fix type in newround
- Support mimetype guessing in urllib2 for Py3.8+
Python 3.8 is not yet officially supported.
What's new in version 0.18.1:
=============================
This is a minor bug-fix release containing a fix for raise_()
when passed an exception that's not an Exception (e.g. BaseException
subclasses)
What's new in version 0.18.0:
=============================
This is a major bug-fix and feature release, including:
- Fix collections.abc import for py38+
- Remove import for isnewbytes() function, reducing CPU cost significantly
- Fix bug with importing past.translation when importing past which breaks zipped python installations
- Fix an issue with copyreg import under Py3 that results in unexposed stdlib functionality
- Export and document types in future.utils
- Update behavior of newstr.__eq__() to match str.__eq__() as per reference docs
- Fix raising and the raising fixer to handle cases where the syntax is ambigious
- Allow "default" parameter in min() and max()
- Implement __hash__() in newstr
- Future proof some version checks to handle the fact that Py4 won't be a major breaking release
- Fix urllib.request imports for Python 3.8 compatibility
- Fix future import ordering
- Fixed bug in fix_division_safe fixture
- Do not globally destroy re.ASCII in PY3
- Fix a bug in email.Message.set_boundary()
- Implement format_map() in str
- Implement readinto() for socket.fp
As well as a number of corrections to a variety of documentation, and updates to
test infrastructure.
Diffstat (limited to 'devel/py-future')
-rw-r--r-- | devel/py-future/Makefile | 8 | ||||
-rw-r--r-- | devel/py-future/PLIST | 786 | ||||
-rw-r--r-- | devel/py-future/distinfo | 10 |
3 files changed, 185 insertions, 619 deletions
diff --git a/devel/py-future/Makefile b/devel/py-future/Makefile index 8bf8781f58d..2b8553af993 100644 --- a/devel/py-future/Makefile +++ b/devel/py-future/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2018/10/31 10:54:39 adam Exp $ +# $NetBSD: Makefile,v 1.6 2019/12/14 10:58:37 adam Exp $ -DISTNAME= future-0.17.1 +DISTNAME= future-0.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/future/} @@ -14,8 +14,8 @@ USE_LANGUAGES= # none post-install: cd ${DESTDIR}${PREFIX}/bin && \ - ${MV} futurize futurize-${PYVERSSUFFIX} && \ - ${MV} pasteurize pasteurize-${PYVERSSUFFIX} || ${TRUE} + ${MV} futurize futurize-${PYVERSSUFFIX} && \ + ${MV} pasteurize pasteurize-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-future/PLIST b/devel/py-future/PLIST index 2f073ddf814..933e8f3af9e 100644 --- a/devel/py-future/PLIST +++ b/devel/py-future/PLIST @@ -1,173 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2017/02/06 01:06:05 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/12/14 10:58:37 adam Exp $ bin/futurize-${PYVERSSUFFIX} bin/pasteurize-${PYVERSSUFFIX} -${PYSITELIB}/future/__init__.py -${PYSITELIB}/future/__init__.pyc -${PYSITELIB}/future/__init__.pyo -${PYSITELIB}/future/backports/__init__.py -${PYSITELIB}/future/backports/__init__.pyc -${PYSITELIB}/future/backports/__init__.pyo -${PYSITELIB}/future/backports/_markupbase.pyc -${PYSITELIB}/future/backports/_markupbase.pyo -${PYSITELIB}/future/backports/datetime.pyc -${PYSITELIB}/future/backports/datetime.pyo -${PYSITELIB}/future/backports/misc.pyc -${PYSITELIB}/future/backports/misc.pyo -${PYSITELIB}/future/backports/socket.pyc -${PYSITELIB}/future/backports/socket.pyo -${PYSITELIB}/future/backports/socketserver.pyc -${PYSITELIB}/future/backports/socketserver.pyo -${PYSITELIB}/future/backports/total_ordering.pyc -${PYSITELIB}/future/backports/total_ordering.pyo -${PYSITELIB}/future/backports/urllib/__init__.py -${PYSITELIB}/future/backports/urllib/__init__.pyc -${PYSITELIB}/future/backports/urllib/__init__.pyo -${PYSITELIB}/future/backports/urllib/error.pyc -${PYSITELIB}/future/backports/urllib/error.pyo -${PYSITELIB}/future/backports/urllib/parse.pyc -${PYSITELIB}/future/backports/urllib/parse.pyo -${PYSITELIB}/future/backports/urllib/request.pyc -${PYSITELIB}/future/backports/urllib/request.pyo -${PYSITELIB}/future/backports/urllib/response.pyc -${PYSITELIB}/future/backports/urllib/response.pyo -${PYSITELIB}/future/backports/urllib/robotparser.pyc -${PYSITELIB}/future/backports/urllib/robotparser.pyo -${PYSITELIB}/future/backports/xmlrpc/__init__.py -${PYSITELIB}/future/backports/xmlrpc/__init__.pyc -${PYSITELIB}/future/backports/xmlrpc/__init__.pyo -${PYSITELIB}/future/backports/xmlrpc/client.pyc -${PYSITELIB}/future/backports/xmlrpc/client.pyo -${PYSITELIB}/future/backports/xmlrpc/server.pyc -${PYSITELIB}/future/backports/xmlrpc/server.pyo -${PYSITELIB}/future/builtins/__init__.py -${PYSITELIB}/future/builtins/__init__.pyc -${PYSITELIB}/future/builtins/__init__.pyo -${PYSITELIB}/future/builtins/disabled.pyc -${PYSITELIB}/future/builtins/disabled.pyo -${PYSITELIB}/future/builtins/iterators.pyc -${PYSITELIB}/future/builtins/iterators.pyo -${PYSITELIB}/future/builtins/misc.pyc -${PYSITELIB}/future/builtins/misc.pyo -${PYSITELIB}/future/builtins/newnext.pyc -${PYSITELIB}/future/builtins/newnext.pyo -${PYSITELIB}/future/builtins/newround.pyc -${PYSITELIB}/future/builtins/newround.pyo -${PYSITELIB}/future/builtins/newsuper.pyc -${PYSITELIB}/future/builtins/newsuper.pyo -${PYSITELIB}/future/moves/__init__.py -${PYSITELIB}/future/moves/__init__.pyc -${PYSITELIB}/future/moves/__init__.pyo -${PYSITELIB}/future/moves/_dummy_thread.pyc -${PYSITELIB}/future/moves/_dummy_thread.pyo -${PYSITELIB}/future/moves/_markupbase.pyc -${PYSITELIB}/future/moves/_markupbase.pyo -${PYSITELIB}/future/moves/_thread.pyc -${PYSITELIB}/future/moves/_thread.pyo -${PYSITELIB}/future/moves/builtins.pyc -${PYSITELIB}/future/moves/builtins.pyo -${PYSITELIB}/future/moves/collections.pyc -${PYSITELIB}/future/moves/collections.pyo -${PYSITELIB}/future/moves/configparser.pyc -${PYSITELIB}/future/moves/configparser.pyo -${PYSITELIB}/future/moves/copyreg.pyc -${PYSITELIB}/future/moves/copyreg.pyo -${PYSITELIB}/future/moves/itertools.pyc -${PYSITELIB}/future/moves/itertools.pyo -${PYSITELIB}/future/moves/pickle.pyc -${PYSITELIB}/future/moves/pickle.pyo -${PYSITELIB}/future/moves/queue.pyc -${PYSITELIB}/future/moves/queue.pyo -${PYSITELIB}/future/moves/reprlib.pyc -${PYSITELIB}/future/moves/reprlib.pyo -${PYSITELIB}/future/moves/socketserver.pyc -${PYSITELIB}/future/moves/socketserver.pyo -${PYSITELIB}/future/moves/subprocess.pyc -${PYSITELIB}/future/moves/subprocess.pyo -${PYSITELIB}/future/moves/sys.pyc -${PYSITELIB}/future/moves/sys.pyo -${PYSITELIB}/future/moves/winreg.pyc -${PYSITELIB}/future/moves/winreg.pyo -${PYSITELIB}/future/moves/xmlrpc/__init__.py -${PYSITELIB}/future/moves/xmlrpc/__init__.pyc -${PYSITELIB}/future/moves/xmlrpc/__init__.pyo -${PYSITELIB}/future/moves/xmlrpc/client.pyc -${PYSITELIB}/future/moves/xmlrpc/client.pyo -${PYSITELIB}/future/moves/xmlrpc/server.pyc -${PYSITELIB}/future/moves/xmlrpc/server.pyo -${PYSITELIB}/future/standard_library/__init__.py -${PYSITELIB}/future/standard_library/__init__.pyc -${PYSITELIB}/future/standard_library/__init__.pyo -${PYSITELIB}/future/tests/__init__.py -${PYSITELIB}/future/tests/__init__.pyc -${PYSITELIB}/future/tests/__init__.pyo -${PYSITELIB}/future/tests/base.pyc -${PYSITELIB}/future/tests/base.pyo -${PYSITELIB}/future/types/__init__.py -${PYSITELIB}/future/types/__init__.pyc -${PYSITELIB}/future/types/__init__.pyo -${PYSITELIB}/future/types/newbytes.pyc -${PYSITELIB}/future/types/newbytes.pyo -${PYSITELIB}/future/types/newdict.pyc -${PYSITELIB}/future/types/newdict.pyo -${PYSITELIB}/future/types/newint.pyc -${PYSITELIB}/future/types/newint.pyo -${PYSITELIB}/future/types/newlist.pyc -${PYSITELIB}/future/types/newlist.pyo -${PYSITELIB}/future/types/newmemoryview.pyc -${PYSITELIB}/future/types/newmemoryview.pyo -${PYSITELIB}/future/types/newobject.pyc -${PYSITELIB}/future/types/newobject.pyo -${PYSITELIB}/future/types/newopen.pyc -${PYSITELIB}/future/types/newopen.pyo -${PYSITELIB}/future/types/newrange.pyc -${PYSITELIB}/future/types/newrange.pyo -${PYSITELIB}/future/types/newstr.pyc -${PYSITELIB}/future/types/newstr.pyo -${PYSITELIB}/future/utils/__init__.py -${PYSITELIB}/future/utils/__init__.pyc -${PYSITELIB}/future/utils/__init__.pyo -${PYSITELIB}/future/utils/surrogateescape.pyc -${PYSITELIB}/future/utils/surrogateescape.pyo -${PYSITELIB}/libfuturize/__init__.py -${PYSITELIB}/libfuturize/__init__.pyc -${PYSITELIB}/libfuturize/__init__.pyo -${PYSITELIB}/libfuturize/fixer_util.pyc -${PYSITELIB}/libfuturize/fixer_util.pyo -${PYSITELIB}/libfuturize/main.pyc -${PYSITELIB}/libfuturize/main.pyo -${PYSITELIB}/libpasteurize/__init__.py -${PYSITELIB}/libpasteurize/__init__.pyc -${PYSITELIB}/libpasteurize/__init__.pyo -${PYSITELIB}/libpasteurize/main.pyc -${PYSITELIB}/libpasteurize/main.pyo -${PYSITELIB}/past/__init__.py -${PYSITELIB}/past/__init__.pyc -${PYSITELIB}/past/__init__.pyo -${PYSITELIB}/past/builtins/__init__.py -${PYSITELIB}/past/builtins/__init__.pyc -${PYSITELIB}/past/builtins/__init__.pyo -${PYSITELIB}/past/builtins/misc.pyc -${PYSITELIB}/past/builtins/misc.pyo -${PYSITELIB}/past/builtins/noniterators.pyc -${PYSITELIB}/past/builtins/noniterators.pyo -${PYSITELIB}/past/tests/__init__.py -${PYSITELIB}/past/tests/__init__.pyc -${PYSITELIB}/past/tests/__init__.pyo -${PYSITELIB}/past/translation/__init__.py -${PYSITELIB}/past/translation/__init__.pyc -${PYSITELIB}/past/translation/__init__.pyo -${PYSITELIB}/past/types/__init__.py -${PYSITELIB}/past/types/__init__.pyc -${PYSITELIB}/past/types/__init__.pyo -${PYSITELIB}/past/types/basestring.pyc -${PYSITELIB}/past/types/basestring.pyo -${PYSITELIB}/past/types/olddict.pyc -${PYSITELIB}/past/types/olddict.pyo -${PYSITELIB}/past/types/oldstr.pyc -${PYSITELIB}/past/types/oldstr.pyo -${PYSITELIB}/past/utils/__init__.py -${PYSITELIB}/past/utils/__init__.pyc -${PYSITELIB}/past/utils/__init__.pyo +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.py ${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyc ${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyo @@ -183,13 +21,18 @@ ${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyo ${PLIST.py2x}${PYSITELIB}/copyreg/__init__.py ${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyc ${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyo -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/future/__init__.py +${PYSITELIB}/future/__init__.pyc +${PYSITELIB}/future/__init__.pyo +${PYSITELIB}/future/backports/__init__.py +${PYSITELIB}/future/backports/__init__.pyc +${PYSITELIB}/future/backports/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/_markupbase.py +${PYSITELIB}/future/backports/_markupbase.pyc +${PYSITELIB}/future/backports/_markupbase.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/datetime.py +${PYSITELIB}/future/backports/datetime.pyc +${PYSITELIB}/future/backports/datetime.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.py ${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.pyc ${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.pyo @@ -299,8 +142,14 @@ ${PLIST.py2x}${PYSITELIB}/future/backports/http/server.py ${PLIST.py2x}${PYSITELIB}/future/backports/http/server.pyc ${PLIST.py2x}${PYSITELIB}/future/backports/http/server.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/misc.py +${PYSITELIB}/future/backports/misc.pyc +${PYSITELIB}/future/backports/misc.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/socket.py +${PYSITELIB}/future/backports/socket.pyc +${PYSITELIB}/future/backports/socket.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/socketserver.py +${PYSITELIB}/future/backports/socketserver.pyc +${PYSITELIB}/future/backports/socketserver.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.py ${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.pyc ${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.pyo @@ -328,26 +177,83 @@ ${PLIST.py2x}${PYSITELIB}/future/backports/test/support.py ${PLIST.py2x}${PYSITELIB}/future/backports/test/support.pyc ${PLIST.py2x}${PYSITELIB}/future/backports/test/support.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/total_ordering.py +${PYSITELIB}/future/backports/total_ordering.pyc +${PYSITELIB}/future/backports/total_ordering.pyo +${PYSITELIB}/future/backports/urllib/__init__.py +${PYSITELIB}/future/backports/urllib/__init__.pyc +${PYSITELIB}/future/backports/urllib/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/urllib/error.py +${PYSITELIB}/future/backports/urllib/error.pyc +${PYSITELIB}/future/backports/urllib/error.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/urllib/parse.py +${PYSITELIB}/future/backports/urllib/parse.pyc +${PYSITELIB}/future/backports/urllib/parse.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/urllib/request.py +${PYSITELIB}/future/backports/urllib/request.pyc +${PYSITELIB}/future/backports/urllib/request.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/urllib/response.py +${PYSITELIB}/future/backports/urllib/response.pyc +${PYSITELIB}/future/backports/urllib/response.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/urllib/robotparser.py +${PYSITELIB}/future/backports/urllib/robotparser.pyc +${PYSITELIB}/future/backports/urllib/robotparser.pyo +${PYSITELIB}/future/backports/xmlrpc/__init__.py +${PYSITELIB}/future/backports/xmlrpc/__init__.pyc +${PYSITELIB}/future/backports/xmlrpc/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/xmlrpc/client.py +${PYSITELIB}/future/backports/xmlrpc/client.pyc +${PYSITELIB}/future/backports/xmlrpc/client.pyo ${PLIST.py2x}${PYSITELIB}/future/backports/xmlrpc/server.py +${PYSITELIB}/future/backports/xmlrpc/server.pyc +${PYSITELIB}/future/backports/xmlrpc/server.pyo +${PYSITELIB}/future/builtins/__init__.py +${PYSITELIB}/future/builtins/__init__.pyc +${PYSITELIB}/future/builtins/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/builtins/disabled.py +${PYSITELIB}/future/builtins/disabled.pyc +${PYSITELIB}/future/builtins/disabled.pyo ${PLIST.py2x}${PYSITELIB}/future/builtins/iterators.py +${PYSITELIB}/future/builtins/iterators.pyc +${PYSITELIB}/future/builtins/iterators.pyo ${PLIST.py2x}${PYSITELIB}/future/builtins/misc.py +${PYSITELIB}/future/builtins/misc.pyc +${PYSITELIB}/future/builtins/misc.pyo +${PYSITELIB}/future/builtins/new_min_max.py +${PYSITELIB}/future/builtins/new_min_max.pyc +${PYSITELIB}/future/builtins/new_min_max.pyo ${PLIST.py2x}${PYSITELIB}/future/builtins/newnext.py +${PYSITELIB}/future/builtins/newnext.pyc +${PYSITELIB}/future/builtins/newnext.pyo ${PLIST.py2x}${PYSITELIB}/future/builtins/newround.py +${PYSITELIB}/future/builtins/newround.pyc +${PYSITELIB}/future/builtins/newround.pyo ${PLIST.py2x}${PYSITELIB}/future/builtins/newsuper.py +${PYSITELIB}/future/builtins/newsuper.pyc +${PYSITELIB}/future/builtins/newsuper.pyo +${PYSITELIB}/future/moves/__init__.py +${PYSITELIB}/future/moves/__init__.pyc +${PYSITELIB}/future/moves/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/_dummy_thread.py +${PYSITELIB}/future/moves/_dummy_thread.pyc +${PYSITELIB}/future/moves/_dummy_thread.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/_markupbase.py +${PYSITELIB}/future/moves/_markupbase.pyc +${PYSITELIB}/future/moves/_markupbase.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/_thread.py +${PYSITELIB}/future/moves/_thread.pyc +${PYSITELIB}/future/moves/_thread.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/builtins.py +${PYSITELIB}/future/moves/builtins.pyc +${PYSITELIB}/future/moves/builtins.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/collections.py +${PYSITELIB}/future/moves/collections.pyc +${PYSITELIB}/future/moves/collections.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/configparser.py +${PYSITELIB}/future/moves/configparser.pyc +${PYSITELIB}/future/moves/configparser.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/copyreg.py +${PYSITELIB}/future/moves/copyreg.pyc +${PYSITELIB}/future/moves/copyreg.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.py ${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.pyc ${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.pyo @@ -385,12 +291,26 @@ ${PLIST.py2x}${PYSITELIB}/future/moves/http/server.py ${PLIST.py2x}${PYSITELIB}/future/moves/http/server.pyc ${PLIST.py2x}${PYSITELIB}/future/moves/http/server.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/itertools.py +${PYSITELIB}/future/moves/itertools.pyc +${PYSITELIB}/future/moves/itertools.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/pickle.py +${PYSITELIB}/future/moves/pickle.pyc +${PYSITELIB}/future/moves/pickle.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/queue.py +${PYSITELIB}/future/moves/queue.pyc +${PYSITELIB}/future/moves/queue.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/reprlib.py +${PYSITELIB}/future/moves/reprlib.pyc +${PYSITELIB}/future/moves/reprlib.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/socketserver.py +${PYSITELIB}/future/moves/socketserver.pyc +${PYSITELIB}/future/moves/socketserver.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/subprocess.py +${PYSITELIB}/future/moves/subprocess.pyc +${PYSITELIB}/future/moves/subprocess.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/sys.py +${PYSITELIB}/future/moves/sys.pyc +${PYSITELIB}/future/moves/sys.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.py ${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.pyc ${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.pyo @@ -455,19 +375,62 @@ ${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.py ${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.pyc ${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/winreg.py +${PYSITELIB}/future/moves/winreg.pyc +${PYSITELIB}/future/moves/winreg.pyo +${PYSITELIB}/future/moves/xmlrpc/__init__.py +${PYSITELIB}/future/moves/xmlrpc/__init__.pyc +${PYSITELIB}/future/moves/xmlrpc/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/xmlrpc/client.py +${PYSITELIB}/future/moves/xmlrpc/client.pyc +${PYSITELIB}/future/moves/xmlrpc/client.pyo ${PLIST.py2x}${PYSITELIB}/future/moves/xmlrpc/server.py +${PYSITELIB}/future/moves/xmlrpc/server.pyc +${PYSITELIB}/future/moves/xmlrpc/server.pyo +${PYSITELIB}/future/standard_library/__init__.py +${PYSITELIB}/future/standard_library/__init__.pyc +${PYSITELIB}/future/standard_library/__init__.pyo +${PYSITELIB}/future/tests/__init__.py +${PYSITELIB}/future/tests/__init__.pyc +${PYSITELIB}/future/tests/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/tests/base.py +${PYSITELIB}/future/tests/base.pyc +${PYSITELIB}/future/tests/base.pyo +${PYSITELIB}/future/types/__init__.py +${PYSITELIB}/future/types/__init__.pyc +${PYSITELIB}/future/types/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newbytes.py +${PYSITELIB}/future/types/newbytes.pyc +${PYSITELIB}/future/types/newbytes.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newdict.py +${PYSITELIB}/future/types/newdict.pyc +${PYSITELIB}/future/types/newdict.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newint.py +${PYSITELIB}/future/types/newint.pyc +${PYSITELIB}/future/types/newint.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newlist.py +${PYSITELIB}/future/types/newlist.pyc +${PYSITELIB}/future/types/newlist.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newmemoryview.py +${PYSITELIB}/future/types/newmemoryview.pyc +${PYSITELIB}/future/types/newmemoryview.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newobject.py +${PYSITELIB}/future/types/newobject.pyc +${PYSITELIB}/future/types/newobject.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newopen.py +${PYSITELIB}/future/types/newopen.pyc +${PYSITELIB}/future/types/newopen.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newrange.py +${PYSITELIB}/future/types/newrange.pyc +${PYSITELIB}/future/types/newrange.pyo ${PLIST.py2x}${PYSITELIB}/future/types/newstr.py +${PYSITELIB}/future/types/newstr.pyc +${PYSITELIB}/future/types/newstr.pyo +${PYSITELIB}/future/utils/__init__.py +${PYSITELIB}/future/utils/__init__.pyc +${PYSITELIB}/future/utils/__init__.pyo ${PLIST.py2x}${PYSITELIB}/future/utils/surrogateescape.py +${PYSITELIB}/future/utils/surrogateescape.pyc +${PYSITELIB}/future/utils/surrogateescape.pyo ${PLIST.py2x}${PYSITELIB}/html/__init__.py ${PLIST.py2x}${PYSITELIB}/html/__init__.pyc ${PLIST.py2x}${PYSITELIB}/html/__init__.pyo @@ -492,7 +455,12 @@ ${PLIST.py2x}${PYSITELIB}/http/cookies.pyo ${PLIST.py2x}${PYSITELIB}/http/server.py ${PLIST.py2x}${PYSITELIB}/http/server.pyc ${PLIST.py2x}${PYSITELIB}/http/server.pyo +${PYSITELIB}/libfuturize/__init__.py +${PYSITELIB}/libfuturize/__init__.pyc +${PYSITELIB}/libfuturize/__init__.pyo ${PLIST.py2x}${PYSITELIB}/libfuturize/fixer_util.py +${PYSITELIB}/libfuturize/fixer_util.pyc +${PYSITELIB}/libfuturize/fixer_util.pyo ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.py ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.pyc ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.pyo @@ -532,6 +500,9 @@ ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyo ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.py ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyc ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyo +${PYSITELIB}/libfuturize/fixes/fix_input.py +${PYSITELIB}/libfuturize/fixes/fix_input.pyc +${PYSITELIB}/libfuturize/fixes/fix_input.pyo ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.py ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyc ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyo @@ -569,6 +540,11 @@ ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.py ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyc ${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyo ${PLIST.py2x}${PYSITELIB}/libfuturize/main.py +${PYSITELIB}/libfuturize/main.pyc +${PYSITELIB}/libfuturize/main.pyo +${PYSITELIB}/libpasteurize/__init__.py +${PYSITELIB}/libpasteurize/__init__.pyc +${PYSITELIB}/libpasteurize/__init__.pyo ${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.py ${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.pyc ${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.pyo @@ -639,11 +615,38 @@ ${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.py ${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyc ${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyo ${PLIST.py2x}${PYSITELIB}/libpasteurize/main.py +${PYSITELIB}/libpasteurize/main.pyc +${PYSITELIB}/libpasteurize/main.pyo +${PYSITELIB}/past/__init__.py +${PYSITELIB}/past/__init__.pyc +${PYSITELIB}/past/__init__.pyo +${PYSITELIB}/past/builtins/__init__.py +${PYSITELIB}/past/builtins/__init__.pyc +${PYSITELIB}/past/builtins/__init__.pyo ${PLIST.py2x}${PYSITELIB}/past/builtins/misc.py +${PYSITELIB}/past/builtins/misc.pyc +${PYSITELIB}/past/builtins/misc.pyo ${PLIST.py2x}${PYSITELIB}/past/builtins/noniterators.py +${PYSITELIB}/past/builtins/noniterators.pyc +${PYSITELIB}/past/builtins/noniterators.pyo +${PYSITELIB}/past/translation/__init__.py +${PYSITELIB}/past/translation/__init__.pyc +${PYSITELIB}/past/translation/__init__.pyo +${PYSITELIB}/past/types/__init__.py +${PYSITELIB}/past/types/__init__.pyc +${PYSITELIB}/past/types/__init__.pyo ${PLIST.py2x}${PYSITELIB}/past/types/basestring.py +${PYSITELIB}/past/types/basestring.pyc +${PYSITELIB}/past/types/basestring.pyo ${PLIST.py2x}${PYSITELIB}/past/types/olddict.py +${PYSITELIB}/past/types/olddict.pyc +${PYSITELIB}/past/types/olddict.pyo ${PLIST.py2x}${PYSITELIB}/past/types/oldstr.py +${PYSITELIB}/past/types/oldstr.pyc +${PYSITELIB}/past/types/oldstr.pyo +${PYSITELIB}/past/utils/__init__.py +${PYSITELIB}/past/utils/__init__.pyc +${PYSITELIB}/past/utils/__init__.pyo ${PLIST.py2x}${PYSITELIB}/queue/__init__.py ${PLIST.py2x}${PYSITELIB}/queue/__init__.pyc ${PLIST.py2x}${PYSITELIB}/queue/__init__.pyo @@ -704,440 +707,3 @@ ${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyo ${PLIST.py2x}${PYSITELIB}/xmlrpc/server.py ${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyc ${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyo -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PLIST.py3x}${PYSITELIB}/future/backports/_markupbase.py -${PLIST.py3x}${PYSITELIB}/future/backports/datetime.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/header.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/header.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/message.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/message.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/header.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/message.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.py -${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.py -${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.py -${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.py -${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.py -${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.py -${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/http/client.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/http/client.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/http/server.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/http/server.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/http/client.py -${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.py -${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.py -${PLIST.py3x}${PYSITELIB}/future/backports/http/server.py -${PLIST.py3x}${PYSITELIB}/future/backports/misc.py -${PLIST.py3x}${PYSITELIB}/future/backports/socket.py -${PLIST.py3x}${PYSITELIB}/future/backports/socketserver.py -${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.py -${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/test/support.pyc -${PLIST.py3x}${PYSITELIB}/future/backports/test/support.pyo -${PLIST.py3x}${PYSITELIB}/future/backports/test/badcert.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/badkey.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/dh512.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/https_svn_python_org_root.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert.passwd.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert2.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/nokia.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/nullbytecert.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/nullcert.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.py -${PLIST.py3x}${PYSITELIB}/future/backports/test/sha256.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_cert.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_key.passwd.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_key.pem -${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.py -${PLIST.py3x}${PYSITELIB}/future/backports/test/support.py -${PLIST.py3x}${PYSITELIB}/future/backports/total_ordering.py -${PLIST.py3x}${PYSITELIB}/future/backports/urllib/error.py -${PLIST.py3x}${PYSITELIB}/future/backports/urllib/parse.py -${PLIST.py3x}${PYSITELIB}/future/backports/urllib/request.py -${PLIST.py3x}${PYSITELIB}/future/backports/urllib/response.py -${PLIST.py3x}${PYSITELIB}/future/backports/urllib/robotparser.py -${PLIST.py3x}${PYSITELIB}/future/backports/xmlrpc/client.py -${PLIST.py3x}${PYSITELIB}/future/backports/xmlrpc/server.py -${PLIST.py3x}${PYSITELIB}/future/builtins/disabled.py -${PLIST.py3x}${PYSITELIB}/future/builtins/iterators.py -${PLIST.py3x}${PYSITELIB}/future/builtins/misc.py -${PLIST.py3x}${PYSITELIB}/future/builtins/newnext.py -${PLIST.py3x}${PYSITELIB}/future/builtins/newround.py -${PLIST.py3x}${PYSITELIB}/future/builtins/newsuper.py -${PLIST.py3x}${PYSITELIB}/future/moves/_dummy_thread.py -${PLIST.py3x}${PYSITELIB}/future/moves/_markupbase.py -${PLIST.py3x}${PYSITELIB}/future/moves/_thread.py -${PLIST.py3x}${PYSITELIB}/future/moves/builtins.py -${PLIST.py3x}${PYSITELIB}/future/moves/collections.py -${PLIST.py3x}${PYSITELIB}/future/moves/configparser.py -${PLIST.py3x}${PYSITELIB}/future/moves/copyreg.py -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.py -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.py -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.py -${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.py -${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.py -${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.py -${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.py -${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.py -${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/http/client.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/http/client.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/http/server.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/http/server.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/http/client.py -${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.py -${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.py -${PLIST.py3x}${PYSITELIB}/future/moves/http/server.py -${PLIST.py3x}${PYSITELIB}/future/moves/itertools.py -${PLIST.py3x}${PYSITELIB}/future/moves/pickle.py -${PLIST.py3x}${PYSITELIB}/future/moves/queue.py -${PLIST.py3x}${PYSITELIB}/future/moves/reprlib.py -${PLIST.py3x}${PYSITELIB}/future/moves/socketserver.py -${PLIST.py3x}${PYSITELIB}/future/moves/subprocess.py -${PLIST.py3x}${PYSITELIB}/future/moves/sys.py -${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.py -${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/test/support.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/test/support.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/test/support.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.py -${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.py -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.py -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.pyc -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.pyo -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.py -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.py -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.py -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.py -${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.py -${PLIST.py3x}${PYSITELIB}/future/moves/winreg.py -${PLIST.py3x}${PYSITELIB}/future/moves/xmlrpc/client.py -${PLIST.py3x}${PYSITELIB}/future/moves/xmlrpc/server.py -${PLIST.py3x}${PYSITELIB}/future/tests/base.py -${PLIST.py3x}${PYSITELIB}/future/types/newbytes.py -${PLIST.py3x}${PYSITELIB}/future/types/newdict.py -${PLIST.py3x}${PYSITELIB}/future/types/newint.py -${PLIST.py3x}${PYSITELIB}/future/types/newlist.py -${PLIST.py3x}${PYSITELIB}/future/types/newmemoryview.py -${PLIST.py3x}${PYSITELIB}/future/types/newobject.py -${PLIST.py3x}${PYSITELIB}/future/types/newopen.py -${PLIST.py3x}${PYSITELIB}/future/types/newrange.py -${PLIST.py3x}${PYSITELIB}/future/types/newstr.py -${PLIST.py3x}${PYSITELIB}/future/utils/surrogateescape.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixer_util.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyc -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyo -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.py -${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.py -${PLIST.py3x}${PYSITELIB}/libfuturize/main.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyc -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyo -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.py -${PLIST.py3x}${PYSITELIB}/libpasteurize/main.py -${PLIST.py3x}${PYSITELIB}/past/builtins/misc.py -${PLIST.py3x}${PYSITELIB}/past/builtins/noniterators.py -${PLIST.py3x}${PYSITELIB}/past/types/basestring.py -${PLIST.py3x}${PYSITELIB}/past/types/olddict.py -${PLIST.py3x}${PYSITELIB}/past/types/oldstr.py diff --git a/devel/py-future/distinfo b/devel/py-future/distinfo index 2789615f90f..401cee78f02 100644 --- a/devel/py-future/distinfo +++ b/devel/py-future/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/10/31 10:54:39 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/12/14 10:58:37 adam Exp $ -SHA1 (future-0.17.1.tar.gz) = 7abd068d09c637f4fa5fb2df3d90cc9607523aee -RMD160 (future-0.17.1.tar.gz) = b61bd5644d24d2045feed1d3aaa983d74a0315bd -SHA512 (future-0.17.1.tar.gz) = 50094c44db81afbfd37ee25e1710ed11ecb2c2d64ad076fb62a2688dd36a9696ab26b0d7989bf1ecb10da251961a0ee6bb37c4dbd115f70384cd8c9a675d0b2d -Size (future-0.17.1.tar.gz) = 829119 bytes +SHA1 (future-0.18.2.tar.gz) = d8c8b2d3889fc22bb38f049ed8e3dbdc35a83d6e +RMD160 (future-0.18.2.tar.gz) = d728505628b12cd395e4f8efead19ae61479a49d +SHA512 (future-0.18.2.tar.gz) = 91c025f7d94bcdf93df838fab67053165a414fc84e8496f92ecbb910dd55f6b6af5e360bbd051444066880c5a6877e75157bd95e150ead46e5c605930dfc50f2 +Size (future-0.18.2.tar.gz) = 829220 bytes |