Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52609a52cb | |||
| 5287bcde25 | |||
| 80f24a5d5c | |||
| c0418e8752 |
@@ -6,3 +6,4 @@
|
||||
/numpydoc-0.9.1.tar.gz
|
||||
/numpydoc-0.9.2.tar.gz
|
||||
/numpydoc-1.1.0.tar.gz
|
||||
/numpydoc-1.4.0.tar.gz
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/setup.cfg b/setup.cfg
|
||||
index 420fc78..1e9d2d6 100644
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,7 +1,7 @@
|
||||
[tool:pytest]
|
||||
addopts =
|
||||
--showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
|
||||
- --junit-xml=junit-results.xml --ignore=doc/conf.py
|
||||
+ --junit-xml=junit-results.xml --ignore=doc/
|
||||
junit_family = xunit2
|
||||
filterwarnings =
|
||||
ignore:'U' mode is deprecated:DeprecationWarning
|
||||
+16
-5
@@ -1,13 +1,11 @@
|
||||
Name: python-numpydoc
|
||||
Version: 1.1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Sphinx extension to support docstrings in NumPy format
|
||||
|
||||
License: BSD
|
||||
URL: https://pypi.python.org/pypi/numpydoc
|
||||
Source0: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
|
||||
# Upstream patch to ignore doc/ directory during tests
|
||||
Patch0: https://github.com/numpy/numpydoc/pull/296.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@@ -29,7 +27,7 @@ following the NumPy/SciPy format to a form palatable to Sphinx.
|
||||
%prep
|
||||
%autosetup -p1 -n numpydoc-%{version}
|
||||
# let's not measure coverage:
|
||||
sed -i '/pytest-cov/d' test_requirements.txt
|
||||
sed -i '/pytest-cov/d' requirements/test.txt
|
||||
sed -Ei 's/\s+--cov\S+//g' setup.cfg
|
||||
|
||||
%generate_buildrequires
|
||||
@@ -52,6 +50,19 @@ sed -Ei 's/\s+--cov\S+//g' setup.cfg
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (numpydoc-1.1.0.tar.gz) = 10dfc5e40ca851401be7d7cca3cbf24bf8ded8573c01344976321cd65fe351d985ee0bf48a92a485a43f8fb191c246e4822545a1583c87c1214d819a5fdfc106
|
||||
SHA512 (numpydoc-1.4.0.tar.gz) = a2ef773e2e4bce015139650fc8cd71026fccc27a80bb4ff2af79328d17cfc7ec5387216e4e7dcbc6ce7a3ee8a1aff835f5310e146c2e6b34c6eeb2db4af3991b
|
||||
|
||||
Reference in New Issue
Block a user