We are jazzed to announce the release of: renderspec 1.5.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.4.0..1.5.0 ---------------------------------- 8301dfa Look in 'output_dir' when searching archives 2e116d1 Enable and fix more tests 1d6d6eb Add new function fetch_source() to download files 71dc548 Make output dir available in the context fcea8a6 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- renderspec/__init__.py | 51 ++++++++++++++++++++++++++++++++++++++++---------- renderspec/utils.py | 17 ++++++++++++++++- requirements.txt | 2 +- 5 files changed, 110 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6540d87..e2e6611 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ packaging>=16.5 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.9.0 # MIT
participants (1)
-
no-reply@openstack.org