2024-01-05 16:44:14 +01:00
|
|
|
Name: python-stevedore
|
2024-08-24 19:33:05 +02:00
|
|
|
Version: 5.3.0
|
2024-02-23 15:54:52 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:44:14 +01:00
|
|
|
Summary: Manage dynamic plugins for Python applications
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 16:44:15 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:44:15 +01:00
|
|
|
URL: https://docs.openstack.org/stevedore/latest/
|
2024-01-05 16:44:15 +01:00
|
|
|
Source: https://pypi.debian.net/stevedore/stevedore-%{version}.tar.gz
|
2024-01-05 16:44:14 +01:00
|
|
|
License: Apache License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:44:17 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(pbr)
|
2024-01-05 16:44:14 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:44:17 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:44:14 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n stevedore-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:44:14 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:44:14 +01:00
|
|
|
%dir %{python_sitearch}/stevedore-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/stevedore-%{version}-py*.egg-info/*
|
2024-01-05 16:44:15 +01:00
|
|
|
%doc AUTHORS LICENSE
|
2024-01-05 16:44:14 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-08-24 19:33:05 +02:00
|
|
|
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 5.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-23 15:54:52 +01:00
|
|
|
* Fri Feb 23 2024 Automatic Build System <autodist@openmamba.org> 5.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:17 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 5.1.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:44:17 +01:00
|
|
|
* Sat Sep 16 2023 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:16 +01:00
|
|
|
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Fri Nov 11 2022 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Fri Oct 21 2022 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Tue Oct 19 2021 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-1mamba
|
|
|
|
- update to 3.4.0
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 13 2020 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Thu Feb 20 2020 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Tue Oct 30 2018 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 1.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Mon Jan 01 2018 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Thu Oct 05 2017 Automatic Build System <autodist@mambasoft.it> 1.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 1.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Tue Apr 11 2017 Automatic Build System <autodist@mambasoft.it> 1.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Thu Jan 26 2017 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Fri Dec 16 2016 Automatic Build System <autodist@mambasoft.it> 1.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Fri Oct 28 2016 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 1.17.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:15 +01:00
|
|
|
* Sat Mar 05 2016 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Sun Feb 14 2016 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Wed Dec 09 2015 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Wed Oct 14 2015 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Sun Sep 13 2015 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Fri Aug 14 2015 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Wed Jul 08 2015 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Fri Jun 05 2015 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Tue Apr 21 2015 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Wed Mar 11 2015 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Thu Jan 08 2015 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Mon Oct 27 2014 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Fri Sep 19 2014 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:44:14 +01:00
|
|
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 08 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.14.1-1mamba
|
|
|
|
- package created using the webbuild interface
|