[release-announce] sqlalchemy-migrate 0.12.0
no-reply at openstack.org
no-reply at openstack.org
Wed Jan 23 22:52:02 UTC 2019
We jubilantly announce the release of:
sqlalchemy-migrate 0.12.0: Database schema migration for SQLAlchemy
Download the package from:
https://tarballs.openstack.org/sqlalchemy-migrate/
For more details, please see below.
Changes in sqlalchemy-migrate 0.11.0..0.12.0
--------------------------------------------
8acab2c Change title in README.rst
fe64667 Don't use deprecated / non-functional "force" parameter
231a4d2 Use legacy_alter_table ON in sqlite recreate_table
8266c8d Remove py26 support
d45ea27 Add .eggs in .gitignore
a00dab7 Import MutableMapping from the correct Python module
9f0bda9 Update mailinglist from dev to discuss
f44d079 Get rid of psycopg2 warnings by disabling wheels
02c26a2 Enforce that pbr used is >= 1.8
09ec8f7 Fix spelling mistake
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 1 +
README.rst | 2 +-
migrate/changeset/ansisql.py | 17 +++++++----------
migrate/changeset/databases/firebird.py | 2 +-
migrate/changeset/databases/ibmdb2.py | 13 +++++--------
migrate/changeset/databases/mysql.py | 3 +--
migrate/changeset/databases/sqlite.py | 11 ++++++++++-
migrate/changeset/schema.py | 4 +---
migrate/changeset/util.py | 11 -----------
requirements.txt | 2 +-
setup.cfg | 3 +--
setup.py | 2 +-
tox.ini | 5 +++--
15 files changed, 36 insertions(+), 46 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 96b304b..d30d5e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ pbr>=1.8
-SQLAlchemy>=0.7.8,!=0.9.5
+SQLAlchemy>=0.9.6
More information about the Release-announce
mailing list