Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2158278e3f | |||
| b8106ec856 |
@@ -9,3 +9,4 @@
|
||||
/numpydoc-1.4.0.tar.gz
|
||||
/numpydoc-1.6.0.tar.gz
|
||||
/numpydoc-1.7.0.tar.gz
|
||||
/numpydoc-1.8.0.tar.gz
|
||||
|
||||
+16
-3
@@ -1,6 +1,13 @@
|
||||
# No matplot yet in EPEL10
|
||||
%if 0%{?rhel} >= 10
|
||||
%bcond_with matplotlib
|
||||
%else
|
||||
%bcond_without matplotlib
|
||||
%endif
|
||||
|
||||
Name: python-numpydoc
|
||||
Version: 1.7.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Sphinx extension to support docstrings in NumPy format
|
||||
|
||||
License: BSD-2-Clause
|
||||
@@ -29,6 +36,9 @@ Summary: %{summary}
|
||||
# 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
|
||||
@@ -50,9 +60,12 @@ sed -i '\,#!/usr/bin/env python,d' numpydoc/validate.py
|
||||
|
||||
%files -n python3-numpydoc -f %pyproject_files
|
||||
%doc README.rst
|
||||
%{_bindir}/validate-docstrings
|
||||
%{_bindir}/numpydoc
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (numpydoc-1.7.0.tar.gz) = 719ab90d981a1c48e332c2bdd8c41074e679bc4170cb6e7f5111dd473ffc758c7d0c297e3a691ad5df0ed000525c5dcb771fc1c39015eb6da8a1343b8d9dc1cb
|
||||
SHA512 (numpydoc-1.8.0.tar.gz) = a2fe6fc72485b2cef2cb40c231c876209f135177dce034d1617a49712fb24197c224b103967914ff6e0509eb013e4b9647a9cb93794c63f41db63fd1fcc05441
|
||||
|
||||
Reference in New Issue
Block a user