Accepting request 995117 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/995117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-08-16 15:06:51 +00:00 committed by Git OBS Bridge
commit 06c1089160
4 changed files with 30 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Aug 14 15:00:35 UTC 2022 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>
- 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 <code@bnavigator.de>

View File

@ -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