[release-announce] pymod2pkg 0.19.0

no-reply at openstack.org no-reply at openstack.org
Mon Aug 19 17:21:06 UTC 2019


We are chuffed to announce the release of:

pymod2pkg 0.19.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.18.0..0.19.0
-----------------------------------

389833a Add aodh and barbican rule for SUSE
170769f Add networking-l2gw translation for RDO & SUSE
4229765 Add Python 3 Train unit tests
a9696f9 Switch to openstackdocstheme
f9a2f02 OpenDev Migration Patch


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

.gitreview            |  2 +-
.zuul.yaml            |  3 +--
lower-constraints.txt |  2 +-
pymod2pkg/__init__.py | 21 ++++++++++++---------
setup.cfg             |  3 ++-
test-requirements.txt |  5 +++--
tox.ini               |  2 +-
9 files changed, 24 insertions(+), 18 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 070bb01..dd55be5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,3 @@ testtools>=2.2.0 # MIT
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+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
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list