We are happy to announce the release of: oslo.db 17.2.0 This release is part of the epoxy 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. 17.2.0 ^^^^^^ Deprecation Notes * The "iteritems" method of the "oslo_db.sqlalchemy.models.ModelBase" class has been deprecated. Use the "items" method instead. Changes in oslo.db 17.1.0..17.2.0 --------------------------------- a404156 Skip installation to speed up pep8 f621db8 remove eventlet test dependency 87e686f fix SQL comparison test for SQLAlchemy 2.0.38 76352bd Run pyupgrade to clean up Python 2 syntaxes ce2413f pre-commit: Bump versions 6a207af Deprecate iteritems Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 34 +++--- oslo_db/api.py | 6 +- oslo_db/exception.py | 22 ++-- oslo_db/sqlalchemy/enginefacade.py | 8 +- oslo_db/sqlalchemy/engines.py | 22 ++-- oslo_db/sqlalchemy/migration_cli/ext_base.py | 2 +- oslo_db/sqlalchemy/migration_cli/manager.py | 2 +- oslo_db/sqlalchemy/models.py | 20 ++-- oslo_db/sqlalchemy/provision.py | 16 +-- oslo_db/sqlalchemy/test_fixtures.py | 18 +-- oslo_db/sqlalchemy/test_migrations.py | 2 +- oslo_db/sqlalchemy/types.py | 2 +- oslo_db/sqlalchemy/update_match.py | 20 ++-- oslo_db/sqlalchemy/utils.py | 17 ++- .../deprecate-iteritems-403c00b24f9f9c1f.yaml | 5 + releasenotes/source/conf.py | 1 - test-requirements.txt | 4 - tox.ini | 5 +- 34 files changed, 168 insertions(+), 328 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5df6765..7a734d1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -3 +1,0 @@ coverage>=4.0 # Apache-2.0 -eventlet>=0.18.2 # MIT @@ -10 +7,0 @@ testtools>=2.2.0 # MIT -bandit>=1.7.0,<1.8.0 # Apache-2.0 @@ -15 +11,0 @@ psycopg2>=2.8.0 # LGPL/ZPL -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org