Compare commits

...

13 Commits

Author SHA1 Message Date
Lumir Balhar 52609a52cb Update to 1.4.0 2022-08-15 09:56:49 +02:00
Fedora Release Engineering 5287bcde25 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 20:26:30 +00:00
Python Maint 80f24a5d5c Rebuilt for Python 3.11 2022-06-15 13:25:30 +02:00
Fedora Release Engineering c0418e8752 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 13:49:13 +00:00
Fedora Release Engineering 007105faba - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 07:53:06 +00:00
Python Maint c2719d6680 Rebuilt for Python 3.10 2021-06-04 19:05:17 +02:00
Fedora Release Engineering 02723af547 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 12:00:44 +00:00
Miro Hrončok cb7ef5c476 Don't BR pytest-cov 2020-11-14 00:50:33 +01:00
Lumir Balhar c1bf4a9e62 Update to 1.1.0 (#1701764) & switch to pyproject macros 2020-09-10 11:14:10 +02:00
Fedora Release Engineering c72a899ad8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 02:28:36 +00:00
Miro Hrončok 0e2b210feb Replace Python version glob with macro (needed for Python 3.10+)
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/

Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>
2020-07-13 21:04:35 +02:00
Miro Hrončok 680cb109e5 Rebuilt for Python 3.9 2020-05-26 01:13:43 +02:00
Orion Poplawski d3140f4c58 Add upstream patch for python 3.9 compatibility 2020-05-07 19:25:24 -06:00
3 changed files with 56 additions and 19 deletions
+2
View File
@@ -5,3 +5,5 @@
/numpydoc-0.8.0.tar.gz
/numpydoc-0.9.1.tar.gz
/numpydoc-0.9.2.tar.gz
/numpydoc-1.1.0.tar.gz
/numpydoc-1.4.0.tar.gz
+53 -18
View File
@@ -1,6 +1,6 @@
Name: python-numpydoc
Version: 0.9.2
Release: 2%{?dist}
Version: 1.4.0
Release: 1%{?dist}
Summary: Sphinx extension to support docstrings in NumPy format
License: BSD
@@ -9,11 +9,7 @@ Source0: https://files.pythonhosted.org/packages/source/n/numpydoc/numpyd
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-nose
BuildRequires: python3-pytest
BuildRequires: python3-sphinx
BuildRequires: python3-matplotlib
BuildRequires: pyproject-rpm-macros
%description
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
@@ -23,35 +19,74 @@ following the NumPy/SciPy format to a form palatable to Sphinx.
%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.
%prep
%autosetup -n numpydoc-%{version}
%autosetup -p1 -n numpydoc-%{version}
# let's not measure coverage:
sed -i '/pytest-cov/d' requirements/test.txt
sed -Ei 's/\s+--cov\S+//g' setup.cfg
%generate_buildrequires
%pyproject_buildrequires -x testing
%build
%py3_build
%pyproject_wheel
%install
%py3_install
%pyproject_install
%pyproject_save_files 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
%files -n python3-numpydoc -f %pyproject_files
%license LICENSE.txt
%doc README.rst
%{python3_sitelib}/numpydoc
%{python3_sitelib}/numpydoc-%{version}-py?.?.egg-info
%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
* 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
+1 -1
View File
@@ -1 +1 @@
SHA512 (numpydoc-0.9.2.tar.gz) = db8f5c3b409ece0a40f1c2ccb06eaa182896d173a5c913c7e6c5780fd021d746c48557fee6f050db8c42cfa41a5021901342bbb93dfd8b8daf7d43fead9cf94a
SHA512 (numpydoc-1.4.0.tar.gz) = a2ef773e2e4bce015139650fc8cd71026fccc27a80bb4ff2af79328d17cfc7ec5387216e4e7dcbc6ce7a3ee8a1aff835f5310e146c2e6b34c6eeb2db4af3991b