The Oslo team is pleased to announce the release of oslo.db 1.3.0: oslo.db library
This release is primarily meant to update the SQLAlchemy dependency to resolve the issue with the new version of setuptools changing how it evaluates version range specifications. For more details, please see the git log history below and http://launchpad.net/oslo.db/+milestone/1.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.db ---------------------------------------- Changes in openstack/oslo.db 1.2.0..1.3.0 0265aa4 Repair string-based disconnect filters for MySQL, DB2 b1af0f5 Fix python3.x scoping issues with removed 'uee' variable c6b352e Updated from global requirements 9658b28 Fix test_migrate_cli for py3 4c939b3 Fix TestConnectionUtils to py3x compatibility 9c3477d Updated from global requirements 32e5c60 Upgrade exc_filters for 'engine' argument and connect behavior 161bbb2 Workflow documentation is now in infra-manual 86c136a Fix nested() for py3 diffstat (except docs and test files): CONTRIBUTING.rst | 7 ++--- oslo/db/sqlalchemy/compat/__init__.py | 6 ++-- oslo/db/sqlalchemy/compat/handle_error.py | 50 +++++++++++++++++++++++++++---- oslo/db/sqlalchemy/compat/utils.py | 1 + oslo/db/sqlalchemy/exc_filters.py | 34 ++++++++------------- requirements.txt | 4 +-- tests/sqlalchemy/test_exc_filters.py | 39 +++++++++++++++++++----- tests/sqlalchemy/test_migrate_cli.py | 6 ++-- tests/sqlalchemy/test_utils.py | 12 ++++---- tests/utils.py | 4 +-- 10 files changed, 111 insertions(+), 52 deletions(-) Requirements updates: diff --git a/requirements.txt b/requirements.txt index f8a0d8c..8ab53a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,2 +11,2 @@ oslo.config>=1.4.0 # Apache-2.0 -oslo.utils>=1.0.0 # Apache-2.0 -SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 +oslo.utils>=1.1.0 # Apache-2.0 +SQLAlchemy>=0.9.7,<=0.9.99 _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
