diff --git a/alembic-1.8.1.tar.gz b/alembic-1.8.1.tar.gz deleted file mode 100644 index 1484c91b69e95a13691c1987933d8db541c7bd7a..0000000000000000000000000000000000000000 Binary files a/alembic-1.8.1.tar.gz and /dev/null differ diff --git a/alembic-1.9.3.tar.gz b/alembic-1.9.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..75da53643b1a7cc753f57e45d063ff96862df4b2 Binary files /dev/null and b/alembic-1.9.3.tar.gz differ diff --git a/python-alembic.spec b/python-alembic.spec index e1813c2d09b6d2f5cf3503197c9320984cef21ea..d814b33a891c519ee6888b3c134f44c56689e7c7 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.8.1 +Version: 1.9.3 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/37/ab/80e6d86ca81235ea1a7104089dddf74de4b45f8af0a05d4b265be44d6ff9/alembic-1.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/5a/b1/858677f017609f474bb9a9b19cc76f778a81bee43ae181059f610d6c000e/alembic-1.9.3.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 Feb 14 2023 wubijie - 1.9.3-1 +- Update package to version 1.9.3 + * Thu Dec 15 2022 liqiuyu - 1.8.1-1 - Update package to version 1.8.1