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