diff --git a/alembic-1.10.4.tar.gz b/alembic-1.10.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0480f4c0297dd1bbe98da28853ac2ddc9d3ea7c7 Binary files /dev/null and b/alembic-1.10.4.tar.gz differ diff --git a/alembic-1.9.3.tar.gz b/alembic-1.9.3.tar.gz deleted file mode 100644 index 75da53643b1a7cc753f57e45d063ff96862df4b2..0000000000000000000000000000000000000000 Binary files a/alembic-1.9.3.tar.gz and /dev/null differ diff --git a/python-alembic.spec b/python-alembic.spec index d814b33a891c519ee6888b3c134f44c56689e7c7..48c4537674defbdbc9317e14feb9dd26890e2c94 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.9.3 +Version: 1.10.4 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/5a/b1/858677f017609f474bb9a9b19cc76f778a81bee43ae181059f610d6c000e/alembic-1.9.3.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.10.4.tar.gz BuildArch: noarch %description Alembic is a database migrations tool written by the author of SQLAlchemy. A @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 9 2023 liyanan - 1.10.4-1 +- Update package to version 1.10.4 + * Tue Feb 14 2023 wubijie - 1.9.3-1 - Update package to version 1.9.3