sqlalchemy-migrate 0.13.0
We are gleeful to announce the release of: sqlalchemy-migrate 0.13.0: Database schema migration for SQLAlchemy The source is available from: https://opendev.org/openstack/sqlalchemy-migrate Download the package from: https://tarballs.openstack.org/null/ For more details, please see below. Changes in sqlalchemy-migrate 0.12.0..0.13.0 -------------------------------------------- 5d1f322 remove inspect.getargspec deprecation warning 971b9e6 Use engine.connect(); don't use private _run_visitor method 67d2bb2 Claim support for python 3.6 578f533 Claim support for python 3.5 1cc62d6 Remove test-requirements-py*.txt files 3ee28fe Add bindep support 078ffc6 Remove py26 tox targets e922c24 Import zuul jobs abb234e Fix docs build 8c90555 OpenDev Migration Patch 851bd21 Use mysqlclient Diffstat (except docs and test files) ------------------------------------- .gitreview | 4 +- .zuul.yaml | 37 ++++++++++++++ bindep.txt | 16 +++++++ migrate/changeset/databases/visitor.py | 2 +- migrate/changeset/schema.py | 22 +++++++-- migrate/versioning/script/py.py | 10 +++- .../sqlalchemy-migrate-devstack-dsvm/post.yaml | 15 ++++++ .../sqlalchemy-migrate-devstack-dsvm/run.yaml | 49 +++++++++++++++++++ setup.cfg | 2 + test-requirements-py2.txt | 2 - test-requirements-py3.txt | 1 - test-requirements.txt | 5 ++ tox.ini | 56 ++++++++++------------ 17 files changed, 193 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b4bba70..bc8d8d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,0 +13 @@ mox>=0.5.3 +mysqlclient @@ -20,0 +22,4 @@ tempest-lib>=0.1.0 +# db2 support +ibm_db_sa>=0.3.0;python_version<'3.0' +ibm-db-sa-py3;python_version>='3.0' +
participants (1)
-
no-reply@openstack.org