diff --git a/alembic-1.13.3.tar.gz b/alembic-1.13.3.tar.gz deleted file mode 100644 index 3becb9b93c2bc46980baaaea815969cf167a7f2f..0000000000000000000000000000000000000000 Binary files a/alembic-1.13.3.tar.gz and /dev/null differ diff --git a/alembic-1.14.0.tar.gz b/alembic-1.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fed9ce211cbac4fb9139f958611d4064d523f310 Binary files /dev/null and b/alembic-1.14.0.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 6e68b8cc0a28c58f764726734e9eaad5f92f1eb8..86a82c74ec71734afb92dd8e2f30520c0a825724 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.13.3 +Version: 1.14.0 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT @@ -94,6 +94,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 7 2024 xiejing - 1.14.0-1 +- Update package to version 1.14.0 +- Added a new hook to the DefaultImpl,DefaultImpl.version_table_impl() + * Tue Oct 15 2024 jiangxinyu - 1.13.3-1 - Update package to version 1.13.3 - Render if_exists and if_not_exists parameters in CreateTableOp, CreateIndexOp, DropTableOp and DropIndexOp in an autogenerate context