Accepting request 441228 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/441228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-11-24 20:22:55 +00:00 committed by Git OBS Bridge
parent 7799339e4c
commit 746c20d004
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d9b7ad4fadf9648acc924a6ee522c7cb5b474e75faaad9d90dfd55e2805b495
size 363223

3
Bottleneck-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8
size 92504

View File

@ -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 Mon Apr 27 19:23:55 UTC 2015 - benoit.monin@gmx.fr

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Bottleneck # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define modname Bottleneck %define modname Bottleneck
Name: python-%{modname} Name: python-%{modname}
Version: 1.0.0 Version: 1.2.0
Release: 0 Release: 0
Summary: A collection of fast NumPy array functions Summary: A collection of fast NumPy array functions
License: BSD-2-Clause and BSD-3-Clause License: BSD-2-Clause and BSD-3-Clause
Group: Development/Libraries/Python Group: Development/Libraries/Python
Url: http://berkeleyanalytics.com/bottleneck/ 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-numpy-devel >= 1.9.1 BuildRequires: python-numpy-devel >= 1.9.1
@ -36,7 +36,7 @@ Requires: python-numpy >= 1.9.1
%endif %endif
%description %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 %prep
%setup -q -n %{modname}-%{version} %setup -q -n %{modname}-%{version}