diff --git a/python-stevedore.spec b/python-stevedore.spec old mode 100755 new mode 100644 index 8188041ab64d799e7cb37776506ff4acfe98083c..ef49ddc4787dd2bc9786a776fdd0ce1131e90e7a --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,32 +1,35 @@ %global _empty_manifest_terminate_build 0 -Name: python-stevedore -Version: 3.3.0 -Release: 3 -Summary: Manage dynamic plugins for Python applications -License: Apache-2.0 -URL: https://opendev.org/openstack/stevedore -Source0: https://files.pythonhosted.org/packages/95/bc/dc386a920942dbdfe480c8a4d953ff77ed3dec99ce736634b6ec4f2d97c1/stevedore-3.3.0.tar.gz -BuildArch: noarch - +Name: python-stevedore +Version: 1.31.0 +Release: 1 +Summary: Manage dynamic plugins for Python applications +License: Apache-2.0 +URL: https://docs.openstack.org/stevedore/latest/ +Source0: https://files.pythonhosted.org/packages/05/79/516aa1c427da04f818242ec147a2f417dd0e8f4abbc9302ed07459fb152d/stevedore-1.31.0.tar.gz +BuildArch: noarch %description Manage dynamic plugins for Python applications - %package -n python3-stevedore -Summary: Manage dynamic plugins for Python applications -Provides: python-stevedore -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pip +Summary: Manage dynamic plugins for Python applications +Provides: python-stevedore +# Base build requires +BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel +# General requires +BuildRequires: python3-six +# General requires Requires: python3-pbr -Requires: python3-importlib-metadata +Requires: python3-six %description -n python3-stevedore Manage dynamic plugins for Python applications %package help -Summary: Development documents and examples for stevedore -Provides: python3-stevedore-doc +Summary: Manage dynamic plugins for Python applications +Provides: python3-stevedore-doc %description help Manage dynamic plugins for Python applications @@ -38,6 +41,7 @@ Manage dynamic plugins for Python applications %install %py3_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 @@ -71,9 +75,6 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Aug 3 2021 huangtianhua - 3.3.0-3 -- Fix requires error -* Wed Jan 20 2021 zhangy1317 -- Add BuildRequires python3-pip -* Fri Jan 08 2021 Python_Bot -- Package Spec generated +* Mon Nov 15 2021 OpenStack_SIG - 1.31.0-1 +- Init package python3-stevedore of version 1.31.0 + diff --git a/stevedore-1.31.0.tar.gz b/stevedore-1.31.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..771c4234c80a084c0401425c861affddb60a466d Binary files /dev/null and b/stevedore-1.31.0.tar.gz differ diff --git a/stevedore-3.3.0.tar.gz b/stevedore-3.3.0.tar.gz deleted file mode 100644 index f1bfd71b2bf4d44952ef7da700aa09417576f9bb..0000000000000000000000000000000000000000 Binary files a/stevedore-3.3.0.tar.gz and /dev/null differ