From 0ee96c14b4bca8b47cf3e1d28a4ce3aec61bf9a9d328d7b848ff2825dc2f0deb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 18 Sep 2024 13:50:56 +0000 Subject: [PATCH] - Because of nptyping, this package is not compatible with NumPy 2.* OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typish?expand=0&rev=5 --- python-typish.changes | 5 +++++ python-typish.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-typish.changes b/python-typish.changes index 76260b0..e2aa88f 100644 --- a/python-typish.changes +++ b/python-typish.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 18 13:50:32 UTC 2024 - Matej Cepl + +- Because of nptyping, this package is not compatible with NumPy 2.* + ------------------------------------------------------------------- Thu Jun 20 09:50:02 UTC 2024 - Andreas Färber diff --git a/python-typish.spec b/python-typish.spec index 07bafea..8d6d7bc 100644 --- a/python-typish.spec +++ b/python-typish.spec @@ -25,7 +25,7 @@ URL: https://github.com/ramonhagenaars/typish Source: https://github.com/ramonhagenaars/typish/archive/refs/tags/v%{version}.tar.gz#/typish-%{version}-gh.tar.gz BuildRequires: %{python_module nptyping >= 1.3.0} # Tests -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module numpy1} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}