diff --git a/.python-pbr.metadata b/.python-pbr.metadata new file mode 100644 index 0000000..424d919 --- /dev/null +++ b/.python-pbr.metadata @@ -0,0 +1 @@ +eaa721031558d1fda5ab77f1324ef8be1fa2f34d SOURCES/pbr-5.9.0.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-pbr.spec b/SPECS/python-pbr.spec new file mode 100644 index 0000000..8d20b43 --- /dev/null +++ b/SPECS/python-pbr.spec @@ -0,0 +1,349 @@ +%global pypi_name pbr + +%bcond_with bootstrap + +%if 0%{?fedora} +%bcond_without tests +%else +# EPEL does not have the necessary testing dependencies +%bcond_with tests +%endif + +Name: python-%{pypi_name} +Version: 5.9.0 +Release: 1%{?dist} +Summary: Python Build Reasonableness + +License: ASL 2.0 +URL: http://pypi.python.org/pypi/pbr +Source0: https://pypi.io/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: git-core +%if %{without bootstrap} +BuildRequires: python%{python3_pkgversion}-sphinx >= 1.1.3 +BuildRequires: python%{python3_pkgversion}-openstackdocstheme +BuildRequires: python%{python3_pkgversion}-sphinxcontrib-apidoc +%endif + + +%description +PBR is a library that injects some useful and sensible default behaviors into +your setuptools run. It started off life as the chunks of code that were copied +between all of the OpenStack projects. Around the time that OpenStack hit 18 +different projects each with at least 3 active branches, it seems like a good +time to make that code into a proper re-usable library. + +%package -n python%{python3_pkgversion}-%{pypi_name} +Summary: Python Build Reasonableness +%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} + +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools +%if %{with tests} +BuildRequires: gcc +BuildRequires: gnupg +BuildRequires: python%{python3_pkgversion}-fixtures +BuildRequires: python%{python3_pkgversion}-hacking +BuildRequires: python%{python3_pkgversion}-six +BuildRequires: python%{python3_pkgversion}-stestr +BuildRequires: python%{python3_pkgversion}-testrepository +BuildRequires: python%{python3_pkgversion}-testresources +BuildRequires: python%{python3_pkgversion}-testscenarios +BuildRequires: python%{python3_pkgversion}-virtualenv +BuildRequires: python%{python3_pkgversion}-wheel +%endif +Requires: python%{python3_pkgversion}-setuptools +Requires: git-core + +# /usr/bin/pbr moved from: +Conflicts: python2-%{pypi_name} < 5.4.3-2 + +%description -n python%{python3_pkgversion}-%{pypi_name} +Manage dynamic plugins for Python applications + +%prep +%autosetup -n %{pypi_name}-%{version} -p1 + +rm -rf {test-,}requirements.txt pbr.egg-info/requires.txt + + +%build +export SKIP_PIP_INSTALL=1 +%py3_build + +%if %{without bootstrap} +# generate html docs +sphinx-build doc/source html +# remove the sphinx-build leftovers +rm -rf html/.{doctrees,buildinfo} +%endif + + +%install +%py3_install +rm -rf %{buildroot}%{python3_sitelib}/pbr/tests +mv %{buildroot}%{_bindir}/pbr %{buildroot}%{_bindir}/pbr-3 +ln -s ./pbr-3 %{buildroot}%{_bindir}/pbr + + +%if %{with tests} +%check +export PYTHONPATH=%{buildroot}%{python3_sitelib} +export PYTHONDONTWRITEBYTECODE=1 +export PATH="%{buildroot}%{_bindir}:${PATH}" +# Exclude tests that require networking +stestr run -E 'test_requirement_parsing|test_pep_517_support' +%endif + +%files -n python%{python3_pkgversion}-pbr +%license LICENSE +%doc README.rst %{?without_bootstrap:html} +%{_bindir}/pbr +%{_bindir}/pbr-3 +%{python3_sitelib}/%{pypi_name}-*.egg-info/ +%{python3_sitelib}/%{pypi_name}/ + +%changelog +* Sat Jul 23 2022 Maxwell G - 5.9.0-1 +- Update to 5.9.0. Fixes rhbz#2020182. +- Re-enable unit tests + +* Fri Jul 22 2022 Fedora Release Engineering - 5.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jun 16 2022 Python Maint - 5.6.0-5 +- Rebuilt for Python 3.11 + +* Mon Jun 13 2022 Python Maint - 5.6.0-4 +- Bootstrap for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 5.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 5.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jul 21 2021 Joel Capitao - 5.6.0-1 +- Update to latest release (#1953661) +- Use git-core as BR instead of git + +* Fri Jun 04 2021 Python Maint - 5.5.1-4 +- Rebuilt for Python 3.10 + +* Wed Jun 02 2021 Python Maint - 5.5.1-3 +- Bootstrap for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 5.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 29 2020 Joel Capitao - 5.5.1-1 +- Update to 5.5.1 (rhbz#1684239) + +* Mon Sep 14 2020 Joel Capitao - 5.5.0-1 +- Update to 5.5.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 5.4.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 5.4.3-5 +- Rebuilt for Python 3.9 + +* Fri May 22 2020 Miro Hrončok - 5.4.3-4 +- Bootstrap for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 5.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Nov 18 2019 Miro Hrončok - 5.4.3-2 +- Subpackage python2-pbr has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Tue Sep 10 2019 Yatin Karel - 5.4.3-1 +- Update to 5.4.3 + +* Sat Aug 17 2019 Miro Hrončok - 5.1.2-7 +- Rebuilt for Python 3.8 + +* Thu Aug 15 2019 Miro Hrončok - 5.1.2-6 +- Bootstrap for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 5.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jun 24 2019 Yatin Karel - 5.1.2-3 +- Fix FTBFS: No more python2-openstackdocstheme + +* Thu Feb 07 2019 Javier Peña - 5.1.2-2 +- Fix doc requirements + +* Thu Feb 07 2019 Javier Peña - 5.1.2-1 +- Update to 5.1.2 (rhbz#1671081) + +* Sat Feb 02 2019 Fedora Release Engineering - 4.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Sep 04 2018 Matthias Runge - 4.2.0-1 +- update to 4.2.0 (rhbz#1605192) + +* Wed Aug 8 2018 Haïkel Guémar - 4.1.1-2 +- Add runtime requirement to git-core + +* Fri Jul 20 2018 Matthias Runge - 4.1.1-1 +- rebase to 4.1.1 (rhbz#1605192) + +* Wed Jul 18 2018 Haïkel Guémar - 4.1.0-2 +- Add dependency to setuptools (RHBZ#1601767) + +* Tue Jul 17 2018 Matthias Runge - 4.1.0-1 +- update to 4.1.0 (rhbz#1561252) +- modernize spec + +* Sat Jul 14 2018 Fedora Release Engineering - 3.1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Jun 13 2018 Miro Hrončok - 3.1.1-8 +- Rebuilt for Python 3.7 + +* Tue Feb 27 2018 Iryna Shcherbina - 3.1.1-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Thu Feb 15 2018 Tomas Orsava - 3.1.1-6 +- Switch %%python macro to %%python2 + +* Fri Feb 09 2018 Fedora Release Engineering - 3.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Sep 29 2017 Troy Dawson - 3.1.1-4 +- Cleanup spec file conditionals + +* Thu Jul 27 2017 Fedora Release Engineering - 3.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jul 17 2017 Jan Beran 3.1.1-2 +- Fix of missing Python 3 version of executables in python3-pbr subpackage + +* Wed Jun 28 2017 Alan Pevec 3.1.1-1 +- Update to 3.1.1 + +* Fri Mar 3 2017 Haïkel Guémar - 2.0.0-1 +- Upstream 2.0.0 +- Drop upstreamed patch + +* Sat Feb 18 2017 Alan Pevec - 1.10.0-4 +- Fix newer Sphinx and Python 3.5 support LP#1379998 + +* Sat Feb 11 2017 Fedora Release Engineering - 1.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Dec 09 2016 Charalampos Stratakis - 1.10.0-2 +- Rebuild for Python 3.6 + +* Wed Oct 12 2016 Alan Pevec - 1.10.0-1 +- Update to 1.10.0 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.8.1-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 1.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Jan 4 2016 Paul Belanger 1.8.1-3 +- Provide python2-pbr (rhbz#1282126) +- minor spec cleanup + +* Thu Nov 12 2015 Fedora Release Engineering - 1.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Nov 12 2015 Alan Pevec 1.8.1-1 +- Update to 1.8.1 + +* Tue Nov 10 2015 Fedora Release Engineering - 1.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Mon Sep 14 2015 Alan Pevec 1.8.0-1 +- Update to upstream 1.8.0 + +* Tue Sep 08 2015 Alan Pevec 1.7.0-1 +- Update to upstream 1.7.0 + +* Mon Aug 31 2015 Matthias Runge - 1.6.0-1 +- update to upstream 1.6.0 (rhbz#1249840) + +* Sat Aug 15 2015 Alan Pevec 1.5.0-1 +- Update to upstream 1.5.0 + +* Wed Jul 15 2015 Alan Pevec 1.3.0-1 +- Update to upstream 1.3.0 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Jun 02 2015 Alan Pevec - 0.11.0-1 +- update to 0.11.0 + +* Fri Mar 20 2015 Alan Pevec - 0.10.8-1 +- update to 0.10.8 + +* Mon Dec 29 2014 Alan Pevec - 0.10.7-1 +- update to 0.10.7 + +* Tue Nov 25 2014 Matthias Runge - 0.10.0-1 +- update to 0.10.0 (rhbz#1191232) + +* Sat Jun 07 2014 Fedora Release Engineering - 0.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 14 2014 Bohuslav Kabrda - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Wed Apr 30 2014 Matthias Runge - 0.8.0-1 +- update to 0.8.0 (rhbz#1078761) + +* Tue Apr 08 2014 Matthias Runge - 0.7.0-2 +- Added python3 subpackage. +- slight modification of Ralph Beans proposal + +* Mon Mar 24 2014 Matthias Runge - 0.7.0-1 +- update to 0.7.0 (rhbz#1078761) + +* Tue Feb 11 2014 Matthias Runge - 0.6.0-1 +- update to 0.6.0 (rhbz#1061124) + +* Fri Nov 01 2013 Matthias Runge - 0.5.23-1 +- update to 0.5.23 (rhbz#1023926) + +* Tue Aug 13 2013 Matthias Runge - 0.5.21-2 +- add requirement python-pip (rhbz#996192) +- remove requirements.txt + +* Thu Aug 08 2013 Matthias Runge - 0.5.21-1 +- update to 0.5.21 (rhbz#990008) + +* Fri Jul 26 2013 Matthias Runge - 0.5.19-2 +- remove one buildrequires: python-sphinx + +* Mon Jul 22 2013 Matthias Runge - 0.5.19-1 +- update to python-pbr-0.5.19 (rhbz#983008) + +* Mon Jun 24 2013 Matthias Runge - 0.5.17-1 +- update to python-pbr-0.5.17 (rhbz#976026) + +* Wed Jun 12 2013 Matthias Runge - 0.5.16-1 +- update to 0.5.16 (rhbz#973553) + +* Tue Jun 11 2013 Matthias Runge - 0.5.14-1 +- update to 0.5.14 (rhbz#971736) + +* Fri May 31 2013 Matthias Runge - 0.5.11-2 +- remove requirement setuptools_git +- fix docs build under rhel + +* Fri May 17 2013 Matthias Runge - 0.5.11-1 +- update to 0.5.11 (rhbz#962132) +- disable tests, as requirements can not be fulfilled right now + +* Thu Apr 25 2013 Matthias Runge - 0.5.8-1 +- Initial package.