[new][packaging-rpm] renderspec 1.1.0 release
We are tickled pink to announce the release of: renderspec 1.1.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.0.0..1.1.0 ---------------------------------- e2a38af Updated from global requirements f8b6f38 Updated from global requirements e96e65c Updated from global requirements c9f1ab2 Update homepage with developer documentation page 2379e1f Add req_cleanup block for Fedora templates 9f2cf42 Updated from global requirements 563ba57 Support distro specific child templates b008780 Updated from global requirements 9e4acce Fail if specified file doesn't exist cbe6134 Add support to CentOS c9cf0fd Updated from global requirements Diffstat (except docs and test files) ------------------------------------- renderspec/__init__.py | 48 +++++++++++++------- renderspec/dist-templates/fedora.spec.j2 | 8 ++++ renderspec/dist-templates/suse.spec.j2 | 4 ++ renderspec/distloader.py | 76 ++++++++++++++++++++++++++++++++ requirements.txt | 6 +-- setup.cfg | 4 +- test-requirements.txt | 5 ++- 9 files changed, 224 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d4deb47..2830289 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,3 @@ Jinja2>=2.8 # BSD License (3 clause) -pymod2pkg>=0.3 # Apache-2.0 -PyYAML>=3.1.0 # MIT -packaging>=15.2 # Apache-2.0 +pymod2pkg>=0.5.4 # Apache-2.0 +PyYAML>=3.10.0 # MIT +packaging>=16.5 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6dace1b..6323f28 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,0 +9 @@ ddt>=1.0.1 # MIT +mock>=2.0 # BSD @@ -10,2 +11,2 @@ ddt>=1.0.1 # MIT -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org