Compare commits

..

4 Commits

Author SHA1 Message Date
Troy Dawson fd76bbeeca remove package.cfg per new epel-playground policy 2020-09-24 16:16:57 +00:00
Orion Poplawski 8a0265e121 Merge commit '33ce2adaeab6a5110174bd6e585e0f308c63dbc5' into epel8 2020-02-02 22:01:28 -07:00
Orion Poplawski f7932379bf Merge branch 'master' into epel8 2019-10-04 09:25:56 -06:00
Gwyn Ciesla 5caed31674 "Adding package.cfg file" 2019-10-04 08:06:12 -05:00
2 changed files with 3 additions and 40 deletions
-23
View File
@@ -1,23 +0,0 @@
From 2e4dd944d375cf771e95aef4fb34305ac6431632 Mon Sep 17 00:00:00 2001
From: Eric Larson <larson.eric.d@gmail.com>
Date: Thu, 7 May 2020 17:34:55 -0400
Subject: [PATCH] FIX: Get doc of actual class
---
numpydoc/tests/test_docscrape.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/numpydoc/tests/test_docscrape.py b/numpydoc/tests/test_docscrape.py
index 94ad22a..1780ec4 100644
--- a/numpydoc/tests/test_docscrape.py
+++ b/numpydoc/tests/test_docscrape.py
@@ -828,8 +828,7 @@ class Dummy(object):
"""
pass
- obj = Dummy()
- s = str(FunctionDoc(obj, role='func'))
+ s = str(FunctionDoc(Dummy, role='func'))
assert(':func:`func_a`, :func:`func_b`' in s)
assert(' some relationship' in s)
assert(':func:`func_d`' in s)
+3 -17
View File
@@ -1,13 +1,11 @@
Name: python-numpydoc
Version: 0.9.2
Release: 5%{?dist}
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 for python 3.9 compatibility
Patch0: https://github.com/numpy/numpydoc/pull/262.patch
BuildArch: noarch
BuildRequires: python3-devel
@@ -33,7 +31,7 @@ following the NumPy/SciPy format to a form palatable to Sphinx.
%prep
%autosetup -p1 -n numpydoc-%{version}
%autosetup -n numpydoc-%{version}
%build
%py3_build
@@ -50,22 +48,10 @@ nosetests-3 -v
%license LICENSE.txt
%doc README.rst
%{python3_sitelib}/numpydoc
%{python3_sitelib}/numpydoc-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/numpydoc-%{version}-py?.?.egg-info
%changelog
* 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