diff --git a/alembic-1.0.10.tar.gz b/alembic-1.0.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fd0f834211ba755005254a485afd36c14b8a7406 Binary files /dev/null and b/alembic-1.0.10.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..b4a5ad2b88b6ff7fc91de182e623e69a51cf5d37 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,42 +1,41 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic -Version: 1.4.2 -Release: 1 +Version: 1.0.10 +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 +Source0: https://files.pythonhosted.org/packages/6e/8b/fa3bd058cccd5e9177fea4efa26bfb769228fdd3178436ad5e05830ef6ef/alembic-1.0.10.tar.gz BuildArch: noarch - - %description -Alembic is part of the `SQLAlchemy Project `_ and -adheres to the same standards and conventions as the core project. +A database migration tool for 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 +BuildRequires: python2-pip +%description -n python2-alembic +A database migration tool for 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. +A database migration tool for SQLAlchemy. + %prep -%autosetup -n alembic-1.4.2 +%autosetup -n alembic-1.0.10 %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 +62,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 +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Jul 06 2020 Python_Bot +* Mon May 10 2021 openstack-sig +- Fix provides +* Thu Apr 29 2021 openstack-sig - Package Spec generated