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

no-reply at openstack.org no-reply at openstack.org
Wed Apr 5 14:55:33 UTC 2017


We are thrilled to announce the release of:

renderspec 1.4.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.3.0..1.4.0
----------------------------------

ac48e74 Add dynamic version detection from archive files
611f92c Fix docs for child templates
79fc184 Introduce context variable 'pypi_name'
7ba039f Updated from global requirements
261882f Updated from global requirements
c071b7c Updated from global requirements


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

renderspec/__init__.py |  46 +++++++++++++++++++--
renderspec/utils.py    |  79 ++++++++++++++++++++++++++++++++++++
requirements.txt       |   3 +-
setup.py               |   2 +-
test-requirements.txt  |   2 +-
7 files changed, 323 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8e98cf2..6540d87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-Jinja2>=2.8 # BSD License (3 clause)
+Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
@@ -7,0 +8 @@ packaging>=16.5 # Apache-2.0
+six>=1.9.0  # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 6323f28..491d0a9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ mock>=2.0 # BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list