diff --git a/.python-wrapt.metadata b/.python-wrapt.metadata new file mode 100644 index 0000000..2b6af53 --- /dev/null +++ b/.python-wrapt.metadata @@ -0,0 +1 @@ +2bd9eb16a1d0c8b4b7945c173d99d0f835c54b2a SOURCES/wrapt-1.17.1.tar.gz diff --git a/SOURCES/.gitkeep b/SOURCES/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitkeep diff --git a/SPECS/python-wrapt.spec b/SPECS/python-wrapt.spec new file mode 100644 index 0000000..692a61a --- /dev/null +++ b/SPECS/python-wrapt.spec @@ -0,0 +1,289 @@ +Name: python-wrapt +Version: 1.17.1 +Release: 1%{?dist} +Summary: A Python module for decorators, wrappers and monkey patching + +License: BSD-2-Clause +URL: https://github.com/GrahamDumpleton/wrapt +Source: %{url}/archive/%{version}/wrapt-%{version}.tar.gz + +BuildRequires: gcc + +BuildRequires: python3-devel + +# We bypass tox and instead BR and use pytest directly; this is simpler and +# avoids the need to patch out coverage analysis +# (https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters). +BuildRequires: %{py3_dist pytest} + +%global common_description %{expand: +The aim of the wrapt module is to provide a transparent object proxy for +Python, which can be used as the basis for the construction of function +wrappers and decorator functions.} + +%description %{common_description} + + +%package -n python3-wrapt +Summary: %{summary} + +%description -n python3-wrapt %{common_description} + + +%prep +%autosetup -p1 -n wrapt-%{version} + + +%generate_buildrequires +%pyproject_buildrequires + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files -l wrapt + + +%check +%pytest -v + + +%files -n python3-wrapt -f %{pyproject_files} +%doc README.rst + + +%changelog +* Sun Jan 12 2025 Benjamin A. Beasley - 1.17.1-1 +- Update to 1.17.1 (close RHBZ#2337061) + +* Wed Nov 27 2024 Benjamin A. Beasley - 1.17.0-2 +- EPEL10: There never was a -doc subpackage, so don’t Obsolete it + +* Tue Nov 26 2024 Benjamin A. Beasley - 1.17.0-1 +- Update to 1.17.0 (close RHBZ#2316909) + +* Tue Nov 26 2024 Benjamin A. Beasley - 1.16.0-8 +- F42+: Stop building PDF docs and drop/Obsolete the -doc subpackage + +* Fri Jul 19 2024 Fedora Release Engineering - 1.16.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.16.0-5 +- Rebuilt for Python 3.13 + +* Thu Mar 07 2024 Miro Hrončok - 1.16.0-4 +- Fix classmethod tests with Python 3.13+ +- Fixes: rhbz#2256756 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.16.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.16.0-1 +- Update to 1.16.0 (close RHBZ#2160488) + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.15.0-1 +- Update to 1.15.0 (bugfix release) + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-18 +- Port to pyproject-rpm-macros and run the tests + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-17 +- Improve the source URL + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-16 +- Do not number the sole Source + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-15 +- Make the -doc subpackage noarch + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-14 +- Build Sphinx-generated docs as PDF, not HTML, to sidestep guidelines + issues + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-13 +- Write BuildRequires using project canonical names + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-12 +- Reduce description/Summary duplication in the spec file + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-11 +- Add missing LICENSE to -doc subpackage + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-10 +- Use modern build conditionals + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-9 +- Reduce unnecessary macro indirection in the spec file + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-8 +- Remove obsolete %%python_provide macro + +* Fri Dec 29 2023 Benjamin A. Beasley - 1.14.1-7 +- Remove ancient workaround for missing %%license support + +* Wed Aug 02 2023 Jan Friesse - 1.14.1-6 +- migrated to SPDX license + +* Fri Jul 21 2023 Fedora Release Engineering - 1.14.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 1.14.1-4 +- Rebuilt for Python 3.12 + +* Wed Mar 01 2023 Miro Hrončok - 1.14.1-3 +- BuildRequire setuptools explicitly, not just transitively + +* Fri Jan 20 2023 Fedora Release Engineering - 1.14.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sun Sep 18 2022 Kevin Fenzi - 1.14.1-1 +- Update to 1.14.1. Fixes rhbz#2081156 + +* Fri Jul 22 2022 Fedora Release Engineering - 1.14.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.14.0-2 +- Rebuilt for Python 3.11 + +* Sat Mar 26 2022 Zbigniew Jędrzejewski-Szmek - 1.14.0-1 +- Version 1.14.0 (rhbz#2061075) + +* Fri Jan 21 2022 Fedora Release Engineering - 1.13.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Nov 06 2021 Kevin Fenzi - 1.13.3-1 +- Update to 1.13.3. Fixes rhbz#2010551 + +* Tue Oct 26 2021 Joel Capitao - 1.13.2-1 +- Update to 1.13.2 + +* Tue Jul 27 2021 Fedora Release Engineering - 1.12.1-6 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 1.12.1-5 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.12.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 1.12.1-2 +- Rebuilt for Python 3.9 + +* Tue Mar 17 2020 Clément Verna - 1.12.1-1 +- Update to 1.12.1. Fixes bug #1803787 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.11.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Sep 11 2019 Miro Hrončok - 1.11.2-4 +- Subpackage python2-wrapt has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Fri Aug 16 2019 Miro Hrončok - 1.11.2-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.11.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 22 2019 Kevin Fenzi - 1.11.2-1 +- Update to 1.11.2. Fixes bug #1667650 + +* Thu Feb 07 2019 Javier Peña - 1.11.1-1 +- Update to upstream 1.11.1 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.10.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.10.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 15 2018 Miro Hrončok - 1.10.11-4 +- Rebuilt for Python 3.7 + +* Mon Feb 12 2018 Iryna Shcherbina - 1.10.11-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 1.10.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Dec 17 2017 Kevin Fenzi - 1.10.11-1 +- Update to 1.10.11. Fixes bug #1480582 + +* Wed Sep 27 2017 Troy Dawson - 1.10.10-5 +- Cleanup spec file conditionals + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.10.10-4 +- Python 2 binary package renamed to python2-wrapt + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Thu Aug 03 2017 Fedora Release Engineering - 1.10.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.10.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Mar 15 2017 Ralph Bean - 1.10.10-1 +- new version + +* Wed Mar 15 2017 Ralph Bean - 1.10.9-1 +- new version + +* Sat Feb 11 2017 Fedora Release Engineering - 1.10.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Dec 09 2016 Charalampos Stratakis - 1.10.8-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.10.8-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Fri Apr 15 2016 Kevin Fenzi - 1.10.8-1 +- Update to 1.10.8. Fixes bug #1325923 + +* Mon Apr 04 2016 Ralph Bean - 1.10.7-1 +- new version + +* Thu Feb 04 2016 Fedora Release Engineering - 1.10.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.10.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Mon Jul 06 2015 Ralph Bean - 1.10.5-1 +- new version + +* Thu Jun 18 2015 Fedora Release Engineering - 1.10.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 15 2015 Ralph Bean - 1.10.4-6 +- Don't build docs on epel7 (the rtd theme is problematic). + +* Sat Apr 11 2015 Ralph Bean - 1.10.4-5 +- Add python3 subpackage + +* Wed Mar 25 2015 Chandan Kumar - 1.10.4-4 +- Added doc files for doc subpackage + +* Wed Mar 25 2015 Chandan Kumar - 1.10.4-3 +- Fixed Docs + +* Tue Mar 24 2015 Chandan Kumar - 1.10.4-2 +- Removed cflags and group section fro doc subpackage + +* Tue Mar 24 2015 Chandan Kumar - 1.10.4-1 +- Bumped to upstream version 1.10.4 +- Add docs + +* Wed Mar 11 2015 Chandan Kumar - 1.10.2-1 +- Initial package.