diff --git a/alembic-1.14.0.tar.gz b/alembic-1.14.0.tar.gz deleted file mode 100644 index fed9ce211cbac4fb9139f958611d4064d523f310..0000000000000000000000000000000000000000 Binary files a/alembic-1.14.0.tar.gz and /dev/null differ diff --git a/alembic-1.16.2.tar.gz b/alembic-1.16.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f773c463b4278818279c61345c864e8eb661e096 Binary files /dev/null and b/alembic-1.16.2.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 86a82c74ec71734afb92dd8e2f30520c0a825724..38fa52b46da0e7101d332e41578fa670744baf5c 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.14.0 +Version: 1.16.2 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT @@ -94,6 +94,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 23 2025 weijiasheng - 1.16.2-1 +- Update package to version 1.16.2 + * 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()