1
0

7 Commits

Author SHA256 Message Date
f14bc9ea4a Accepting request 1271217 from devel:languages:python:numeric
- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/request/show/1271217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Bottleneck?expand=0&rev=19
2025-04-22 15:28:18 +00:00
9521a3a57f - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Bottleneck?expand=0&rev=28
2025-04-22 01:40:17 +00:00
cb71cf9c88 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
2024-12-13 21:39:36 +00:00
db1cc2bb00 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Bottleneck?expand=0&rev=26 2024-12-06 12:35:35 +00:00
3e88339330 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Bottleneck?expand=0&rev=25 2024-12-06 12:35:09 +00:00
dd0f25017b 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
2024-10-23 19:09:52 +00:00
ab80888381 - 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/package/show/devel:languages:python:numeric/python-Bottleneck?expand=0&rev=23
2024-10-22 13:13:33 +00:00
4 changed files with 27 additions and 7 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,22 @@
-------------------------------------------------------------------
Tue Apr 22 01:40:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
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>
- 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

@@ -1,7 +1,7 @@
#
# spec file for package python-Bottleneck
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
#
%{?sle15_python_module_pythons}
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
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}
@@ -56,6 +57,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%license LICENSE
%doc README.rst RELEASE.rst
%{python_sitearch}/bottleneck/
%{python_sitearch}/Bottleneck-%{version}.dist-info
%{python_sitearch}/[Bb]ottleneck-%{version}.dist-info
%changelog