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