diff --git a/alembic-0.9.7.tar.gz b/alembic-0.9.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e728a2ca848c88e9f383a394e7952656fbd1c0ee Binary files /dev/null and b/alembic-0.9.7.tar.gz differ diff --git a/alembic-1.4.2.tar.gz b/alembic-1.4.2.tar.gz deleted file mode 100644 index f4b47479b552afb8346615905d96070facd6e722..0000000000000000000000000000000000000000 Binary files a/alembic-1.4.2.tar.gz and /dev/null differ diff --git a/python-alembic.spec b/python-alembic.spec index f25460226564c94ac99aa10b1fd8706fc523c170..441721392a65a5f14c0617c6da80031970465b07 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,42 +1,43 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.4.2 -Release: 1 +Version: 0.9.7 +Release: 2 Summary: A database migration tool for SQLAlchemy. License: MIT -URL: https://alembic.sqlalchemy.org -Source0: https://files.pythonhosted.org/packages/60/1e/cabc75a189de0fbb2841d0975243e59bde8b7822bacbb95008ac6fe9ad47/alembic-1.4.2.tar.gz +URL: http://bitbucket.org/zzzeek/alembic +Source0: https://files.pythonhosted.org/packages/80/bb/f294b8f7d6c4a0ab81babc6b863a0d9f708d93c5d5c5921910be765ca779/alembic-0.9.7.tar.gz BuildArch: noarch - - %description -Alembic is part of the `SQLAlchemy Project `_ and -adheres to the same standards and conventions as the core project. +Alembic is a database migrations tool written by the author +of `SQLAlchemy `_. + -%package -n python3-alembic +%package -n python2-alembic Summary: A database migration tool for SQLAlchemy. -Provides: python-alembic -BuildRequires: python3-devel -BuildRequires: python3-setuptools -%description -n python3-alembic -Alembic is part of the `SQLAlchemy Project `_ and -adheres to the same standards and conventions as the core project. +Provides: python2-alembic +BuildRequires: python2-devel +BuildRequires: python2-setuptools +%description -n python2-alembic +Alembic is a database migrations tool written by the author +of `SQLAlchemy `_. + %package help Summary: Development documents and examples for alembic -Provides: python3-alembic-doc +Provides: python2-alembic-doc %description help -Alembic is part of the `SQLAlchemy Project `_ and -adheres to the same standards and conventions as the core project. +Alembic is a database migrations tool written by the author +of `SQLAlchemy `_. + %prep -%autosetup -n alembic-1.4.2 +%autosetup -n alembic-0.9.7 %build -%py3_build +%py2_build %install -%py3_install +%py2_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -63,12 +64,14 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-alembic -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-alembic -f filelist.lst +%{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Jul 06 2020 Python_Bot +* Fri May 21 2021 openstack-sig +- Fix Provides +* Fri May 07 2021 openstack-sig - Package Spec generated