We jubilantly announce the release of: pymod2pkg 0.8.0: 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.8..0.8.0 --------------------------------- 14a0e8d Add SUSE naming exception for ansible c3f6706 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- pymod2pkg/__init__.py | 7 ++++--- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 70c11b0..cf3e149 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ testtools>=1.4.0 # MIT -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD