diff --git a/alembic-0.9.6.tar.gz b/alembic-0.9.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..21069bdfc805c7714ba873260ed8090a6c1ee711 Binary files /dev/null and b/alembic-0.9.6.tar.gz differ diff --git a/alembic-1.5.7.tar.gz b/alembic-1.5.7.tar.gz deleted file mode 100644 index 97de83cfffc23d0a8b3af4388b629d0bd5322e0f..0000000000000000000000000000000000000000 Binary files a/alembic-1.5.7.tar.gz and /dev/null differ diff --git a/python-alembic.spec b/python-alembic.spec index 62006ea520d1f95de020575d926dd6a3ce5b15ac..fd3ded5ef5ca2e6ff8a6eb355a7600a235cfdf23 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.5.7 +Version: 0.9.6 Release: 1 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/57/f8/281ea2f4f99e93bd059075e4d1bf7090710234dadb02a817293ba9f118b9/alembic-1.5.7.tar.gz +Source0: https://files.pythonhosted.org/packages/bf/b3/b28ea715824f8455635ece3c12f59d5d205f98cc378858e414e3aa6ebdbc/alembic-0.9.6.tar.gz BuildArch: noarch %description Alembic is a database migrations tool written by the author of SQLAlchemy. A @@ -53,7 +53,7 @@ doing the same steps in reverse. 3. Allows the scripts to execute in some sequential manner. %prep -%autosetup -n alembic-1.5.7 +%autosetup -n alembic-0.9.6 %build %py3_build @@ -95,6 +95,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Oct 30 2021 Openstack - 0.9.6-1 +- Upgrade to version 0.9.6 * Tue Jul 13 2021 OpenStack_SIG - 1.5.7-1 - Upgrade to version 1.5.7