[release-announce] [packaging-rpm] renderspec 1.7.0

no-reply at openstack.org no-reply at openstack.org
Thu Sep 14 15:22:09 UTC 2017


We are gleeful to announce the release of:

renderspec 1.7.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.6.2..1.7.0
----------------------------------

2a0409a Support different py versions in py2name() and py2pkg()
031789f Updated from global requirements
31a160e Fix rc version handling on SUSE
3904731 Updated from global requirements
4ffe07d Introduce a new --input-template-format switch
9dcd623 Move context related functions to extra file
bd6d9d4 Clarify variable name
b784190 Updated from global requirements
05a24be Add context function `url_pypi`
e7e683d Updated from global requirements


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

renderspec/__init__.py     | 282 ++++------------------------------------
renderspec/contextfuncs.py | 314 +++++++++++++++++++++++++++++++++++++++++++++
requirements.txt           |   4 +-
test-requirements.txt      |   6 +-
6 files changed, 459 insertions(+), 287 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e2e6611..498f6a7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@ Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
-pymod2pkg>=0.7.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
+pymod2pkg!=0.8.0,>=0.7.0 # Apache-2.0
+PyYAML>=3.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 702d9ee..9dd2f8e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-testresources>=0.2.4 # Apache-2.0/BSD
+testresources>=2.0.0 # Apache-2.0/BSD
@@ -9 +9 @@ ddt>=1.0.1 # MIT
-mock>=2.0 # BSD
+mock>=2.0.0 # BSD
@@ -11 +11 @@ mock>=2.0 # BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list