diff -Nru contextlib2-0.5.4/contextlib2.egg-info/PKG-INFO contextlib2-0.5.5/contextlib2.egg-info/PKG-INFO --- contextlib2-0.5.4/contextlib2.egg-info/PKG-INFO 2016-07-31 03:43:01.000000000 +0000 +++ contextlib2-0.5.5/contextlib2.egg-info/PKG-INFO 2017-04-25 03:51:27.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: contextlib2 -Version: 0.5.4 +Version: 0.5.5 Summary: Backports and enhancements for the contextlib module Home-page: http://contextlib2.readthedocs.org Author: Nick Coghlan @@ -34,7 +34,8 @@ ----------- contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing - on Python 2.x. + on Python 2.x, as well as ``setuptools`` and ``wheel`` to generate universal + wheel archives. Local testing is just a matter of running ``python test_contextlib2.py``. @@ -50,18 +51,17 @@ * CPython 2.7 * CPython 3.4 * CPython 3.5 - * CPython 3.6 (CPython development branch) + * CPython 3.6 + * CPython 3.7 (CPython development branch) * PyPy - tox also has a PyPy3 configuration, but it is not configured in Travis - due to a - `known incompatibility `_. - - To install several of the relevant runtimes on Fedora 23:: - - sudo dnf install python python3 pypy pypy3 - sudo dnf copr enable -y mstuchli/Python3.5 - sudo dnf install python35-python3 + Versions currently tested only in tox are: + + * PyPy3 + + This is due to an exception chaining compatibility bug that was fixed in + the PyPy3 5.5 alpha release, while the version on Travis CI (as of April 2017) + is still the older PyPy3 2.4.0 release. Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable diff -Nru contextlib2-0.5.4/debian/changelog contextlib2-0.5.5/debian/changelog --- contextlib2-0.5.4/debian/changelog 2016-10-09 23:04:15.000000000 +0000 +++ contextlib2-0.5.5/debian/changelog 2017-06-30 00:48:38.000000000 +0000 @@ -1,3 +1,12 @@ +contextlib2 (0.5.5-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 4.0.0 (no changes). + * Use https URL for copyright format. + * Add DEP-8 tests. + + -- Tristan Seligmann Fri, 30 Jun 2017 02:48:38 +0200 + contextlib2 (0.5.4-1) unstable; urgency=medium * New upstream release. diff -Nru contextlib2-0.5.4/debian/control contextlib2-0.5.5/debian/control --- contextlib2-0.5.4/debian/control 2016-10-09 23:04:15.000000000 +0000 +++ contextlib2-0.5.5/debian/control 2017-06-30 00:48:38.000000000 +0000 @@ -11,8 +11,7 @@ python-unittest2 (>= 0.6.0), python3-all, python3-setuptools, - python3-unittest2 (>= 0.6.0), -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/contextlib2.git Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/contextlib2.git Homepage: http://contextlib2.readthedocs.org/ diff -Nru contextlib2-0.5.4/debian/copyright contextlib2-0.5.5/debian/copyright --- contextlib2-0.5.4/debian/copyright 2016-10-09 23:04:15.000000000 +0000 +++ contextlib2-0.5.5/debian/copyright 2017-06-30 00:48:38.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: contextlib2 Source: https://pypi.python.org/pypi/contextlib2 diff -Nru contextlib2-0.5.4/debian/.git-dpm contextlib2-0.5.5/debian/.git-dpm --- contextlib2-0.5.4/debian/.git-dpm 2016-10-09 23:04:15.000000000 +0000 +++ contextlib2-0.5.5/debian/.git-dpm 2017-06-30 00:48:38.000000000 +0000 @@ -1,11 +1,11 @@ # see git-dpm(1) from git-dpm package -a8e1ee7bfcb6b60b91c88e4c829f52d17a9ab22d -a8e1ee7bfcb6b60b91c88e4c829f52d17a9ab22d -a8e1ee7bfcb6b60b91c88e4c829f52d17a9ab22d -a8e1ee7bfcb6b60b91c88e4c829f52d17a9ab22d -contextlib2_0.5.4.orig.tar.gz -9494841701290e09b477cda93353b06e6b3e112f -28523 +1c50e80eb47af3c8ada5b44389987719d4135b35 +1c50e80eb47af3c8ada5b44389987719d4135b35 +1c50e80eb47af3c8ada5b44389987719d4135b35 +1c50e80eb47af3c8ada5b44389987719d4135b35 +contextlib2_0.5.5.orig.tar.gz +e38ab407a51a2df2ef395b2c9fda68afc5e7ae80 +28755 debianTag="debian/%e%v" patchedTag="patched/%e%v" upstreamTag="upstream/%e%u" diff -Nru contextlib2-0.5.4/debian/tests/control contextlib2-0.5.5/debian/tests/control --- contextlib2-0.5.4/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ contextlib2-0.5.5/debian/tests/control 2017-06-30 00:48:38.000000000 +0000 @@ -0,0 +1,2 @@ +Tests: python-contextlib2 +Depends: @, python-unittest2 diff -Nru contextlib2-0.5.4/debian/tests/python-contextlib2 contextlib2-0.5.5/debian/tests/python-contextlib2 --- contextlib2-0.5.4/debian/tests/python-contextlib2 1970-01-01 00:00:00.000000000 +0000 +++ contextlib2-0.5.5/debian/tests/python-contextlib2 2017-06-30 00:48:38.000000000 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh +set -e -u +cp test_contextlib2.py "$ADTTMP" +cd "$ADTTMP/" +export PYTHONWARNINGS=d +(pyversions -i; py3versions -i) \ +| tr ' ' '\n' \ +| xargs -I {} env {} \ + -m unittest discover --verbose 2>&1 diff -Nru contextlib2-0.5.4/NEWS.rst contextlib2-0.5.5/NEWS.rst --- contextlib2-0.5.4/NEWS.rst 2016-07-31 03:42:37.000000000 +0000 +++ contextlib2-0.5.5/NEWS.rst 2017-04-25 03:51:01.000000000 +0000 @@ -1,6 +1,17 @@ Release History --------------- +0.5.5 (2017-04-25) +^^^^^^^^^^^^^^^^^^ + +* Issue `#13 `__: + ``setup.py`` now falls back to plain ``distutils`` if ``setuptools`` is not + available (patch by Allan Harwood) + +* Updates to the default compatibility testing matrix: + * Added: PyPy3, CPython 3.6 (maintenance), CPython 3.7 (development) + * Dropped: CPython 3.3 + 0.5.4 (2016-07-31) ^^^^^^^^^^^^^^^^^^ diff -Nru contextlib2-0.5.4/PKG-INFO contextlib2-0.5.5/PKG-INFO --- contextlib2-0.5.4/PKG-INFO 2016-07-31 03:43:01.000000000 +0000 +++ contextlib2-0.5.5/PKG-INFO 2017-04-25 03:51:27.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: contextlib2 -Version: 0.5.4 +Version: 0.5.5 Summary: Backports and enhancements for the contextlib module Home-page: http://contextlib2.readthedocs.org Author: Nick Coghlan @@ -34,7 +34,8 @@ ----------- contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing - on Python 2.x. + on Python 2.x, as well as ``setuptools`` and ``wheel`` to generate universal + wheel archives. Local testing is just a matter of running ``python test_contextlib2.py``. @@ -50,18 +51,17 @@ * CPython 2.7 * CPython 3.4 * CPython 3.5 - * CPython 3.6 (CPython development branch) + * CPython 3.6 + * CPython 3.7 (CPython development branch) * PyPy - tox also has a PyPy3 configuration, but it is not configured in Travis - due to a - `known incompatibility `_. - - To install several of the relevant runtimes on Fedora 23:: - - sudo dnf install python python3 pypy pypy3 - sudo dnf copr enable -y mstuchli/Python3.5 - sudo dnf install python35-python3 + Versions currently tested only in tox are: + + * PyPy3 + + This is due to an exception chaining compatibility bug that was fixed in + the PyPy3 5.5 alpha release, while the version on Travis CI (as of April 2017) + is still the older PyPy3 2.4.0 release. Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable diff -Nru contextlib2-0.5.4/README.rst contextlib2-0.5.5/README.rst --- contextlib2-0.5.4/README.rst 2016-07-31 03:42:37.000000000 +0000 +++ contextlib2-0.5.5/README.rst 2017-04-25 03:51:01.000000000 +0000 @@ -26,7 +26,8 @@ ----------- contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing -on Python 2.x. +on Python 2.x, as well as ``setuptools`` and ``wheel`` to generate universal +wheel archives. Local testing is just a matter of running ``python test_contextlib2.py``. @@ -42,15 +43,14 @@ * CPython 2.7 * CPython 3.4 * CPython 3.5 -* CPython 3.6 (CPython development branch) +* CPython 3.6 +* CPython 3.7 (CPython development branch) * PyPy -tox also has a PyPy3 configuration, but it is not configured in Travis -due to a -`known incompatibility `_. - -To install several of the relevant runtimes on Fedora 23:: - - sudo dnf install python python3 pypy pypy3 - sudo dnf copr enable -y mstuchli/Python3.5 - sudo dnf install python35-python3 +Versions currently tested only in tox are: + +* PyPy3 + +This is due to an exception chaining compatibility bug that was fixed in +the PyPy3 5.5 alpha release, while the version on Travis CI (as of April 2017) +is still the older PyPy3 2.4.0 release. diff -Nru contextlib2-0.5.4/setup.cfg contextlib2-0.5.5/setup.cfg --- contextlib2-0.5.4/setup.cfg 2016-07-31 03:43:01.000000000 +0000 +++ contextlib2-0.5.5/setup.cfg 2017-04-25 03:51:27.000000000 +0000 @@ -2,7 +2,6 @@ universal = 1 [egg_info] -tag_date = 0 tag_build = -tag_svn_revision = 0 +tag_date = 0 diff -Nru contextlib2-0.5.4/setup.py contextlib2-0.5.5/setup.py --- contextlib2-0.5.4/setup.py 2016-07-31 03:42:37.000000000 +0000 +++ contextlib2-0.5.5/setup.py 2017-04-25 03:51:01.000000000 +0000 @@ -1,5 +1,8 @@ #!/usr/bin/env python -from setuptools import setup +try: + from setuptools import setup +except ImportError: + from distutils.core import setup setup( name='contextlib2', diff -Nru contextlib2-0.5.4/VERSION.txt contextlib2-0.5.5/VERSION.txt --- contextlib2-0.5.4/VERSION.txt 2016-07-31 03:42:37.000000000 +0000 +++ contextlib2-0.5.5/VERSION.txt 2017-04-25 03:51:01.000000000 +0000 @@ -1 +1 @@ -0.5.4 +0.5.5