We are overjoyed to announce the release of: renderspec 2.0.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.12.0..2.0.0 ----------------------------------- 50bea70 Fix urllib.urlopen for python3 1022a8c Remove usage of platform.linux_distribution 809e959 Set ignore_basepython_conflict in tox c9a5aba Drop py27 support dd2c0fc Drop use of unittest2 f74f393 Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +--- renderspec/__init__.py | 8 +++++--- renderspec/contextfuncs.py | 2 -- renderspec/utils.py | 10 +++------- renderspec/versions.py | 2 -- requirements.txt | 1 - setup.cfg | 5 ++--- tox.ini | 9 ++++----- 10 files changed, 19 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0a7ecf5..59b6851 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +7,0 @@ packaging>=16.5 # Apache-2.0 -six>=1.10.0 # MIT