diff --git a/alembic-1.10.2.tar.gz b/alembic-1.10.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5542deb53eaf918f9b63c62debcc6934f9a4cb72 Binary files /dev/null and b/alembic-1.10.2.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..16f88f371c617925e092613eda1e9c24fd9ae94f 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.2 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/d6/02/66ed327f944f3f85423096c438d7d290da5af21a7aecf9e5b9f09d9e34b2/alembic-1.10.2.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 +* Fri Mar 17 2023 wubijie - 1.10.2-1 +- Update package to version 1.10.2 + * Tue Feb 14 2023 wubijie - 1.9.3-1 - Update package to version 1.9.3