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:
commit
cb71cf9c88
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user