diff --git a/alembic-1.11.1.tar.gz b/alembic-1.11.1.tar.gz deleted file mode 100644 index 683de04..0000000 --- a/alembic-1.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01 -size 1176522 diff --git a/alembic-1.11.2.tar.gz b/alembic-1.11.2.tar.gz new file mode 100644 index 0000000..f364043 --- /dev/null +++ b/alembic-1.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678f662130dc540dac12de0ea73de9f89caea9dbea138f60ef6263149bf84657 +size 1192900 diff --git a/python-alembic.changes b/python-alembic.changes index 85d9098..11251f4 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Aug 13 19:32:21 UTC 2023 - Dirk Müller + +- update to 1.11.2: + * Added typing to the default script mako templates. + * Added support in autogenerate for NULLS NOT DISTINCT in + * the PostgreSQL dialect. + * Fixed format string logged when running a post write hook + * Added parameters if_exists and if_not_exists for index + operations. + ------------------------------------------------------------------- Sat Jul 29 21:17:43 UTC 2023 - Dirk Müller diff --git a/python-alembic.spec b/python-alembic.spec index 345337c..abdca22 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-alembic -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT