From 121df3f89b7045cbed212ded6e863da74a15501b5262b530756b4e9657dd4217 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Jan 2023 15:19:46 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:numeric/python-Bottleneck?expand=0&rev=15 --- Bottleneck-1.3.5.tar.gz | 3 --- Bottleneck-1.3.6.tar.gz | 3 +++ python-Bottleneck.changes | 9 +++++++++ python-Bottleneck.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 Bottleneck-1.3.5.tar.gz create mode 100644 Bottleneck-1.3.6.tar.gz diff --git a/Bottleneck-1.3.5.tar.gz b/Bottleneck-1.3.5.tar.gz deleted file mode 100644 index 0bbe012..0000000 --- a/Bottleneck-1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0d27afe45351f6f421893362621804fa7dea14fe29a78eaa52d4323f646de7 -size 102888 diff --git a/Bottleneck-1.3.6.tar.gz b/Bottleneck-1.3.6.tar.gz new file mode 100644 index 0000000..e34009a --- /dev/null +++ b/Bottleneck-1.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc15e2545d4282d6f2529597df1bd6e4c5f0c44296b3f8425bc835305bd943c9 +size 103080 diff --git a/python-Bottleneck.changes b/python-Bottleneck.changes index 5a37506..54718f0 100644 --- a/python-Bottleneck.changes +++ b/python-Bottleneck.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 20 15:18:50 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index fdcad2e..01327de 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -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