From 6ee1857f31c1a9336b46cc9da5bda3bf285c31b439bd3cd3c3654b4416d960b1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 9 Oct 2017 17:41:08 +0000 Subject: [PATCH] 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 --- Bottleneck-1.2.0.tar.gz | 3 --- Bottleneck-1.2.1.tar.gz | 3 +++ python-Bottleneck.changes | 13 +++++++++++++ python-Bottleneck.spec | 8 ++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 Bottleneck-1.2.0.tar.gz create mode 100644 Bottleneck-1.2.1.tar.gz diff --git a/Bottleneck-1.2.0.tar.gz b/Bottleneck-1.2.0.tar.gz deleted file mode 100644 index b4f688f..0000000 --- a/Bottleneck-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8 -size 92504 diff --git a/Bottleneck-1.2.1.tar.gz b/Bottleneck-1.2.1.tar.gz new file mode 100644 index 0000000..7d4ff8e --- /dev/null +++ b/Bottleneck-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36 +size 105225 diff --git a/python-Bottleneck.changes b/python-Bottleneck.changes index 3f4e87f..82ab19a 100644 --- a/python-Bottleneck.changes +++ b/python-Bottleneck.changes @@ -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 diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 27baa7f..c482c08 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -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