Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2013-03-12 11:15:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy-doc.changes    
2012-06-07 15:39:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy-doc.changes       
2013-03-12 11:15:06.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Mar 12 06:21:52 UTC 2013 - [email protected]
+
+- update to 1.7.0
+ * This release includes several new features as well as numerous
+ bug fixes and refactorings
+  Highlights:
+  - ``where=`` parameter to ufuncs (allows the use of boolean
+  arrays to choose where a computation should be done)
+  - ``vectorize`` improvements (added 'excluded' and 'cache'
+  keyword, general cleanup and bug fixes)
+  - ``numpy.random.choice`` (random sample generating function)
+
+  New Features:
+  - Reduction UFuncs Generalize axis= Parameter
+  - Reduction UFuncs New keepdims= Parameter
+  - Datetime support
+  - Custom formatter for printing arrays
+  - New function numpy.random.choice
+  - New function isclose
+  - Preliminary multi-dimensional support in the polynomial package
+  - Ability to pad rank-n arrays
+  - New argument to searchsorted
+  - Added experimental support for the AArch64 architecture.
+ * For additional details check release notes at
+   http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/
+- numpy-aarch64.diff: removed, now upstream
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2013-03-07 07:34:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2013-03-12 11:15:06.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Mar 12 06:21:52 UTC 2013 - [email protected]
+
+- update to 1.7.0 
+ * This release includes several new features as well as numerous 
+ bug fixes and refactorings
+  Highlights:
+  - ``where=`` parameter to ufuncs (allows the use of boolean 
+  arrays to choose where a computation should be done)
+  - ``vectorize`` improvements (added 'excluded' and 'cache' 
+  keyword, general cleanup and bug fixes)
+  - ``numpy.random.choice`` (random sample generating function)
+
+  New Features:
+  - Reduction UFuncs Generalize axis= Parameter
+  - Reduction UFuncs New keepdims= Parameter
+  - Datetime support
+  - Custom formatter for printing arrays
+  - New function numpy.random.choice
+  - New function isclose
+  - Preliminary multi-dimensional support in the polynomial package
+  - Ability to pad rank-n arrays
+  - New argument to searchsorted
+  - Added experimental support for the AArch64 architecture.
+ * For additional details check release notes at 
+   http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/
+- numpy-aarch64.diff: removed, now upstream
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-numpy/python3-numpy.changes       
2012-12-14 10:43:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python3-numpy.changes  
2013-03-12 11:15:06.000000000 +0100
@@ -1,0 +2,29 @@
+Tue Feb 19 06:21:35 UTC 2013 - [email protected]
+
+- update to 1.7.0 
+ * This release includes several new features as well as numerous 
+ bug fixes and refactorings
+  Highlights:
+  - ``where=`` parameter to ufuncs (allows the use of boolean 
+  arrays to choose where a computation should be done)
+  - ``vectorize`` improvements (added 'excluded' and 'cache' 
+  keyword, general cleanup and bug fixes)
+  - ``numpy.random.choice`` (random sample generating function)
+  
+  New Features:
+  - Reduction UFuncs Generalize axis= Parameter
+  - Reduction UFuncs New keepdims= Parameter
+  - Datetime support
+  - Custom formatter for printing arrays
+  - New function numpy.random.choice
+  - New function isclose
+  - Preliminary multi-dimensional support in the polynomial package
+  - Ability to pad rank-n arrays
+  - New argument to searchsorted
+  - Added experimental support for the AArch64 architecture.
+ * For additional details check release notes at
+   http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/
+- numpy-fd15162.patch and numpy-python33.patch removed, because 
+  now is is in upstream
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.6.2.tar.gz
  numpy-aarch64.patch
  numpy-fd15162.patch
  numpy-python33.patch

New:
----
  numpy-1.7.0.tar.gz

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

Other differences:
------------------
++++++ python-numpy-doc.spec ++++++
--- /var/tmp/diff_new_pack.NmXz59/_old  2013-03-12 11:15:17.000000000 +0100
+++ /var/tmp/diff_new_pack.NmXz59/_new  2013-03-12 11:15:17.000000000 +0100
@@ -19,7 +19,7 @@
 %define modname numpy
 Name:           python-%{modname}-doc
 %define docname numpydoc
-Version:        1.6.2
+Version:        1.7.0
 Release:        0
 %define docvers 0.4
 Url:            http://sourceforge.net/projects/numpy
@@ -28,7 +28,6 @@
 Group:          Development/Libraries/Python
 Source:         %{modname}-%{version}.tar.gz
 Patch1:         numpy-buildfix.patch
-Patch2:         numpy-aarch64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
@@ -139,7 +138,6 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch1 -p0
-%patch2 -p0
 
 %build
 # make the documentation
@@ -174,7 +172,6 @@
 
 %files -n python-numpydoc
 %defattr(-,root,root)
-%{_bindir}/autosummary_generate
 %{python_sitelib}/%{docname}/
 %{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info/
 

++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.NmXz59/_old  2013-03-12 11:15:17.000000000 +0100
+++ /var/tmp/diff_new_pack.NmXz59/_new  2013-03-12 11:15:17.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define modname numpy
 Name:           python-%{modname}
-Version:        1.6.2
+Version:        1.7.0
 Release:        0
 Url:            http://sourceforge.net/projects/numpy
 Summary:        NumPy array processing for numbers, strings, records and 
objects
@@ -26,7 +26,6 @@
 Group:          Development/Libraries/Python
 Source:         %{modname}-%{version}.tar.gz
 Patch1:         numpy-buildfix.patch
-Patch2:         numpy-aarch64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
@@ -85,7 +84,6 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch1 -p0
-%patch2
 sed -i "1d" 
%{modname}/{compat/setup{,scons},distutils/{conv_template,cpuinfo,exec_command,from_template,setup,setupscons,system_info},f2py/{auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,docs/usersguide/setup_example,f2py2e,f90mod_rules,func2subr,__init__,rules,setup,setupscons,use_rules},ma/setup{,scons},matrixlib/setup{,scons},setup,setupscons,testing/print_coercion_tables,testing/setup{,scons}}.py
 # Fix non-executable scripts
 
 %build

++++++ python3-numpy.spec ++++++
--- /var/tmp/diff_new_pack.NmXz59/_old  2013-03-12 11:15:17.000000000 +0100
+++ /var/tmp/diff_new_pack.NmXz59/_new  2013-03-12 11:15:17.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define modname numpy
 Name:           python3-%{modname}
-Version:        1.6.2
+Version:        1.7.0
 Release:        0
 Url:            http://sourceforge.net/projects/numpy
 Summary:        NumPy array processing for numbers, strings, records and 
objects
@@ -26,8 +26,6 @@
 Group:          Development/Libraries/Python
 Source:         %{modname}-%{version}.tar.gz
 Patch1:         numpy-buildfix.patch
-Patch2:         numpy-python33.patch
-Patch3:         numpy-fd15162.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
@@ -86,25 +84,8 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch1
-%patch2 -p1
-%patch3 -p1
 
 sed -i "1d" 
%{modname}/{compat/setup{,scons},distutils/{conv_template,cpuinfo,exec_command,from_template,setup,setupscons,system_info},f2py/{auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,docs/usersguide/setup_example,f2py2e,f90mod_rules,func2subr,__init__,rules,setup,setupscons,use_rules},ma/setup{,scons},matrixlib/setup{,scons},setup,setupscons,testing/print_coercion_tables,testing/setup{,scons}}.py
 # Fix non-executable scripts
-# Fix from Fedora:
-# Regenerate Cython c sources
-# This is needed with numpy-1.6.2.tar.gz with python 3.3 to avoid an exception
-# with an import call in the generated .c file in the tarball that uses the
-# old default of -1:
-#     File "mtrand.pyx", line 126, in init mtrand 
(numpy/random/mtrand/mtrand.c:20679)
-#   ValueError: level must be >= 0
-# due to the changes in import in 3.3
-# Regenerating with a newer Cython fixes it:
-%if 0%{?suse_version}  && 0%{?suse_version} >= 1230
-pushd numpy/random/mtrand/
-rm -v mtrand.c
-cython-%{py3_ver} mtrand.pyx
-popd
-%endif
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build

++++++ numpy-1.6.2.tar.gz -> numpy-1.7.0.tar.gz ++++++
++++ 169004 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to