diff --git a/futurist-1.6.0.tar.gz b/futurist-1.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7b3849828d2c03cdd17c41eeade70bf40e638ea0 Binary files /dev/null and b/futurist-1.6.0.tar.gz differ diff --git a/futurist-2.3.0.tar.gz b/futurist-2.3.0.tar.gz deleted file mode 100644 index 1fe3cb9a201aa29083aaabb3681d15ef422602eb..0000000000000000000000000000000000000000 Binary files a/futurist-2.3.0.tar.gz and /dev/null differ diff --git a/python-futurist.spec b/python-futurist.spec index 8226c5e33882ab1a1f2fb72bfa06cc186fef5d9c..0b369aaf1b286a256a89dbb5f783167c026ed5d5 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,43 +1,47 @@ %global _empty_manifest_terminate_build 0 Name: python-futurist -Version: 2.3.0 -Release: 1 +Version: 1.6.0 +Release: 3 Summary: Useful additions to futures, from the future. -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/futurist/latest/ -Source0: https://files.pythonhosted.org/packages/31/10/b10d828d056c66f89df8d6f408580108731b09ecfe3c00b92c5421003a9b/futurist-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ab/05/7dacda13c336147c46c6e585088415f949fe22a520805d33f80673454494/futurist-1.6.0.tar.gz BuildArch: noarch - -Requires: python3-pbr -Requires: python3-six - %description Useful additions to futures, from the future. -%package -n python3-futurist + +%package -n python2-futurist Summary: Useful additions to futures, from the future. -Provides: python-futurist -BuildRequires: python3-devel -BuildRequires: python3-setuptools -%description -n python3-futurist +Provides: python2-futurist +BuildRequires: python2-pbr +BuildRequires: python2-devel +BuildRequires: python2-setuptools +Requires: python2-pbr +Requires: python2-six +Requires: python2-monotonic +Requires: python2-contextlib2 +Requires: python2-prettytable +Requires: python2-futures +%description -n python2-futurist Useful additions to futures, from the future. %package help Summary: Development documents and examples for futurist -Provides: python3-futurist-doc +Provides: python2-futurist-doc %description help -Useful additions to futures, from the future. (docs) +Useful additions to futures, from the future. %prep -%autosetup -n futurist-2.3.0 +%autosetup -n futurist-1.6.0 %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 @@ -64,12 +68,16 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-futurist -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-futurist -f filelist.lst +%{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Sat Nov 21 2020 Python_Bot +* Wed Jun 2 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success +* Mon May 24 2021 openstack-sig +- Fix Provides +* Wed May 12 2021 openstack-sig - Package Spec generated