diff --git a/alembic-1.10.4.tar.gz b/alembic-1.10.4.tar.gz deleted file mode 100644 index 0480f4c0297dd1bbe98da28853ac2ddc9d3ea7c7..0000000000000000000000000000000000000000 Binary files a/alembic-1.10.4.tar.gz and /dev/null differ diff --git a/alembic-1.11.1.tar.gz b/alembic-1.11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7857a8c4527c22c418d28cd758ceec882d756727 Binary files /dev/null and b/alembic-1.11.1.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index 48c4537674defbdbc9317e14feb9dd26890e2c94..e21b066ce37ca6069d126d1904c444103ba7521b 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.10.4 +Version: 1.11.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.10.4.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.11.1.tar.gz BuildArch: noarch + %description Alembic is a database migrations tool written by the author of SQLAlchemy. A migrations tool offers the following functionality: @@ -93,6 +94,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 21 2023 jiangxinyu - 1.11.1-1 +- Update package to version 1.11.1 + * Tue May 9 2023 liyanan - 1.10.4-1 - Update package to version 1.10.4