diff --git a/alembic-1.4.2.tar.gz b/alembic-1.4.2.tar.gz deleted file mode 100644 index 2509382..0000000 --- a/alembic-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf -size 1092045 diff --git a/alembic-1.4.3.tar.gz b/alembic-1.4.3.tar.gz new file mode 100644 index 0000000..bfe24ab --- /dev/null +++ b/alembic-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245 +size 1108131 diff --git a/python-alembic.changes b/python-alembic.changes index d022e53..a0e004d 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sat Sep 19 15:30:06 UTC 2020 - Arun Persaud + +- update to version 1.4.3: + * bug + + Added support to drop named CHECK constraints that are specified + as part of a column, rather than table wide. Previously, only + constraints associated with the table were considered. + References: #711 + + Fixed issue where the MySQL dialect would not correctly render + the server default of a column in an alter operation, if the + operation were programmatically generated from an autogenerate + pass as it would not accommodate for the full structure of the + DefaultClause construct. References: #736 + + Fixed issue where the CAST applied to a JSON column when copying + a SQLite table during batch mode would cause the data to be + lost, as SQLite’s CAST with JSON appears to convert the data to + the value “0”. The CAST is now skipped in a dialect-specific + manner, including for JSON columns on SQLite. Pull request + courtesy Sebastián Ramírez. References: #697 + + The alembic current command no longer creates an alembic_version + table in the database if one does not exist already, returning + no version as the current version. This allows checking for + migrations in parallel without introducing race conditions. Pull + request courtesy Nikolay Edigaryev. References: #694 + + Fixed issue where columns in a foreign-key referenced table + would be replaced with null-type columns during a batch + operation; while this did not generally have any side effects, + it could theoretically impact a batch operation that also + targets that table directly and also would interfere with future + changes to the .append_column() method to disallow implicit + replacement of columns. + + Fixed issue where the mssql_drop_foreign_key=True flag on + op.drop_column would lead to incorrect syntax error due to a + typo in the SQL emitted, same typo was present in the test as + well so it was not detected. Pull request courtesy Oleg + Shigorin. References: #716 + ------------------------------------------------------------------- Sat Mar 28 16:27:08 UTC 2020 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index a855175..c4f770b 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.2 +Version: 1.4.3 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT