diff --git a/alembic-1.4.1.tar.gz b/alembic-1.4.1.tar.gz deleted file mode 100644 index af27770..0000000 --- a/alembic-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:791a5686953c4b366d3228c5377196db2f534475bb38d26f70eb69668efd9028 -size 1084841 diff --git a/alembic-1.4.2.tar.gz b/alembic-1.4.2.tar.gz new file mode 100644 index 0000000..2509382 --- /dev/null +++ b/alembic-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf +size 1092045 diff --git a/python-alembic.changes b/python-alembic.changes index a9cf8ba..d022e53 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Mar 28 16:27:08 UTC 2020 - Arun Persaud + +- update to version 1.4.2: + * bug + + Fixed an issue that prevented the test suite from running with + the recently released py.test 5.4.0. References: #668 + + Fixed more false-positive failures produced by the new “compare + type” logic first added in #605, particularly impacting MySQL + string types regarding flags such as “charset” and “collation”. + References: #671 + + Fixed issue in Oracle backend where a table RENAME with a + schema-qualified name would include the schema in the “to” + portion, which is rejected by Oracle. References: #670 + * usecase + + Adjusted autogen comparison to accommodate for backends that + support computed column reflection, dependent on SQLAlchemy + version 1.3.16 or higher. This emits a warning if the SQL + expression inside of a Computed value changes between the + metadata and the database, as these expressions can’t be changed + without dropping and recreating the column. References: #669 + ------------------------------------------------------------------- Fri Mar 6 21:49:43 UTC 2020 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index aaf5b16..a855175 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.4.1 +Version: 1.4.2 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT