[openstack-announce] [new][packaging-rpm] pymod2pkg 0.4.0 release

no-reply at openstack.org no-reply at openstack.org
Wed Jun 8 22:21:25 UTC 2016


We are excited to announce the release of:

pymod2pkg 0.4.0: python module name to package name map

For more details, please see below.

Changes in pymod2pkg 0.3..0.4.0
-------------------------------

4587fca Move main class to own folder
7229566 Switch to pbr for building pymod2pkg
3188b31 Updated from global requirements
8545673 Add pymod2pkg executable
941eaef Update from global requirements
1dd38e7 Add Fedora/RDO rules for PyMySQL and MySQL-python
39d3209 Add RDO rule for pyinotify
5da6695 Deprecated tox -downloadcache option removed
f5c2338 Add licensing header
788c70a Restructure documentation
dd1984d Fix py34 DB issue
479ef07 Add tox.ini to be able to run tests

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

.gitignore                     |  18 +++++
.testr.conf                    |   8 ++
MANIFEST.in                    |   2 +-
README.md                      |  60 ---------------
README.rst                     |  35 +++++++++
pymod2pkg.py                   | 128 --------------------------------
pymod2pkg/__init__.py          | 161 +++++++++++++++++++++++++++++++++++++++++
requirements.txt               |   4 +
setup.cfg                      |  40 ++++++++++
setup.py                       |  53 +++++++-------
test-requirements.txt          |  10 +++
tox.ini                        |  25 +++++++
16 files changed, 473 insertions(+), 218 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..fe51b30
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+pbr>=1.6 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..214778c
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,10 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+flake8<2.6.0,>=2.5.4 # MIT
+testrepository>=0.0.18 # Apache-2.0/BSD
+testresources>=0.2.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list