We are pleased to announce the release of: pymod2pkg 0.7.3: python module name to package name map Download the package from: https://tarballs.openstack.org/pymod2pkg/ For more details, please see below. Changes in pymod2pkg 0.7.2..0.7.3 --------------------------------- 493449a Add monasca projects as OpenStack projects daa6650 Add RDO mapping rules for dnspython and xattr 928b8ad Updated from global requirements 78503e5 Updated from global requirements d4562bf Fix RDO mapping for pyScss cb331ae Translate python-glareclient for SUSE correctly cb3b8d3 Updated from global requirements 7ad1287 Add RDO mappings for pyscss, XStatic-term.js and nosexcover Diffstat (except docs and test files) ------------------------------------- pymod2pkg/__init__.py | 18 ++++++++++++++---- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f1f24c3..dbdcf3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4da89ca..10867b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ testtools>=1.4.0 # MIT -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD