commit
85810e95a7
@ -0,0 +1 @@
|
||||
SOURCES/numpydoc-1.8.0.tar.gz
|
@ -0,0 +1 @@
|
||||
c249d3e56656d9de88e3cb09568cee4dcac931c7 SOURCES/numpydoc-1.8.0.tar.gz
|
@ -0,0 +1,216 @@
|
||||
# No matplot yet in EPEL10
|
||||
%if 0%{?rhel} >= 10
|
||||
%bcond_with matplotlib
|
||||
%else
|
||||
%bcond_without matplotlib
|
||||
%endif
|
||||
|
||||
Name: python-numpydoc
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Sphinx extension to support docstrings in NumPy format
|
||||
|
||||
License: BSD-2-Clause
|
||||
URL: https://pypi.python.org/pypi/numpydoc
|
||||
Source: %pypi_source numpydoc
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
||||
%global _description %{expand:
|
||||
This package provides the numpydoc Sphinx extension for handling docstrings
|
||||
formatted according to the NumPy documentation format. The extension also adds
|
||||
the code description directives np:function, np-c:function, etc.}
|
||||
|
||||
%description %{_description}
|
||||
|
||||
|
||||
%package -n python3-numpydoc
|
||||
Summary: %{summary}
|
||||
|
||||
%description -n python3-numpydoc %{_description}
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n numpydoc-%{version}
|
||||
# let's not measure coverage:
|
||||
sed -i '/pytest-cov/d' requirements/test.txt pyproject.toml
|
||||
sed -Ei 's/\s+--cov\S+//g' pyproject.toml
|
||||
%if %{without matplotlib}
|
||||
sed -i '/matplotlib/d' requirements/test.txt pyproject.toml
|
||||
%endif
|
||||
|
||||
# Remove a useless shebang
|
||||
sed -i '\,#!/usr/bin/env python,d' numpydoc/validate.py
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x test
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files -l numpydoc
|
||||
|
||||
%check
|
||||
# Deselected tests need to download an inventory from docs.python.org
|
||||
%pytest -k "not test_MyClass and not test_my_function"
|
||||
|
||||
|
||||
%files -n python3-numpydoc -f %pyproject_files
|
||||
%doc README.rst
|
||||
%{_bindir}/numpydoc
|
||||
|
||||
%changelog
|
||||
* Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.8.0-1
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
* Thu Oct 24 2024 Orion Poplawski <orion@nwra.com> - 1.8.0-1
|
||||
- Update to 1.8.0
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.7.0-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Fri Mar 29 2024 Orion Poplawski <orion@nwra.com> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.0-2
|
||||
- Minor packaging improvements
|
||||
|
||||
* Thu Oct 19 2023 Jerry James <loganjerry@gmail.com> - 1.6.0-1
|
||||
- Version 1.6.0
|
||||
- Convert License tag to SPDX
|
||||
- Use the pypi_source macro
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 27 2023 Python Maint <python-maint@redhat.com> - 1.4.0-3
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Aug 15 2022 Lumír Balhar <lbalhar@redhat.com> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
Resolves: rhbz#2043324 rhbz#2113637
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 1.1.0-7
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.0-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-2
|
||||
- Don't BR pytest-cov
|
||||
|
||||
* Wed Sep 09 2020 Lumír Balhar <lbalhar@redhat.com> - 1.1.0-1
|
||||
- Update to 1.1.0 (#1701764)
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.2-4
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Fri May 08 2020 Orion Poplawski <orion@nwra.com> - 0.9.2-3
|
||||
- Add upstream patch for python 3.9 compatibility
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Dec 28 2019 Orion Poplawski <orion@nwra.com> - 0.9.2-1
|
||||
- Update to 0.9.2
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.1-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.1-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue May 7 2019 Orion Poplawski <orion@nwra.com> - 0.9.1-1
|
||||
- Update to 0.9.1
|
||||
|
||||
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.0-5
|
||||
- Subpackage python2-numpydoc has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Sphinx2
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.0-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Tue May 29 2018 Thomas Spura <tomspur@fedoraproject.org> - 0.8.0-1
|
||||
- update to 0.8.0 (#1562463)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Aug 15 2017 Miro Hrončok <mhroncok@redhat.com> - 0.7.0-1
|
||||
- Updated to 0.7.0 (#1481761)
|
||||
- Rewrote the spec completely
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.5-6
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-5
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Aug 27 2014 Thomas Spura <tomspur@fedoraproject.org> - 0.5-1
|
||||
- update to 0.5 (#1134171)
|
||||
- enable python3 subpackage
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon Aug 5 2013 Thomas Spura <tomspur@fedoraproject.org> - 0.4-2
|
||||
- BR python2-devel, python-sphinx, python-nose
|
||||
- use macro in URL
|
||||
- disable python3 package for now
|
||||
|
||||
* Fri Aug 2 2013 Thomas Spura <tomspur@fedoraproject.org> - 0.4-1
|
||||
- initial package
|
Loading…
Reference in new issue