diff --git a/Bottleneck-1.3.2.tar.gz b/Bottleneck-1.3.2.tar.gz deleted file mode 100644 index 1b51e3c..0000000 --- a/Bottleneck-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573 -size 88246 diff --git a/Bottleneck-1.3.5.tar.gz b/Bottleneck-1.3.5.tar.gz new file mode 100644 index 0000000..0bbe012 --- /dev/null +++ b/Bottleneck-1.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0d27afe45351f6f421893362621804fa7dea14fe29a78eaa52d4323f646de7 +size 102888 diff --git a/python-Bottleneck.changes b/python-Bottleneck.changes index 6559534..514f07a 100644 --- a/python-Bottleneck.changes +++ b/python-Bottleneck.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Aug 14 15:00:35 UTC 2022 - Arun Persaud + +- update to version 1.3.5: + * Bug Fixes + + Fix numpy deprecation of non-tuple indices + * Enhancements + + Switch build to manylinux_2_24_x86_64 using cibuildwheel + +------------------------------------------------------------------- +Sat Mar 12 05:34:03 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.3.4: + * Bug Fixes + + Fix Memory leak with big-endian data + +- changes from version 1.3.3: + * Bug Fixes + + Fix Python 3.10 build + * Enhancements + + Provide pre-compiled wheels for most x86_64 architectures + ------------------------------------------------------------------- Wed Feb 17 22:59:05 UTC 2021 - Benjamin Greiner diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 9dd3856..6b23bc8 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -1,7 +1,7 @@ # # spec file for package python-Bottleneck # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-Bottleneck -Version: 1.3.2 +Version: 1.3.5 Release: 0 Summary: A collection of fast NumPy array functions License: BSD-2-Clause AND BSD-3-Clause