diff --git a/alembic-1.12.1.tar.gz b/alembic-1.12.1.tar.gz deleted file mode 100644 index 3b7a7f4fd9399acf00f59dcc9ac4ca247da5547b..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..80a51df2abbf033eda5b472fbc4305fd5f22eed8 Binary files /dev/null and b/alembic-1.13.1.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 37ce717e515ad131139f458b2adc967d276b02a3..c890fd902bdc6e4847c916f39bb89cc82e2badcd 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