From 33fa80968e2f875c253585b471fe25aac98d20f0b789eae8b2bd89220703c6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 10 Oct 2022 12:53:04 +0000 Subject: [PATCH] Accepting request 1009358 from home:jayvdb:branches:devel:languages:python:numeric - Allow numpy 1.23 OBS-URL: https://build.opensuse.org/request/show/1009358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=57 --- python-numba.changes | 5 +++++ python-numba.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-numba.changes b/python-numba.changes index 617e041..79728ea 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 10:07:52 UTC 2022 - John Vandenberg + +- Allow numpy 1.23 + ------------------------------------------------------------------- Mon Oct 3 12:02:05 UTC 2022 - Daniel Garcia diff --git a/python-numba.spec b/python-numba.spec index 0f2a06e..30cba8d 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -21,7 +21,7 @@ %define plainpython python # upper bound is exclusive: min-numpy_ver <= numpy < max_numpy_ver %define min_numpy_ver 1.18 -%define max_numpy_ver 1.23 +%define max_numpy_ver 1.24 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -136,8 +136,8 @@ sed 's|^%{buildroot}|%%exclude |' devel-files0-%{$python_bin_suffix}.files > dev %check %if %{with test} # test the installed package, not the source without compiled modules -mkdir emtpytestdir -pushd emtpytestdir +mkdir emptytestdir +pushd emptytestdir %{python_expand # numbatests: check specific tests with `osc build -M test --define="numbatests "` %{_bindir}/numba-%{$python_bin_suffix} -s $python -m numba.runtests -v -b --exclude-tags='long_running' -m %{_smp_build_ncpus} -- %{?!numbatests:numba.tests}%{?numbatests} @@ -160,7 +160,7 @@ popd %{python_sitearch}/numba/ %{python_sitearch}/numba-%{version}-py*.egg-info -%files %{python_files devel} -f devel-files-%{python_bin_suffix}.files +%files %{python_files devel} -f devel-files-%{python_bin_suffix}.files %license LICENSE %endif