Accepting request 1217028 from devel:languages:python:numeric

- update to 1.4.2:
  * Add python_requires to setup.py to limit build to 3.9+
  * Update the classifiers
  * Deprecate Python 3.7 and 3.8
  * Add python 3.13 build

OBS-URL: https://build.opensuse.org/request/show/1217028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-10-23 19:09:52 +00:00 committed by Git OBS Bridge
commit dd0f25017b
4 changed files with 13 additions and 4 deletions

View File

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

3
bottleneck-1.4.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 22 13:13:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
* Add python_requires to setup.py to limit build to 3.9+
* Update the classifiers
* Deprecate Python 3.7 and 3.8
* Add python 3.13 build
-------------------------------------------------------------------
Mon Jul 1 04:19:18 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -17,7 +17,7 @@
Name: python-Bottleneck
Version: 1.4.0
Version: 1.4.2
Release: 0
Summary: A collection of fast NumPy array functions
License: BSD-2-Clause AND BSD-3-Clause