karbor-dashboard 1.3.0 (train)
We exuberantly announce the release of: karbor-dashboard 1.3.0: Karbor Dashboard This release is part of the train release series. The source is available from: https://opendev.org/openstack/karbor-dashboard Download the package from: https://tarballs.openstack.org/karbor-dashboard/ Please report issues through: https://bugs.launchpad.net/karbor-dashboard/+bugs For more details, please see below. Changes in karbor-dashboard 1.2.1..1.3.0 ---------------------------------------- 3748986 Replace git.openstack.org URLs with opendev.org URLs 4a7fbd3 Sync Sphinx requirement 492072f Update links in README e06dbf2 Switch to the new canonical constraints URL on master 39c30e5 Add Python 3 Train unit tests 056e510 OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +-- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 16 ++++++++-------- setup.cfg | 3 ++- test-requirements.txt | 3 ++- tox.ini | 4 ++-- 8 files changed, 19 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3395f41..4a473c2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org