forked from pool/python-Bottleneck
Compare commits
30 Commits
Author | SHA256 | Date | |
---|---|---|---|
f14bc9ea4a | |||
9521a3a57f | |||
cb71cf9c88 | |||
db1cc2bb00 | |||
3e88339330 | |||
dd0f25017b | |||
ab80888381 | |||
8c7abdc089 | |||
ac450c8513 | |||
3e2d8d4544 | |||
db6513ce58 | |||
c80eb32db1 | |||
5e1e1f8f48 | |||
121df3f89b | |||
038abc001d | |||
40b1e8b96e | |||
06c1089160 | |||
8ec098824b | |||
ab01ac216e | |||
513d05c12a | |||
c5afc1736e | |||
|
dfc235dd9e | ||
86ad27fb44 | |||
|
941c347525 | ||
f059fcd863 | |||
6ee1857f31 | |||
fdbedcf99a | |||
746c20d004 | |||
7799339e4c | |||
|
61fdbea336 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868
|
|
||||||
size 103252
|
|
@@ -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>
|
Mon Jul 1 04:19:18 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Bottleneck
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Bottleneck
|
Name: python-Bottleneck
|
||||||
Version: 1.4.0
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of fast NumPy array functions
|
Summary: A collection of fast NumPy array functions
|
||||||
License: BSD-2-Clause AND BSD-3-Clause
|
License: BSD-2-Clause AND BSD-3-Clause
|
||||||
URL: https://github.com/pydata/bottleneck
|
URL: https://github.com/pydata/bottleneck
|
||||||
Source0: https://files.pythonhosted.org/packages/source/b/bottleneck/bottleneck-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/b/bottleneck/bottleneck-%{version}.tar.gz
|
||||||
Source99: python-Bottleneck.rpmlintrc
|
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 numpy-devel >= 1.16.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -56,6 +57,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst RELEASE.rst
|
%doc README.rst RELEASE.rst
|
||||||
%{python_sitearch}/bottleneck/
|
%{python_sitearch}/bottleneck/
|
||||||
%{python_sitearch}/Bottleneck-%{version}.dist-info
|
%{python_sitearch}/[Bb]ottleneck-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user