From e22abeab4d07d3b96c69e812ddd0c2f1e5cba8f7eed9286fc38c9264055fd03a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 16 Jan 2018 08:26:17 +0000 Subject: [PATCH] Accepting request 563390 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/563390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=62 --- numpy-1.13.3.zip | 3 --- numpy-1.14.0.zip | 3 +++ python-numpy.changes | 13 +++++++++++++ python-numpy.spec | 11 +++++------ 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 numpy-1.13.3.zip create mode 100644 numpy-1.14.0.zip diff --git a/numpy-1.13.3.zip b/numpy-1.13.3.zip deleted file mode 100644 index d8d3be1..0000000 --- a/numpy-1.13.3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ee86d5adbabc4fa2643a073f93d5504bdfed37a149a3a49f4dde259f35a750 -size 5021189 diff --git a/numpy-1.14.0.zip b/numpy-1.14.0.zip new file mode 100644 index 0000000..6dc1f55 --- /dev/null +++ b/numpy-1.14.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de643935b212307b420248018323a44ec51987a336d1d747c1322afc3c099fb +size 4900811 diff --git a/python-numpy.changes b/python-numpy.changes index 2628731..0dadf48 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 10 09:04:47 UTC 2018 - adrian@suse.de + +- update to version 1.14.0 + Changes documented in release notes: + https://github.com/numpy/numpy/blob/master/doc/release/1.14.0-notes.rst + +------------------------------------------------------------------- +Fri Jan 5 19:17:07 UTC 2018 - eich@suse.com + +- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. +- Fix library package requires - use HPC macro (boo#1074890). + ------------------------------------------------------------------- Mon Nov 13 14:17:56 UTC 2017 - eich@suse.com diff --git a/python-numpy.spec b/python-numpy.spec index 17ca1d2..4bbf976 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.13.3 -%define _ver 1_13_3 +%define ver 1.14.0 +%define _ver 1_14_0 %define pname python-numpy %bcond_with ringdisabled @@ -43,9 +43,9 @@ ExclusiveArch: do_not_build %bcond_without hpc %endif -%if "%flavor" == "gnu6-hpc" +%if "%flavor" == "gnu7-hpc" %bcond_without hpc - %define c_f_ver 6 + %define c_f_ver 7 %endif %if %{without hpc} @@ -101,7 +101,6 @@ BuildRequires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel BuildRequires: lua-lmod BuildRequires: suse-hpc Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc -Requires: lua-lmod %endif BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel}