Accepting request 1059990 from devel:languages:python:numeric

- update to 1.3.6:
  * Fix ValueError: cannot convert float NaN to integer with new numpy
    version
  * Python 3.6 wheel won't be built anymore because of the deprecation in
    the associated Python Github action

OBS-URL: https://build.opensuse.org/request/show/1059990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2023-01-23 17:30:23 +00:00 committed by Git OBS Bridge
commit 5e1e1f8f48
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 20 15:18:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.6:
* Fix ValueError: cannot convert float NaN to integer with new numpy
version
* Python 3.6 wheel won't be built anymore because of the deprecation in
the associated Python Github action
-------------------------------------------------------------------
Fri Dec 23 17:21:43 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Bottleneck
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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 @@
%define skip_python2 1
Name: python-Bottleneck
Version: 1.3.5
Version: 1.3.6
Release: 0
Summary: A collection of fast NumPy array functions
License: BSD-2-Clause AND BSD-3-Clause