diff --git a/Bottleneck-1.0.0.tar.gz b/Bottleneck-1.0.0.tar.gz deleted file mode 100644 index 3668472..0000000 --- a/Bottleneck-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d9b7ad4fadf9648acc924a6ee522c7cb5b474e75faaad9d90dfd55e2805b495 -size 363223 diff --git a/Bottleneck-1.2.0.tar.gz b/Bottleneck-1.2.0.tar.gz new file mode 100644 index 0000000..b4f688f --- /dev/null +++ b/Bottleneck-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8 +size 92504 diff --git a/python-Bottleneck.changes b/python-Bottleneck.changes index 034ed74..1d95329 100644 --- a/python-Bottleneck.changes +++ b/python-Bottleneck.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 14 14:24:23 UTC 2016 - dmueller@suse.com + +- update to 1.2.0: + This release is a complete rewrite of Bottleneck. + - Bottleneck is now written in C + - Cython is no longer a dependency + - Source tarball size reduced by 80% + - Build time reduced by 66% + - Install size reduced by 45% + ------------------------------------------------------------------- Mon Apr 27 19:23:55 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 228ee6a..22e3d64 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -1,7 +1,7 @@ # # spec file for package python-Bottleneck # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,13 +18,13 @@ %define modname Bottleneck Name: python-%{modname} -Version: 1.0.0 +Version: 1.2.0 Release: 0 Summary: A collection of fast NumPy array functions License: BSD-2-Clause and BSD-3-Clause Group: Development/Libraries/Python Url: http://berkeleyanalytics.com/bottleneck/ -Source0: http://pypi.python.org/packages/source/B/Bottleneck/%{modname}-%{version}.tar.gz +Source0: https://pypi.io/packages/source/B/Bottleneck/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-numpy-devel >= 1.9.1 @@ -36,7 +36,7 @@ Requires: python-numpy >= 1.9.1 %endif %description -Bottleneck is a collection of fast NumPy array functions written in Cython. +Bottleneck is a collection of fast NumPy array functions written in C %prep %setup -q -n %{modname}-%{version}