Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4727e85324 | ||
|
|
db9b831856 | ||
|
|
5f970dc7e3 | ||
|
|
3f0567d665 | ||
|
|
10d33a1796 | ||
|
|
882880ed80 |
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{upname}
|
||||
Version: 1.2.1
|
||||
Release: 4%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Collection of fast NumPy array functions written in Cython
|
||||
|
||||
License: BSD
|
||||
@@ -26,12 +26,14 @@ This package contains the HTML-docs for %{name}.
|
||||
%package -n python2-%{upname}
|
||||
Summary: Collection of fast NumPy array functions written in Cython
|
||||
|
||||
BuildRequires: numpy
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python2-numpy
|
||||
BuildRequires: python2-numpydoc
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-sphinx
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: scipy
|
||||
BuildRequires: python2-scipy
|
||||
|
||||
Requires: numpy%{?_isa}
|
||||
Requires: scipy%{?_isa}
|
||||
@@ -66,6 +68,9 @@ written in Cython.
|
||||
%autosetup -n %{upname}-%{version} -p 1
|
||||
%{__rm} -fr .egg* *.egg*
|
||||
|
||||
# use numpydoc from the package instead
|
||||
%{__rm} -f doc/sphinxext/numpydoc.py*
|
||||
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
@@ -127,6 +132,20 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-6
|
||||
- Rebuilt for Python 3.7
|
||||
- Use numpydoc from our package to fix FTBFS (#1594555)
|
||||
|
||||
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.1-5
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user