forked from pool/python-numpy
Accepting request 530444 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/530444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=57
This commit is contained in:
parent
bc36378310
commit
c709c31ae8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c9b0283776085cb2804efff73e9955ca279ba4edafd58d3ead70b61d209c4fbb
|
|
||||||
size 5012881
|
|
3
numpy-1.13.3.zip
Normal file
3
numpy-1.13.3.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36ee86d5adbabc4fa2643a073f93d5504bdfed37a149a3a49f4dde259f35a750
|
||||||
|
size 5021189
|
@ -15,7 +15,7 @@ safely removed.
|
|||||||
|
|
||||||
--- a/numpy/core/setup_common.py
|
--- a/numpy/core/setup_common.py
|
||||||
+++ b/numpy/core/setup_common.py
|
+++ b/numpy/core/setup_common.py
|
||||||
@@ -140,7 +140,7 @@
|
@@ -163,7 +163,7 @@
|
||||||
]
|
]
|
||||||
|
|
||||||
# variable attributes tested via "int %s a" % attribute
|
# variable attributes tested via "int %s a" % attribute
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/numpy/distutils/command/autodist.py
|
--- a/numpy/distutils/command/autodist.py
|
||||||
+++ b/numpy/distutils/command/autodist.py
|
+++ b/numpy/distutils/command/autodist.py
|
||||||
@@ -32,7 +32,7 @@
|
@@ -49,7 +49,7 @@
|
||||||
"""Return True if the C compiler is GCC 4.x."""
|
"""Return True if the C compiler is GCC 4.x."""
|
||||||
cmd._check_compiler()
|
cmd._check_compiler()
|
||||||
body = """
|
body = """
|
||||||
|
@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 16:20:39 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- updated line numbers in patches
|
||||||
|
|
||||||
|
- update to version 1.13.3:
|
||||||
|
* #9390 BUG: Return the poly1d coefficients array directly
|
||||||
|
* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler.
|
||||||
|
* #9556 BUG: Fix true_divide when dtype=np.float64 specified.
|
||||||
|
* #9557 DOC: Fix some rst markup in numpy/doc/basics.py.
|
||||||
|
* #9558 BLD: Remove -xhost flag from IntelFCompiler.
|
||||||
|
* #9559 DOC: Removes broken docstring example (source code, png,
|
||||||
|
pdf)...
|
||||||
|
* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist.
|
||||||
|
* #9732 BUG: Make scalar function elision check if temp is
|
||||||
|
writeable.
|
||||||
|
* #9736 BUG: Various fixes to np.gradient
|
||||||
|
* #9742 BUG: Fix np.pad for CVE-2017-12852
|
||||||
|
* #9744 BUG: Check for exception in sort functions, add tests
|
||||||
|
* #9745 DOC: Add whitespace after "versionadded::" directive so it
|
||||||
|
actually...
|
||||||
|
* #9746 BUG: Memory leak in np.dot of size 0
|
||||||
|
* #9747 BUG: Adjust gfortran version search regex
|
||||||
|
* #9757 BUG: Cython 0.27 breaks NumPy on Python 3.
|
||||||
|
* #9764 BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed.
|
||||||
|
* #9765 BUG: PyArray_CountNonzero does not check for exceptions
|
||||||
|
* #9766 BUG: Fixes histogram monotonicity check for unsigned bin
|
||||||
|
values
|
||||||
|
* #9767 BUG: Ensure consistent result dtype of count_nonzero
|
||||||
|
* #9771 BUG: MAINT: Fix mtrand for Cython 0.27.
|
||||||
|
* #9772 DOC: Create the 1.13.2 release notes.
|
||||||
|
* #9794 DOC: Create 1.13.3 release notes.
|
||||||
|
|
||||||
|
- changes from version 1.13.2:
|
||||||
|
* #9390 BUG: Return the poly1d coefficients array directly
|
||||||
|
* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler.
|
||||||
|
* #9556 BUG: Fix true_divide when dtype=np.float64 specified.
|
||||||
|
* #9557 DOC: Fix some rst markup in numpy/doc/basics.py.
|
||||||
|
* #9558 BLD: Remove -xhost flag from IntelFCompiler.
|
||||||
|
* #9559 DOC: Removes broken docstring example (source code, png,
|
||||||
|
pdf)...
|
||||||
|
* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist.
|
||||||
|
* #9732 BUG: Make scalar function elision check if temp is
|
||||||
|
writeable.
|
||||||
|
* #9736 BUG: Various fixes to np.gradient
|
||||||
|
* #9742 BUG: Fix np.pad for CVE-2017-12852
|
||||||
|
* #9744 BUG: Check for exception in sort functions, add tests
|
||||||
|
* #9745 DOC: Add whitespace after "versionadded::" directive so it
|
||||||
|
actually...
|
||||||
|
* #9746 BUG: Memory leak in np.dot of size 0
|
||||||
|
* #9747 BUG: Adjust gfortran version search regex
|
||||||
|
* #9757 BUG: Cython 0.27 breaks NumPy on Python 3.
|
||||||
|
* #9764 BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed.
|
||||||
|
* #9765 BUG: PyArray_CountNonzero does not check for exceptions
|
||||||
|
* #9766 BUG: Fixes histogram monotonicity check for unsigned bin
|
||||||
|
values
|
||||||
|
* #9767 BUG: Ensure consistent result dtype of count_nonzero
|
||||||
|
* #9771 BUG, MAINT: Fix mtrand for Cython 0.27.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 14:40:26 UTC 2017 - hsk17@mail.de
|
Mon Sep 18 14:40:26 UTC 2017 - hsk17@mail.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-numpy-doc
|
Name: python-numpy-doc
|
||||||
Version: 1.13.1
|
Version: 1.13.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for python-numpy
|
Summary: Documentation for python-numpy
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -34,20 +34,20 @@ BuildRequires: python3-matplotlib
|
|||||||
BuildRequires: python3-numpy-devel = %{version}
|
BuildRequires: python3-numpy-devel = %{version}
|
||||||
BuildRequires: python3-numpydoc
|
BuildRequires: python3-numpydoc
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: zip
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
BuildRequires: zip
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Provides: python2-numpy-doc = %{version}
|
Provides: python2-numpy-doc = %{version}
|
||||||
Provides: python3-numpy-doc = %{version}
|
|
||||||
Provides: python2-numpy-doc-html = %{version}
|
Provides: python2-numpy-doc-html = %{version}
|
||||||
Provides: python3-numpy-doc-html = %{version}
|
|
||||||
Provides: python2-numpy-doc-pdf = %{version}
|
Provides: python2-numpy-doc-pdf = %{version}
|
||||||
|
Provides: python3-numpy-doc = %{version}
|
||||||
|
Provides: python3-numpy-doc-html = %{version}
|
||||||
Provides: python3-numpy-doc-pdf = %{version}
|
Provides: python3-numpy-doc-pdf = %{version}
|
||||||
Obsoletes: python2-numpy-doc-html < %{version}
|
Obsoletes: python2-numpy-doc-html < %{version}
|
||||||
Obsoletes: python3-numpy-doc-html < %{version}
|
|
||||||
Obsoletes: python2-numpy-doc-pdf < %{version}
|
Obsoletes: python2-numpy-doc-pdf < %{version}
|
||||||
|
Obsoletes: python3-numpy-doc-html < %{version}
|
||||||
Obsoletes: python3-numpy-doc-pdf < %{version}
|
Obsoletes: python3-numpy-doc-pdf < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -74,14 +74,12 @@ This package provides the documentation for NumPy
|
|||||||
# drop build date from doc to fix build-compare
|
# drop build date from doc to fix build-compare
|
||||||
sed -i "s/\(html_last_updated_fmt = \).*/\\1None/" doc/source/conf.py
|
sed -i "s/\(html_last_updated_fmt = \).*/\\1None/" doc/source/conf.py
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# make the documentation
|
# make the documentation
|
||||||
pushd doc
|
pushd doc
|
||||||
make html PYVER=%{py3_ver}
|
make html PYVER=%{py3_ver}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# install the documentation
|
# install the documentation
|
||||||
mkdir -p %{buildroot}%{_docdir}/python-numpy/
|
mkdir -p %{buildroot}%{_docdir}/python-numpy/
|
||||||
@ -90,7 +88,6 @@ cp -r doc/build/html %{buildroot}%{_docdir}/python-numpy/
|
|||||||
%fdupes %{buildroot}%{_docdir}/python-numpy/html/
|
%fdupes %{buildroot}%{_docdir}/python-numpy/html/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_docdir}/python-numpy/
|
%{_docdir}/python-numpy/
|
||||||
|
@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 16:20:39 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- updated line numbers in patches
|
||||||
|
|
||||||
|
- update to version 1.13.3:
|
||||||
|
* #9390 BUG: Return the poly1d coefficients array directly
|
||||||
|
* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler.
|
||||||
|
* #9556 BUG: Fix true_divide when dtype=np.float64 specified.
|
||||||
|
* #9557 DOC: Fix some rst markup in numpy/doc/basics.py.
|
||||||
|
* #9558 BLD: Remove -xhost flag from IntelFCompiler.
|
||||||
|
* #9559 DOC: Removes broken docstring example (source code, png,
|
||||||
|
pdf)...
|
||||||
|
* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist.
|
||||||
|
* #9732 BUG: Make scalar function elision check if temp is
|
||||||
|
writeable.
|
||||||
|
* #9736 BUG: Various fixes to np.gradient
|
||||||
|
* #9742 BUG: Fix np.pad for CVE-2017-12852
|
||||||
|
* #9744 BUG: Check for exception in sort functions, add tests
|
||||||
|
* #9745 DOC: Add whitespace after "versionadded::" directive so it
|
||||||
|
actually...
|
||||||
|
* #9746 BUG: Memory leak in np.dot of size 0
|
||||||
|
* #9747 BUG: Adjust gfortran version search regex
|
||||||
|
* #9757 BUG: Cython 0.27 breaks NumPy on Python 3.
|
||||||
|
* #9764 BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed.
|
||||||
|
* #9765 BUG: PyArray_CountNonzero does not check for exceptions
|
||||||
|
* #9766 BUG: Fixes histogram monotonicity check for unsigned bin
|
||||||
|
values
|
||||||
|
* #9767 BUG: Ensure consistent result dtype of count_nonzero
|
||||||
|
* #9771 BUG: MAINT: Fix mtrand for Cython 0.27.
|
||||||
|
* #9772 DOC: Create the 1.13.2 release notes.
|
||||||
|
* #9794 DOC: Create 1.13.3 release notes.
|
||||||
|
|
||||||
|
- changes from version 1.13.2:
|
||||||
|
* #9390 BUG: Return the poly1d coefficients array directly
|
||||||
|
* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler.
|
||||||
|
* #9556 BUG: Fix true_divide when dtype=np.float64 specified.
|
||||||
|
* #9557 DOC: Fix some rst markup in numpy/doc/basics.py.
|
||||||
|
* #9558 BLD: Remove -xhost flag from IntelFCompiler.
|
||||||
|
* #9559 DOC: Removes broken docstring example (source code, png,
|
||||||
|
pdf)...
|
||||||
|
* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist.
|
||||||
|
* #9732 BUG: Make scalar function elision check if temp is
|
||||||
|
writeable.
|
||||||
|
* #9736 BUG: Various fixes to np.gradient
|
||||||
|
* #9742 BUG: Fix np.pad for CVE-2017-12852
|
||||||
|
* #9744 BUG: Check for exception in sort functions, add tests
|
||||||
|
* #9745 DOC: Add whitespace after "versionadded::" directive so it
|
||||||
|
actually...
|
||||||
|
* #9746 BUG: Memory leak in np.dot of size 0
|
||||||
|
* #9747 BUG: Adjust gfortran version search regex
|
||||||
|
* #9757 BUG: Cython 0.27 breaks NumPy on Python 3.
|
||||||
|
* #9764 BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed.
|
||||||
|
* #9765 BUG: PyArray_CountNonzero does not check for exceptions
|
||||||
|
* #9766 BUG: Fixes histogram monotonicity check for unsigned bin
|
||||||
|
values
|
||||||
|
* #9767 BUG: Ensure consistent result dtype of count_nonzero
|
||||||
|
* #9771 BUG, MAINT: Fix mtrand for Cython 0.27.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 14:40:26 UTC 2017 - hsk17@mail.de
|
Mon Sep 18 14:40:26 UTC 2017 - hsk17@mail.de
|
||||||
|
|
||||||
|
@ -38,10 +38,9 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-numpy
|
Name: python-numpy
|
||||||
Version: 1.13.1
|
Version: 1.13.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NumPy array processing for numbers, strings, records and objects
|
Summary: NumPy array processing for numbers, strings, records and objects
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -61,12 +60,12 @@ BuildRequires: gcc-fortran
|
|||||||
%else
|
%else
|
||||||
BuildRequires: gcc-gfortran
|
BuildRequires: gcc-gfortran
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: lapack-devel
|
|
||||||
BuildRequires: unzip
|
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: lapack-devel
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: unzip
|
||||||
%if %{with openblas}
|
%if %{with openblas}
|
||||||
BuildRequires: openblas-devel
|
BuildRequires: openblas-devel
|
||||||
%endif
|
%endif
|
||||||
@ -114,12 +113,10 @@ This package contains files for developing applications using numpy.
|
|||||||
# Fix non-executable scripts
|
# Fix non-executable scripts
|
||||||
sed -i "1d" numpy/{compat/setup,distutils/{conv_template,cpuinfo,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/setup,matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
|
sed -i "1d" numpy/{compat/setup,distutils/{conv_template,cpuinfo,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/setup,matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_exec setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
%python_exec setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
%python_expand rm -rf %{buildroot}%{$python_sitearch}/numpy/{,core,distutils,f2py,fft,lib,linalg,ma,matrixlib,oldnumeric,polynomial,random,testing}/tests # Don't package testsuite
|
%python_expand rm -rf %{buildroot}%{$python_sitearch}/numpy/{,core,distutils,f2py,fft,lib,linalg,ma,matrixlib,oldnumeric,polynomial,random,testing}/tests # Don't package testsuite
|
||||||
@ -127,7 +124,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%fdupes %{buildroot}%{prefix}
|
%fdupes %{buildroot}%{prefix}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
@ -141,7 +137,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%exclude %{python_sitearch}/numpy/*/*/*/*.h
|
%exclude %{python_sitearch}/numpy/*/*/*/*.h
|
||||||
%exclude %{python_sitearch}/numpy/core/lib/libnpymath.a
|
%exclude %{python_sitearch}/numpy/core/lib/libnpymath.a
|
||||||
|
|
||||||
|
|
||||||
%files %{python_files devel}
|
%files %{python_files devel}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user