forked from pool/python-Bottleneck
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
f14bc9ea4a | |||
9521a3a57f | |||
cb71cf9c88 | |||
db1cc2bb00 | |||
3e88339330 | |||
dd0f25017b | |||
ab80888381 |
@@ -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
3
bottleneck-1.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa8e8e1799dea5483ce6669462660f9d9a95649f6f98a80d315b84ec89f449f4
|
||||
size 103563
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user