Accepting request 530454 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/530454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-10-09 17:41:08 +00:00 committed by Git OBS Bridge
parent fdbedcf99a
commit 6ee1857f31
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8
size 92504

3
Bottleneck-1.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36
size 105225

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Sep 27 22:20:10 UTC 2017 - arun@gmx.de
- update to version 1.2.1:
* #156 Installing bottleneck when two versions of NumPy are present
* #157 Compiling on Ubuntu 14.04 inside a Windows 7 WMware
* #159 Occasional segmentation fault in nanargmin, nanargmax,
median, and nanmedian when all of the following conditions are
met: axis is None, input array is 2d or greater, and input array
is not C contiguous.
* #163 Reducing np.array([2**31], dtype=np.int64) overflows on
Windows
-------------------------------------------------------------------
Wed Apr 19 18:37:17 UTC 2017 - toddrme2178@gmail.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Bottleneck
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: A collection of fast NumPy array functions
License: BSD-2-Clause and BSD-3-Clause
@ -26,11 +26,11 @@ Group: Development/Libraries/Python
Url: http://berkeleyanalytics.com/bottleneck/
Source0: https://files.pythonhosted.org/packages/source/B/Bottleneck/Bottleneck-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy-devel >= 1.9.1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module numpy-devel >= 1.9.1}
Requires: python-numpy >= 1.9.1
%python_subpackages