We are high-spirited to announce the release of: renderspec 1.3.0: Jinja2 template renderer for generating .spec files Download the package from: https://tarballs.openstack.org/renderspec/ For more details, please see below. Changes in renderspec 1.2.0..1.3.0 ---------------------------------- b1fa8a6 Use assertEqual() instead of assertDictEqual() e4c5679 Add mapping new licence type - OFL e7ddf5b Updated from global requirements dce9ca7 Check version length in py2rpmversion() for Fedora 1c6f613 Add Constraints support Diffstat (except docs and test files) ------------------------------------- renderspec/__init__.py | 6 +++++- requirements.txt | 2 +- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 7 +++++-- 5 files changed, 44 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a961e78..8e98cf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ Jinja2>=2.8 # BSD License (3 clause) -pymod2pkg>=0.6.1 # Apache-2.0 +pymod2pkg>=0.7.0 # Apache-2.0