We joyfully announce the release of: oslo.db 8.2.0: Oslo Database library This release is part of the victoria 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 8.1.0..8.2.0 ------------------------------- ec81810 Fix hacking min version to 3.0.1 db6a84a Switch to newer openstackdocstheme and reno versions 43e263e Remove the unused coding style modules 05c90f5 Remove translation sections from setup.cfg 3db4248 Bump default tox env from py37 to py38 706f299 Add py38 package metadata 6d81455 Imported Translations from Zanata ad13a5c Add release notes links to doc index 1568124 Remove use of deprecated LOG.warn a07dcd0 Add Python3 victoria unit tests bd20ef8 Update master for stable/ussuri 85573e0 Modernize use of table.count() with func.count() Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 1 - lower-constraints.txt | 5 ----- oslo_db/sqlalchemy/exc_filters.py | 4 ++-- releasenotes/source/conf.py | 6 +++--- releasenotes/source/index.rst | 1 + .../source/locale/en_GB/LC_MESSAGES/releasenotes.po | 18 ++++++++++++++++-- releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 15 +-------------- test-requirements.txt | 2 +- tox.ini | 2 +- 15 files changed, 54 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4f26aa4..523af12 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0