We jubilantly announce the release of: pymod2pkg 0.11.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.10.2..0.11.0 ----------------------------------- 7347926 Add freezer for SUSE and RDO a354cba Avoid tox_install.sh for constraints support 872f220 Add RDO mapping for sysv_ipc 921cb62 Updated from global requirements 3b8274b Switch to newer flake8 / python 3.x version Diffstat (except docs and test files) ------------------------------------- pymod2pkg/__init__.py | 23 ++++++++++++----------- test-requirements.txt | 4 ++-- tools/tox_install.sh | 30 ------------------------------ tox.ini | 10 +++++----- 4 files changed, 19 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 27581c4..e5e242b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -flake8<2.6.0,>=2.5.4 # MIT +flake8>=3.5.0 # MIT @@ -7 +7 @@ testresources>=2.0.0 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT