Accepting request 785079 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/785079 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Bottleneck?expand=0&rev=5
This commit is contained in:
parent
f059fcd863
commit
941c347525
@ -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
3
Bottleneck-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573
|
||||||
|
size 88246
|
@ -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>
|
Fri Nov 22 06:15:40 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Bottleneck
|
# 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
|
# 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Bottleneck
|
Name: python-Bottleneck
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user