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.14.1.tar.gz b/alembic-1.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..34ae98ec3956e11deb3c6de92de2c4671b2aebec Binary files /dev/null and b/alembic-1.14.1.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 86a82c74ec71734afb92dd8e2f30520c0a825724..ea13b533c043de1d2a78eedf953c0c910ce1f1a8 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.14.1 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT @@ -94,6 +94,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 19 2025 openeuler_bot - 1.14.1-1 +- update python-alembic to 1.14.1 + + * 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()