forked from pool/python-hypothesis
- Require numpy >= 2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=200
This commit is contained in:
parent
e82d270d35
commit
6a8a1d1f45
@ -84,6 +84,7 @@ Sat Nov 16 16:45:50 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|||||||
- This patch fixes a regression from version 6.115.2 where
|
- This patch fixes a regression from version 6.115.2 where
|
||||||
generating values from integers() with certain values for
|
generating values from integers() with certain values for
|
||||||
min_value and max_value would error.
|
min_value and max_value would error.
|
||||||
|
- Require numpy >= 2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 23 11:11:01 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Oct 23 11:11:01 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
@ -69,7 +69,7 @@ Recommends: python-click >= 7.0
|
|||||||
Recommends: python-dpcontracts >= 0.4
|
Recommends: python-dpcontracts >= 0.4
|
||||||
Recommends: python-lark >= 0.10.1
|
Recommends: python-lark >= 0.10.1
|
||||||
Recommends: python-libcst >= 0.3.16
|
Recommends: python-libcst >= 0.3.16
|
||||||
Recommends: python-numpy >= 1.19.3
|
Recommends: python-numpy >= 2
|
||||||
Recommends: python-pandas >= 1.1
|
Recommends: python-pandas >= 1.1
|
||||||
Recommends: python-pytest >= 4.6
|
Recommends: python-pytest >= 4.6
|
||||||
Recommends: python-python-dateutil >= 1.4
|
Recommends: python-python-dateutil >= 1.4
|
||||||
@ -87,7 +87,7 @@ BuildRequires: %{python_module dpcontracts >= 0.4}
|
|||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module lark >= 0.10.1}
|
BuildRequires: %{python_module lark >= 0.10.1}
|
||||||
BuildRequires: %{python_module libcst >= 0.3.16}
|
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 pexpect}
|
||||||
BuildRequires: %{python_module pytest >= 4.6}
|
BuildRequires: %{python_module pytest >= 4.6}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
|
Loading…
Reference in New Issue
Block a user