diff --git a/python-sqlalchemy-migrate.changes b/python-sqlalchemy-migrate.changes index df7b16f..5b9a0bc 100644 --- a/python-sqlalchemy-migrate.changes +++ b/python-sqlalchemy-migrate.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Apr 23 12:20:58 UTC 2019 - Thomas Bechtold + +- update to 0.12.0: + * Change title in README.rst + * Don't use deprecated / non-functional "force" parameter + * Use legacy\_alter\_table ON in sqlite recreate\_table + * Remove py26 support + * Add .eggs in .gitignore + * Import MutableMapping from the correct Python module + * Update mailinglist from dev to discuss + * Get rid of psycopg2 warnings by disabling wheels + * Enforce that pbr used is >= 1.8 + ------------------------------------------------------------------- Tue Dec 4 12:54:52 UTC 2018 - Matej Cepl diff --git a/python-sqlalchemy-migrate.spec b/python-sqlalchemy-migrate.spec index 737b656..f69228d 100644 --- a/python-sqlalchemy-migrate.spec +++ b/python-sqlalchemy-migrate.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlalchemy-migrate # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sqlalchemy-migrate -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Database schema migration for SQLAlchemy License: MIT @@ -34,7 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # Documentation requirements: -BuildRequires: python3-SQLAlchemy >= 0.7.8 +BuildRequires: python3-SQLAlchemy >= 0.9.6 BuildRequires: python3-Sphinx >= 1.1.2 Requires: python-SQLAlchemy >= 0.7.8 Requires: python-Tempita >= 0.4 diff --git a/sqlalchemy-migrate-0.11.0.tar.gz b/sqlalchemy-migrate-0.11.0.tar.gz deleted file mode 100644 index f15ddb2..0000000 --- a/sqlalchemy-migrate-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251 -size 128299 diff --git a/sqlalchemy-migrate-0.12.0.tar.gz b/sqlalchemy-migrate-0.12.0.tar.gz new file mode 100644 index 0000000..cfb7c36 --- /dev/null +++ b/sqlalchemy-migrate-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfada30bbcf79a83b3a2d1bcd637de7e1f43e390d54de33e4f3249fd9aacfae +size 128499