diff --git a/alembic-1.2.0.tar.gz b/alembic-1.2.0.tar.gz deleted file mode 100644 index 1f15b57..0000000 --- a/alembic-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5609afbb2ab142a991b15ae436347c475f8a517f1610f2fd1b09cdca7c311f3f -size 1052327 diff --git a/alembic-1.2.1.tar.gz b/alembic-1.2.1.tar.gz new file mode 100644 index 0000000..238c41d --- /dev/null +++ b/alembic-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a +size 1053595 diff --git a/python-alembic.changes b/python-alembic.changes index d6df1f7..f924643 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Sep 25 03:19:44 UTC 2019 - Thomas Bechtold + +- update to 1.2.0: + * bugs + + Reverted the name change of the “revisions” argument to + command.stamp() to “revision” as apparently applications are + calling upon this argument as a keyword name. Pull request + courtesy Thomas Bechtold. Special translations are also added + to the command line interface so that it is still known + as “revisions” in the CLI. + References: #601 + + Removed the “test requirements” from “setup.py test”, as + this command now only emits a removal error in any case + and these requirements are unused. + ------------------------------------------------------------------- Sat Sep 21 19:10:16 UTC 2019 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index 19e4047..c57c14d 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT