diff --git a/alembic-1.12.1.tar.gz b/alembic-1.12.1.tar.gz deleted file mode 100644 index 3b7a7f4..0000000 Binary files a/alembic-1.12.1.tar.gz and /dev/null differ diff --git a/alembic-1.13.1.tar.gz b/alembic-1.13.1.tar.gz new file mode 100644 index 0000000..80a51df Binary files /dev/null and b/alembic-1.13.1.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 37ce717..c890fd9 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.12.1 +Version: 1.13.1 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.13.1.tar.gz BuildArch: noarch %description @@ -94,6 +94,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 23 2024 jiangxinyu - 1.13.1-1 +- Update package to version 1.13.1 + Improve re-writer implementation, fixing chain and adding support to callables + * Fri Nov 10 2023 jiangxinyu - 1.12.1-1 - Update package to version 1.12.1