diff --git a/Bottleneck-1.3.8.tar.gz b/Bottleneck-1.3.8.tar.gz deleted file mode 100644 index 8cb20d1..0000000 --- a/Bottleneck-1.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868 -size 103252 diff --git a/bottleneck-1.4.0.tar.gz b/bottleneck-1.4.0.tar.gz new file mode 100644 index 0000000..06ed030 --- /dev/null +++ b/bottleneck-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb36df519b8709e7d357c0c9639b03b885ca6355bbf5e53752c685de51605b8 +size 103490 diff --git a/python-Bottleneck.changes b/python-Bottleneck.changes index bf9b09a..e7eee56 100644 --- a/python-Bottleneck.changes +++ b/python-Bottleneck.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 1 04:19:18 UTC 2024 - Steve Kowalik + +- Update to 1.4.0: + * Building against numpy 2.0, which ships new backwards compatible ABI + * Update CI config +- Remove numpy upper bound. + ------------------------------------------------------------------- Fri Apr 19 11:14:59 UTC 2024 - Ben Greiner diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 8cc1bd3..fd51a7e 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -17,29 +17,29 @@ Name: python-Bottleneck -Version: 1.3.8 +Version: 1.4.0 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 +Source0: https://files.pythonhosted.org/packages/source/b/bottleneck/bottleneck-%{version}.tar.gz Source99: python-Bottleneck.rpmlintrc BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.16.0 with %python-numpy-devel < 2} +BuildRequires: %{python_module numpy-devel >= 1.16.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: (python-numpy >= 1.16.0 with python-numpy < 2) +Requires: python-numpy >= 1.16.0 %python_subpackages %description Bottleneck is a collection of fast NumPy array functions written in C. %prep -%setup -q -n Bottleneck-%{version} +%setup -q -n bottleneck-%{version} %build export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -50,9 +50,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -# https://github.com/pydata/bottleneck/issues/423 -donttest="(move_test and test_move)" -%pytest_arch --pyargs bottleneck -k "not ($donttest)" +%pytest_arch --pyargs bottleneck %files %{python_files} %license LICENSE