Accepting request 785084 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/785084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-03-16 09:18:41 +00:00 committed by Git OBS Bridge
commit 86ad27fb44
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Mar 14 15:57:22 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 1.3.2:
* Bug Fixes
+ Explicitly declare numpy version dependency in pyproject.toml
for Python 3.8, fixing certain cases where pip install would
fail. Thanks to @goggle, @astrofrog, and @0xb0b for
reporting. (:issue:`277`)
-------------------------------------------------------------------
Fri Nov 22 06:15:40 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Bottleneck
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Bottleneck
Version: 1.3.1
Version: 1.3.2
Release: 0
Summary: A collection of fast NumPy array functions
License: BSD-2-Clause AND BSD-3-Clause