1
0

Accepting request 530436 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/530436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpydoc?expand=0&rev=7
This commit is contained in:
2017-10-09 17:40:50 +00:00
committed by Git OBS Bridge
parent 01fa827670
commit 94b9bd0afb
4 changed files with 49 additions and 6 deletions

View File

@@ -20,17 +20,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-numpydoc
Version: 0.6.0
Version: 0.7.0
Release: 0
Summary: Sphinx extension to support docstrings in Numpy format
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/numpy/numpydoc
Source: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel >= 2.7.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with tests}
BuildRequires: %{python_module Sphinx >= 1.0.1}
BuildRequires: %{python_module matplotlib}