We are ecstatic to announce the release of: devstack-tools 1.1.0: Devstack Helper Tools in Python The source is available from: https://opendev.org/openstack/devstack-tools Download the package from: https://pypi.org/project/devstack-tools For more details, please see below. Changes in devstack-tools 1.0.0..1.1.0 -------------------------------------- 60fc831 Changed minversion in tox to 3.18.0 2381d91 Create tox environment to build pdf documentation fb7843e Cleanup py27 support 5cd82eb Switch to newer openstackdocstheme and reno versions 51d9b2a Fix hacking min version to 3.0.1 cc13a9b [ussuri][goal] Update contributor documentation 920ac73 Add publish-openstack-docs-pti to .zuul.yaml 22a7d65 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + CONTRIBUTING.rst | 24 +++++---- babel.cfg | 2 - devstack/dsconf.py | 24 ++++----- releasenotes/source/conf.py | 10 +++- setup.cfg | 33 +----------- setup.py | 9 ---- test-requirements.txt | 7 +-- tox.ini | 29 ++++++++--- 12 files changed, 167 insertions(+), 103 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 794a973..fa22018 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0 @@ -9 +8,0 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.2.1,!=1.3b1,<1.4 # BSD @@ -11 +9,0 @@ fixtures -oslosphinx>=4.7.0 # Apache-2.0 @@ -15,3 +12,0 @@ testtools>=1.4.0 # MIT - -# releasenotes -reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org