From c8ddef0a9ae255420a52442e149a738f3e9c2099a7cbb7a277e9d122caa2a949 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 14 Apr 2009 22:19:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=2 --- numpy-1.2.1.tar.bz2 | 3 --- numpy-1.3.0.tar.bz2 | 3 +++ python-numpy.changes | 8 ++++++++ python-numpy.spec | 11 ++++++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 numpy-1.2.1.tar.bz2 create mode 100644 numpy-1.3.0.tar.bz2 diff --git a/numpy-1.2.1.tar.bz2 b/numpy-1.2.1.tar.bz2 deleted file mode 100644 index 7f943e7..0000000 --- a/numpy-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dfd16e49fb6a6c2852745fdb45bd48b1cbc4119e02cd4f5bb3c51e7d4591de0 -size 1190832 diff --git a/numpy-1.3.0.tar.bz2 b/numpy-1.3.0.tar.bz2 new file mode 100644 index 0000000..19a8449 --- /dev/null +++ b/numpy-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3019d980110e298536c4bcec99240cca0d55963b4ecc5d02415611e3d1238b6 +size 1666680 diff --git a/python-numpy.changes b/python-numpy.changes index 4404268..2e5b8b8 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 8 19:43:27 CEST 2009 - matejcik@suse.cz + +- update to 1.3.0 + * official python 2.6 support (although it did (mostly) + work before) + * new multiarray APIs + ------------------------------------------------------------------- Wed Feb 11 01:31:36 CET 2009 - ro@suse.de diff --git a/python-numpy.spec b/python-numpy.spec index bcbeeeb..35c35a1 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,5 +1,5 @@ # -# spec file for package python-numpy (Version 1.2.1) +# spec file for package python-numpy (Version 1.3.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,8 +21,8 @@ Name: python-numpy Url: http://numpy.scipy.org/ Summary: Array processing for numbers, strings, records and objects -Version: 1.2.1 -Release: 3 +Version: 1.3.0 +Release: 1 License: BSD 3-Clause Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 @@ -77,6 +77,11 @@ rm -rf %{buildroot} %doc COMPATIBILITY LICENSE.txt README.txt THANKS.txt DEV_README.txt %changelog +* Wed Apr 08 2009 matejcik@suse.cz +- update to 1.3.0 + * official python 2.6 support (although it did (mostly) + work before) + * new multiarray APIs * Wed Feb 11 2009 ro@suse.de - fix filelist by using "--record-rpm" instead of "--record" (and do not quote lines starting with "%%dir ")