We are satisfied to announce the release of: zaqar-ui 18.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/zaqar-ui Download the package from: https://tarballs.openstack.org/zaqar-ui/ Please report issues through: https://bugs.launchpad.net/zaqar-ui/+bugs For more details, please see below. Changes in zaqar-ui 17.0.0..18.0.0 ---------------------------------- 1a1800f Remove unused Babel ed8c9c0 Bump hacking 27ed7cc reno: Update master for unmaintained/2023.1 39bd62c Drop support for Python 3.8 and older c67fa9d Add note about requirements lower bounds 7f8deb7 Fix outedated tox minversion 3443715 Update master for stable/2024.2 a02e5c8 reno: Update master for unmaintained/zed 1a5e130 Imported Translations from Zanata 6669bf8 reno: Update master for unmaintained/xena c0baef9 reno: Update master for unmaintained/wallaby 57fc76b reno: Update master for unmaintained/victoria 514dbe4 reno: Update master for unmaintained/yoga 5f915c0 Cleanup py27 support 6e364c7 Remove references to sys.version_info Diffstat (except docs and test files) ------------------------------------- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + .../source/locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +++++++++-- releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 14 ++++---------- setup.cfg | 4 ++-- setup.py | 9 --------- test-requirements.txt | 12 +----------- tools/install_venv.py | 1 - tools/install_venv_common.py | 4 ---- tox.ini | 8 ++++---- 17 files changed, 33 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 24aee9c..026b62e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,4 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# PBR should always appear first +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -12 +6,0 @@ python-zaqarclient>=1.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 89db7ce..86e38c5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# Hacking should appear first in case something else depends on pep8 -hacking>=3.0.1,<3.1.0 # Apache-2.0 - +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org