diff --git a/alembic-1.13.2.tar.gz b/alembic-1.13.2.tar.gz deleted file mode 100644 index e9abd04eb81be5e1f8678de5b0f2c49f08217fd1..0000000000000000000000000000000000000000 Binary files a/alembic-1.13.2.tar.gz and /dev/null differ diff --git a/alembic-1.13.3.tar.gz b/alembic-1.13.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3becb9b93c2bc46980baaaea815969cf167a7f2f Binary files /dev/null and b/alembic-1.13.3.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 932fbb93ad9e6546795710a5b8a5a55b5359d90c..6e68b8cc0a28c58f764726734e9eaad5f92f1eb8 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.2 +Version: 1.13.3 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/66/e2/efa88e86029cada2da5941ec664d50d9a3b2a91f5066405c6f90e5016c16/alembic-1.13.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz BuildArch: noarch %description @@ -94,12 +94,16 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 15 2024 jiangxinyu - 1.13.3-1 +- Update package to version 1.13.3 +- Render if_exists and if_not_exists parameters in CreateTableOp, CreateIndexOp, DropTableOp and DropIndexOp in an autogenerate context + The pin for setuptools<69.3 in pyproject.toml has been removed + * 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 @@ -122,5 +126,5 @@ mv %{buildroot}/doclist.lst . * Tue Jul 13 2021 OpenStack_SIG - 1.5.7-1 - Upgrade to version 1.5.7 -* Mon Jul 06 2020 Python_Bot +* Mon Jul 06 2020 Python_Bot - 1.4.2-1 - Package Spec generated