[release-announce] renderspec 1.10.0

no-reply at openstack.org no-reply at openstack.org
Wed Apr 17 08:01:43 UTC 2019


We are overjoyed to announce the release of:

renderspec 1.10.0: Jinja2 template renderer for generating .spec files

The source is available from:

    https://opendev.org/openstack/renderspec

Download the package from:

    https://tarballs.openstack.org/renderspec/

For more details, please see below.

Changes in renderspec 1.9.1..1.10.0
-----------------------------------

dcc565f Update home-page
d9682e1 Move linter dependencies out of test-requirements
a703174 Change openstack-dev to openstack-discuss
dafe4b4 Change openstack-dev to openstack-discuss
fd4d10d Switch to stestr
26e80e1 Removed older version of python added 3.5
c1ad5f3 fix tox python3 overrides
2f52be0 add python 3.6 unit test job
ea25cb3 switch documentation job to new PTI
7f1225d import zuul job settings from project-config
27f2746 Update links in README
1cc06fc Updated from global requirements
5da2cb6 Avoid tox_install.sh for constraints support
c3e699d Updated from global requirements
a004b96 Update to a somewhat recent flake8 version


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

.gitignore             |  2 +-
.stestr.conf           |  3 +++
.testr.conf            |  8 --------
.zuul.yaml             |  6 ++++++
README.rst             |  8 ++++----
renderspec/versions.py |  8 ++++----
requirements.txt       |  4 ++--
setup.cfg              |  9 ++-------
test-requirements.txt  |  8 +++-----
tools/tox_install.sh   | 30 ------------------------------
tox.ini                | 24 +++++++++++-------------
11 files changed, 36 insertions(+), 74 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 498f6a7..0a7ecf5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +3,0 @@
-Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
@@ -5,0 +5 @@ pymod2pkg!=0.8.0,>=0.7.0 # Apache-2.0
+Jinja2>=2.10 # BSD License (3 clause)
@@ -8 +8 @@ packaging>=16.5 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 9dd2f8e..f79674a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,2 +4 @@
-flake8<2.6.0,>=2.5.4 # MIT
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0
@@ -7 +6 @@ testresources>=2.0.0 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT
@@ -10,2 +9 @@ mock>=2.0.0 # BSD
-
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list