From d458d40d586650f564348ae72c6105340ad53182 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:44:15 +0100 Subject: [PATCH] automatic version update by autodist [release 3.3.0-1mamba;Wed Dec 02 2020] --- python-stevedore.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/python-stevedore.spec b/python-stevedore.spec index c4deaa2..df91482 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,5 +1,5 @@ Name: python-stevedore -Version: 1.32.0 +Version: 3.3.0 Release: 1mamba Summary: Manage dynamic plugins for Python applications Group: System/Libraries @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n stevedore-%{version} @@ -35,13 +39,25 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/stevedore-%{version}-py*.egg-info %{python_sitearch}/stevedore-%{version}-py*.egg-info/* %doc AUTHORS LICENSE ChangeLog README.rst %changelog +* Wed Dec 02 2020 Automatic Build System 3.3.0-1mamba +- automatic version update by autodist + +* Sun Sep 13 2020 Automatic Build System 3.2.2-1mamba +- automatic version update by autodist + +* Wed Sep 02 2020 Automatic Build System 3.2.1-1mamba +- automatic version update by autodist + +* Sun Jul 19 2020 Automatic Build System 3.2.0-1mamba +- automatic version update by autodist + * Thu Feb 20 2020 Automatic Build System 1.32.0-1mamba - automatic version update by autodist