Accepting request 1230797 from devel:languages:python:numeric

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1230797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2024-12-13 21:39:36 +00:00 committed by Git OBS Bridge
commit cb71cf9c88
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 6 12:35:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Only Python 3.9+ is supported
-------------------------------------------------------------------
Tue Oct 22 13:13:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-Bottleneck
Version: 1.4.2
Release: 0
@ -24,7 +25,7 @@ License: BSD-2-Clause AND BSD-3-Clause
URL: https://github.com/pydata/bottleneck
Source0: https://files.pythonhosted.org/packages/source/b/bottleneck/bottleneck-%{version}.tar.gz
Source99: python-Bottleneck.rpmlintrc
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module numpy-devel >= 1.16.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}