From 6a8a1d1f451d292de403f89d11371c969fe8da93e715e344dcecd7658c0e6b53 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 16 Nov 2024 17:28:51 +0000 Subject: [PATCH] - Require numpy >= 2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=200 --- python-hypothesis.changes | 1 + python-hypothesis.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index bc22f81..3e555ba 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -84,6 +84,7 @@ Sat Nov 16 16:45:50 UTC 2024 - Matej Cepl - This patch fixes a regression from version 6.115.2 where generating values from integers() with certain values for min_value and max_value would error. +- Require numpy >= 2. ------------------------------------------------------------------- Wed Oct 23 11:11:01 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 9da887f..d6bd66c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -69,7 +69,7 @@ Recommends: python-click >= 7.0 Recommends: python-dpcontracts >= 0.4 Recommends: python-lark >= 0.10.1 Recommends: python-libcst >= 0.3.16 -Recommends: python-numpy >= 1.19.3 +Recommends: python-numpy >= 2 Recommends: python-pandas >= 1.1 Recommends: python-pytest >= 4.6 Recommends: python-python-dateutil >= 1.4 @@ -87,7 +87,7 @@ BuildRequires: %{python_module dpcontracts >= 0.4} BuildRequires: %{python_module flaky} BuildRequires: %{python_module lark >= 0.10.1} BuildRequires: %{python_module libcst >= 0.3.16} -BuildRequires: %{python_module numpy >= 1.19.3} +BuildRequires: %{python_module numpy >= 2} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module pytest-xdist}