Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2018-10-02 19:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Tue Oct  2 19:44:22 2018 rev:70 rq:638249 version:1.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2018-06-18 13:48:51.764399970 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2018-10-02 19:44:29.934010777 +0200
@@ -1,0 +2,18 @@
+Mon Sep 24 14:56:59 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 1.15.2
+  Changes documented in release notes:
+  https://github.com/numpy/numpy/blob/master/doc/release/1.15.2-notes.rst
+- Update to version 1.15.1
+  Changes documented in release notes:
+  https://github.com/numpy/numpy/blob/master/doc/release/1.15.1-notes.rst
+- Update to version 1.15.0
+  Changes documented in release notes:
+  https://github.com/numpy/numpy/blob/master/doc/release/1.15.0-notes.rst
+- Update to version 1.14.6
+  Changes documented in release notes:
+  https://github.com/numpy/numpy/blob/master/doc/release/1.14.6-notes.rst
+- Rebase numpy-1.9.0-remove-__declspec.patch
+- Rebase riscv.patch
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.14.5.zip

New:
----
  numpy-1.15.2.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.6xvImI/_old  2018-10-02 19:44:30.846009848 +0200
+++ /var/tmp/diff_new_pack.6xvImI/_new  2018-10-02 19:44:30.854009840 +0200
@@ -18,8 +18,8 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
-%define ver 1.14.5
-%define _ver 1_14_5
+%define ver 1.15.2
+%define _ver 1_15_2
 %define pname python-numpy
 
 %bcond_with ringdisabled
@@ -169,7 +169,7 @@
 %patch1 -p1
 %patch2 -p1
 # Fix non-executable scripts
-sed -i '1s/^#!.*$//' 
numpy/{compat/setup,distutils/{conv_template,cpuinfo,exec_command,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 '1s/^#!.*$//' 
numpy/{compat/setup,distutils/{conv_template,cpuinfo,exec_command,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,bench},matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
 
 %build
 %if %{with hpc}

++++++ numpy-1.9.0-remove-__declspec.patch ++++++
--- /var/tmp/diff_new_pack.6xvImI/_old  2018-10-02 19:44:30.910009782 +0200
+++ /var/tmp/diff_new_pack.6xvImI/_new  2018-10-02 19:44:30.910009782 +0200
@@ -15,12 +15,12 @@
 
 --- a/numpy/core/setup_common.py
 +++ b/numpy/core/setup_common.py
-@@ -163,7 +163,7 @@
+@@ -166,7 +166,7 @@
                                  ]
  
  # variable attributes tested via "int %s a" % attribute
 -OPTIONAL_VARIABLE_ATTRIBUTES = ["__thread", "__declspec(thread)"]
 +OPTIONAL_VARIABLE_ATTRIBUTES = ["__thread"]
  
- # Subset of OPTIONAL_STDFUNCS which may alreay have HAVE_* defined by Python.h
+ # Subset of OPTIONAL_STDFUNCS which may already have HAVE_* defined by 
Python.h
  OPTIONAL_STDFUNCS_MAYBE = [

++++++ riscv.patch ++++++
--- /var/tmp/diff_new_pack.6xvImI/_old  2018-10-02 19:44:30.938009754 +0200
+++ /var/tmp/diff_new_pack.6xvImI/_new  2018-10-02 19:44:30.938009754 +0200
@@ -2,18 +2,18 @@
 ===================================================================
 --- numpy-1.14.0.orig/numpy/core/include/numpy/npy_cpu.h
 +++ numpy-1.14.0/numpy/core/include/numpy/npy_cpu.h
-@@ -17,6 +17,7 @@
-  *              NPY_CPU_SH_BE
+@@ -18,6 +18,7 @@
   *              NPY_CPU_ARCEL
   *              NPY_CPU_ARCEB
+  *              NPY_CPU_RISCV64
 + *              NPY_CPU_RISCV
   */
  #ifndef _NPY_CPUARCH_H_
  #define _NPY_CPUARCH_H_
-@@ -82,6 +83,8 @@
-     #define NPY_CPU_ARCEL
- #elif defined(__arc__) && defined(__BIG_ENDIAN__)
+@@ -102,6 +103,8 @@
      #define NPY_CPU_ARCEB
+ #elif defined(__riscv) && defined(__riscv_xlen) && __riscv_xlen == 64
+     #define NPY_CPU_RISCV64
 +#elif defined(__riscv)
 +    #define NPY_CPU_RISCV
  #else


Reply via email to