[release-announce] adjutant-ui 1.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:09:50 UTC 2020


We are ecstatic to announce the release of:

adjutant-ui 1.0.0: Adjutant User Interface

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/adjutant-ui

Download the package from:

    https://tarballs.openstack.org/adjutant-ui/

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/adjutant-ui

For more details, please see below.

Changes in adjutant-ui 0.5.0..1.0.0
-----------------------------------

a52d588 drop mock from lower-constraints
92c5533 Stop to use the __future__ module.
dc3e444 Switch to newer openstackdocstheme and reno versions
9c2e432 Fix hacking min version to 3.0.1
f932b4e Cleanup py27 support
070fe96 Add py38 package metadata
7b8e159 Add Python3 victoria unit tests
61a1ca1 Update hacking for Python3
b7ab048 Follow PTI for docs builds
d528b3c Use unittest.mock instead of third party mock
f3b42da [ussuri][goal] Drop python 2.7 support and testing
bd59ec3 Sync Sphinx requirement
a9a4989 Fix some flake8 warnings
310b86b Add pep8 jobs


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                  |  14 +++
README.rst                                  |   4 +-
adjutant_ui/api/adjutant.py                 |  36 +++----
adjutant_ui/content/notifications/tabs.py   |   6 +-
adjutant_ui/content/notifications/views.py  |   6 +-
adjutant_ui/content/quota/views.py          |   2 +-
adjutant_ui/content/tasks/tabs.py           |   2 +-
adjutant_ui/content/tasks/views.py          |   4 +-
bindep.txt                                  |   2 +
lower-constraints.txt                       | 140 ++++++++++++++++++++++++++++
setup.cfg                                   |  14 ++-
setup.py                                    |   9 --
test-requirements.txt                       |  11 +--
tools/install_venv.py                       |   1 +
tools/install_venv_common.py                |   2 -
tox.ini                                     |  26 ++++--
19 files changed, 226 insertions(+), 73 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 40ac5a5..a64165a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking>=3.0.1,<3.1 # Apache-2.0
@@ -12,2 +11,0 @@ coverage>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
@@ -15,2 +13 @@ nodeenv>=0.9.4 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
@@ -18 +15 @@ selenium>=2.50.1 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -22 +19 @@ xvfbwrapper>=0.1.3 #license: MIT
-sphinx-rtd-theme>=0.2.4
+openstackdocstheme>=2.2.1 # Apache-2.0






More information about the Release-announce mailing list