We are jazzed to announce the release of: os-resource-classes 1.0.0: Resource Classes for OpenStack The source is available from: https://opendev.org/openstack/os-resource-classes Download the package from: https://pypi.org/project/os-resource-classes For more details, please see below. 1.0.0 ^^^^^ Upgrade Notes * Python 2 is no longer supported. Python 3 is required. Changes in os-resource-classes 0.5.0..1.0.0 ------------------------------------------- 3dd3506 Switch to hacking 2.x b99ab33 setup.cfg: Configure 'python-requires' 50b4160 Stop testing with py2 19b3411 Switch to Ussuri jobs aaccfd9 Bump the openstackdocstheme extension to 1.20 718adcc Update the constraints url 65b74ff Build pdf docs 040e9c1 Update bug link in docs to point to storyboard d616e55 Update api-ref link to canonical location 8866073 Sync Sphinx requirement 4387894 Update api-ref location Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- README.rst | 2 +- .../drop-python2-support-84918a8b2635e32a.yaml | 4 +++ releasenotes/source/conf.py | 13 ------- setup.cfg | 5 +-- test-requirements.txt | 4 +-- tox.ini | 42 +++++++++++----------- 9 files changed, 36 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e2afc81..77eef50 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 - +hacking>=2.0.0,<2.1.0 # Apache-2.0 @@ -8 +6,0 @@ coverage>=4.0,!=4.4 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org