diff --git a/alembic-1.17.0.tar.gz b/alembic-1.17.0.tar.gz deleted file mode 100644 index ca88b261095526d0a68807a25ac0d8c7e10c7755..0000000000000000000000000000000000000000 Binary files a/alembic-1.17.0.tar.gz and /dev/null differ diff --git a/alembic-1.17.1.tar.gz b/alembic-1.17.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5d1738a94ab55f273010cf35b8e87ce60b94fc9e Binary files /dev/null and b/alembic-1.17.1.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index b900edb2ba620545a4ef18529c4cb55509f1c3ee..088cb1342af88e5197dfc837537e318940f57348 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.17.0 +Version: 1.17.1 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/6b/45/6f4555f2039f364c3ce31399529dcf48dd60726ff3715ad67f547d87dfd2/alembic-1.17.0.tar.gz +Source0: https://files.pythonhosted.org/packages/6e/b6/2a81d7724c0c124edc5ec7a167e85858b6fd31b9611c6fb8ecf617b7e2d3/alembic-1.17.1.tar.gz BuildArch: noarch %description @@ -94,6 +94,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 06 2025 gaoyukun - 1.17.1-1 +- Update package to version 1.17.1 +- Add "--check-heads" option to "current" command + * Tue Oct 28 2025 Hann - 1.17.0-1 - Update package to version 1.17.0 - Adding a ``noxfile.py`` as well as some included modules