We are satisfied to announce the release of: solum-dashboard 2.5.0: Solum Dashboard This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/solum-dashboard/ For more details, please see below. Changes in solum-dashboard 2.4.0..2.5.0 --------------------------------------- 76483cb Update flake8 exclude b31edd0 Remove makemessages from tox.ini 9157d3e Add py35dj20 job bf1c0c0 Switch to use stestr for unit test Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 6 ++++++ lower-constraints.txt | 4 ++-- requirements.txt | 17 +++++++++-------- test-requirements.txt | 14 +++++++------- tox.ini | 19 +++++++++++-------- 8 files changed, 39 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7e483be..c778a81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=3.1.1 # Apache-2.0 @@ -6,5 +6,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.11 # BSD -django-compressor>=2.0 # MIT -oslo.log>=3.36.0 # Apache-2.0 -python-keystoneclient>=3.8.0 # Apache-2.0 -python-solumclient>=1.2.7 # Apache-2.0 +Django<2,>=1.11;python_version<'3.0' # BSD +Django<2.1,>=1.11;python_version>='3.0' # BSD +django-compressor>=2.2 # MIT +oslo.log>=3.37.0 # Apache-2.0 +python-keystoneclient>=3.15.0 # Apache-2.0 +python-solumclient>=2.6.1 # Apache-2.0 @@ -12 +13 @@ python-solumclient>=1.2.7 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=3.36.0 # Apache-2.0 @@ -15 +16 @@ oslo.utils>=3.33.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD +Babel>=2.5.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 9613ecf..15aa291 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.5.1 # Apache-2.0 @@ -10,2 +10,2 @@ pylint==1.4.5 # GPLv2 -selenium>=2.50.1 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +selenium>=3.11.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 @@ -13 +13 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=2.2.0 # MIT +testtools>=2.3.0 # MIT @@ -16,2 +16,2 @@ unittest2>=1.1.0 # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +openstackdocstheme>=1.20.0 # Apache-2.0 @@ -19 +19 @@ sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 -sphinxcontrib-httpdomain>=1.3.0 # BSD +sphinxcontrib-httpdomain>=1.6.1 # BSD