[Python-modules-commits] [contextlib2] 01/06: Import contextlib2_0.5.5.orig.tar.gz

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Jun 30 01:17:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository contextlib2.

commit 1c50e80eb47af3c8ada5b44389987719d4135b35
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Jun 30 02:48:30 2017 +0200

    Import contextlib2_0.5.5.orig.tar.gz
---
 NEWS.rst                      | 11 +++++++++++
 PKG-INFO                      | 20 ++++++++++----------
 README.rst                    | 18 +++++++++---------
 VERSION.txt                   |  2 +-
 contextlib2.egg-info/PKG-INFO | 20 ++++++++++----------
 setup.cfg                     |  3 +--
 setup.py                      |  5 ++++-
 7 files changed, 46 insertions(+), 33 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index d3f68b1..20a7217 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,6 +1,17 @@
 Release History
 ---------------
 
+0.5.5 (2017-04-25)
+^^^^^^^^^^^^^^^^^^
+
+* Issue `#13 <https://github.com/jazzband/contextlib2/issues/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 --git a/PKG-INFO b/PKG-INFO
index 149677e..6e35647 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -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 @@ Description: .. image:: https://jazzband.co/static/img/badge.svg
         -----------
         
         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 @@ Description: .. image:: https://jazzband.co/static/img/badge.svg
         * 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 <https://bitbucket.org/pypy/pypy/issues/1903>`_.
+        Versions currently tested only in tox are:
         
-        To install several of the relevant runtimes on Fedora 23::
+        * PyPy3
         
-            sudo dnf install python python3 pypy pypy3
-            sudo dnf copr enable -y mstuchli/Python3.5
-            sudo dnf install python35-python3
+        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 --git a/README.rst b/README.rst
index 64c4087..a90264c 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,8 @@ Development
 -----------
 
 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 @@ Versions currently tested in both tox and Travis CI are:
 * 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 <https://bitbucket.org/pypy/pypy/issues/1903>`_.
+Versions currently tested only in tox are:
 
-To install several of the relevant runtimes on Fedora 23::
+* PyPy3
 
-    sudo dnf install python python3 pypy pypy3
-    sudo dnf copr enable -y mstuchli/Python3.5
-    sudo dnf install python35-python3
+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 --git a/VERSION.txt b/VERSION.txt
index 7d85683..d1d899f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.5.4
+0.5.5
diff --git a/contextlib2.egg-info/PKG-INFO b/contextlib2.egg-info/PKG-INFO
index 149677e..6e35647 100644
--- a/contextlib2.egg-info/PKG-INFO
+++ b/contextlib2.egg-info/PKG-INFO
@@ -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 @@ Description: .. image:: https://jazzband.co/static/img/badge.svg
         -----------
         
         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 @@ Description: .. image:: https://jazzband.co/static/img/badge.svg
         * 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 <https://bitbucket.org/pypy/pypy/issues/1903>`_.
+        Versions currently tested only in tox are:
         
-        To install several of the relevant runtimes on Fedora 23::
+        * PyPy3
         
-            sudo dnf install python python3 pypy pypy3
-            sudo dnf copr enable -y mstuchli/Python3.5
-            sudo dnf install python35-python3
+        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 --git a/setup.cfg b/setup.cfg
index 6662fa5..adf5ed7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,6 @@
 universal = 1
 
 [egg_info]
-tag_date = 0
 tag_build = 
-tag_svn_revision = 0
+tag_date = 0
 
diff --git a/setup.py b/setup.py
index cbb0f5d..18a1a47 100755
--- a/setup.py
+++ b/setup.py
@@ -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',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/contextlib2.git



More information about the Python-modules-commits mailing list