|
|
|
@@ -1,57 +1,121 @@
|
|
|
|
|
Name: python-numpydoc
|
|
|
|
|
Version: 0.9.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Sphinx extension to support docstrings in NumPy format
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
# Replace ast.NameConstant deprecated in Python 3.12 with ast.Constant
|
|
|
|
|
Patch: https://github.com/hrnciar/numpydoc/pull/1.patch
|
|
|
|
|
|
|
|
|
|
License: BSD-2-Clause
|
|
|
|
|
URL: https://pypi.python.org/pypi/numpydoc
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
|
|
|
|
|
Source: %pypi_source numpydoc
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-matplotlib
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
|
|
|
|
|
following the NumPy/SciPy format to a form palatable to Sphinx.
|
|
|
|
|
%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}
|
|
|
|
|
%{?python_provide:%python_provide python3-numpydoc}
|
|
|
|
|
Requires: python3-sphinx >= 1.6.5
|
|
|
|
|
Requires: python3-jinja2 >= 2.3
|
|
|
|
|
%description -n python3-numpydoc
|
|
|
|
|
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
|
|
|
|
|
following the NumPy/SciPy format to a form palatable to Sphinx.
|
|
|
|
|
|
|
|
|
|
%description -n python3-numpydoc %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n numpydoc-%{version}
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
# Remove a useless shebang
|
|
|
|
|
sed -i '\,#!/usr/bin/env python,d' numpydoc/validate.py
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%pyproject_buildrequires -x test
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%pyproject_install
|
|
|
|
|
%pyproject_save_files -l numpydoc
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
nosetests-3 -v
|
|
|
|
|
# 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
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
%files -n python3-numpydoc -f %pyproject_files
|
|
|
|
|
%doc README.rst
|
|
|
|
|
%{python3_sitelib}/numpydoc
|
|
|
|
|
%{python3_sitelib}/numpydoc-%{version}-py?.?.egg-info
|
|
|
|
|
|
|
|
|
|
%{_bindir}/validate-docstrings
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|