[release-announce] tempest-horizon 1.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 22 13:14:13 UTC 2020
We are ecstatic to announce the release of:
tempest-horizon 1.0.0: Tempest Plugin for Horizon tests
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/tempest-horizon
Download the package from:
https://tarballs.openstack.org/tempest-horizon/
Please report issues through:
https://bugs.launchpad.net/horizon/+bugs
For more details, please see below.
Changes in tempest-horizon 0.2.0..1.0.0
---------------------------------------
48bde4d Cleanup python 2.7 support
2ff35f9 Update to hacking 3.0
a92daff Update the rst file information
84adbf3 Update tox.ini
9453185 Drop sphinx document
ecc60ca Update hacking
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 -
CONTRIBUTING.rst | 8 +--
HACKING.rst | 2 +-
README.rst | 11 ++--
requirements.txt | 3 -
setup.cfg | 31 ++-------
setup.py | 9 ---
test-requirements.txt | 4 +-
tox.ini | 41 ++++--------
16 files changed, 31 insertions(+), 213 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7a29207..e683dbf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
@@ -8,2 +6,0 @@ oslo.config>=4.6.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 702a3af..b3de56b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
@@ -10 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
More information about the Release-announce
mailing list