Compare commits

..

12 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 33ce2adaea Update to 0.9.2 2019-12-27 19:34:37 -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
Miro Hrončok 13d75e3e14 Rebuilt for Python 3.8.0rc1 (#1748018) 2019-10-03 14:20:50 +02:00
Miro Hrončok 4e58d8eb6c Rebuilt for Python 3.8 2019-08-19 10:47:44 +02:00
Fedora Release Engineering e362e5f3d0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 14:52:19 +00:00
Orion Poplawski 6a6b00e36a Add BR on pytest 2019-05-07 21:20:17 -06:00
Orion Poplawski e223be063c Update to 0.9.1 2019-05-07 21:12:18 -06:00
Miro Hrončok 5ee584c0d1 Subpackage python2-numpydoc has been removed 2019-03-06 15:48:25 +01:00
Fedora Release Engineering 9432bbeb4e - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 08:03:27 +00:00
3 changed files with 29 additions and 29 deletions
+2
View File
@@ -3,3 +3,5 @@
/numpydoc-0.7.0.tar.gz
/python-numpydoc-0.8.0-1.fc27.src.rpm
/numpydoc-0.8.0.tar.gz
/numpydoc-0.9.1.tar.gz
/numpydoc-0.9.2.tar.gz
+26 -28
View File
@@ -1,6 +1,6 @@
Name: python-numpydoc
Version: 0.8.0
Release: 3%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: Sphinx extension to support docstrings in NumPy format
License: BSD
@@ -8,15 +8,10 @@ URL: https://pypi.python.org/pypi/numpydoc
Source0: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: python2-nose
BuildRequires: python2-sphinx
BuildRequires: python2-matplotlib
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-nose
BuildRequires: python3-pytest
BuildRequires: python3-sphinx
BuildRequires: python3-matplotlib
@@ -25,20 +20,10 @@ Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
following the NumPy/SciPy format to a form palatable to Sphinx.
%package -n python2-numpydoc
Summary: %{summary}
%{?python_provide:%python_provide python2-numpydoc}
Requires: python2-sphinx >= 1.2.3
Requires: python2-jinja2 >= 2.3
%description -n python2-numpydoc
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
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.2.3
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
@@ -49,25 +34,16 @@ following the NumPy/SciPy format to a form palatable to Sphinx.
%autosetup -n numpydoc-%{version}
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%check
nosetests -v
nosetests-3 -v
%files -n python2-numpydoc
%license LICENSE.txt
%doc README.rst
%{python2_sitelib}/numpydoc
%{python2_sitelib}/numpydoc-%{version}-py?.?.egg-info
%files -n python3-numpydoc
%license LICENSE.txt
%doc README.rst
@@ -76,6 +52,28 @@ nosetests-3 -v
%changelog
* Sat Dec 28 2019 Orion Poplawski <orion@nwra.com> - 0.9.2-1
- Update to 0.9.2
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.1-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.1-3
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue May 7 2019 Orion Poplawski <orion@nwra.com> - 0.9.1-1
- Update to 0.9.1
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.0-5
- Subpackage python2-numpydoc has been removed
See https://fedoraproject.org/wiki/Changes/Sphinx2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+1 -1
View File
@@ -1 +1 @@
SHA512 (numpydoc-0.8.0.tar.gz) = 8302c7eb6518b46823655ff26776beae35011c9842b6ed61d1db3f7ffd1f34ec695ffde0f0be91152ad59510a5904445ed6dcd877f9b1fb520adc8d9f895635d
SHA512 (numpydoc-0.9.2.tar.gz) = db8f5c3b409ece0a40f1c2ccb06eaa182896d173a5c913c7e6c5780fd021d746c48557fee6f050db8c42cfa41a5021901342bbb93dfd8b8daf7d43fead9cf94a