oslo.db 15.1.0 (dalmatian)
We are thrilled to announce the release of: oslo.db 15.1.0: Oslo Database library This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/oslo.db Download the package from: https://pypi.org/project/oslo.db Please report issues through: https://bugs.launchpad.net/oslo.db/+bugs For more details, please see below. Changes in oslo.db 15.0.0..15.1.0 --------------------------------- e502313 reno: Update master for unmaintained/zed 14ab645 Remove old excludes 8e1f869 exc_filters: Handle OperationalError for MariaDB/Galera 3e2dab7 Update master for stable/2024.1 add9b72 reno: Update master for unmaintained/xena f1e544d reno: Update master for unmaintained/wallaby 249350b reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- oslo_db/sqlalchemy/exc_filters.py | 2 ++ releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 11 files changed, 23 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d2f44f1..9477a18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dde2d0b..6aae3ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT +coverage>=4.0 # Apache-2.0 +eventlet>=0.18.2 # MIT
participants (1)
-
no-reply@openstack.org