[release-announce] pymod2pkg 0.23.0

no-reply at openstack.org no-reply at openstack.org
Mon Mar 23 19:13:42 UTC 2020


We are overjoyed to announce the release of:

pymod2pkg 0.23.0: python module name to package name map

The source is available from:

    https://opendev.org/openstack/pymod2pkg

Download the package from:

    https://tarballs.openstack.org/pymod2pkg/

For more details, please see below.

Changes in pymod2pkg 0.22.2..0.23.0
-----------------------------------

037724d Switch away from deprecated distribution lookup
5012af2 [ussuri][goal] Drop python 2.7 support and testing
f8b81c7 Drop use of unittest2


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml            |  3 +--
lower-constraints.txt |  1 -
pymod2pkg/__init__.py | 20 +++++++++++---------
requirements.txt      |  1 +
setup.cfg             |  3 +--
test-requirements.txt |  3 +--
tox.ini               | 12 +++++-------
8 files changed, 21 insertions(+), 28 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0bb2deb..35cc597 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,0 +4 @@
+distro
diff --git a/test-requirements.txt b/test-requirements.txt
index dd55be5..1de0ae7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8 @@ testtools>=2.2.0 # MIT
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
+sphinx!=1.6.6,!=1.6.7;python_version>='3.4'  # BSD






More information about the Release-announce mailing list