9 Commits
f25 ... f30

Author SHA1 Message Date
Fedora Release Engineering
4727e85324 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 05:20:53 +00:00
Fedora Release Engineering
db9b831856 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 23:15:40 +00:00
Igor Gnatenko
5f970dc7e3 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-10 15:56:26 +02:00
Miro Hrončok
3f0567d665 Use numpydoc from our package to fix FTBFS (#1594555) 2018-06-24 16:48:15 +02:00
Miro Hrončok
10d33a1796 Rebuilt for Python 3.7 2018-06-19 10:51:37 +02:00
Iryna Shcherbina
882880ed80 Update Python 2 dependency declarations to new packaging standards 2018-02-09 10:59:23 +01:00
Fedora Release Engineering
c5cc7ffabd - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 06:21:52 +00:00
Fedora Release Engineering
9704d69fcb - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:37:08 +00:00
Fedora Release Engineering
dba59075a1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 09:26:14 +00:00

View File

@@ -2,7 +2,7 @@
Name: python-%{upname}
Version: 1.2.1
Release: 1%{?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,29 @@ 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
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Tue May 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.1-1
- Updated to new upstream release (rhbz#1451146)