diff --git a/alembic-1.10.4.tar.gz b/alembic-1.10.4.tar.gz new file mode 100644 index 0000000..0480f4c 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 75da536..0000000 Binary files a/alembic-1.9.3.tar.gz and /dev/null differ diff --git a/python-alembic.spec b/python-alembic.spec index d814b33..48c4537 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