diff --git a/alembic-1.13.1.tar.gz b/alembic-1.13.1.tar.gz deleted file mode 100644 index 80a51df2abbf033eda5b472fbc4305fd5f22eed8..0000000000000000000000000000000000000000 Binary files a/alembic-1.13.1.tar.gz and /dev/null differ diff --git a/alembic-1.13.2.tar.gz b/alembic-1.13.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e9abd04eb81be5e1f8678de5b0f2c49f08217fd1 Binary files /dev/null and b/alembic-1.13.2.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index c890fd902bdc6e4847c916f39bb89cc82e2badcd..932fbb93ad9e6546795710a5b8a5a55b5359d90c 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.13.1 +Version: 1.13.2 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.13.1.tar.gz +Source0: https://files.pythonhosted.org/packages/66/e2/efa88e86029cada2da5941ec664d50d9a3b2a91f5066405c6f90e5016c16/alembic-1.13.2.tar.gz BuildArch: noarch %description @@ -94,6 +94,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 30 2024 guochao - 1.13.2-1 +- Update package to version 1.13.2 +- Fixes to support pytest 8.1 for the test suite +- Fixed bug in alembic command stdout where long messages were not properly wrapping at the terminal width + + * 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