- update to 6.75.3:
* This patch fixes ~hypothesis.strategies.complex_numbers accidentally invalidating itself when passed magnitude arguments for 32 and 64-bit widths, i.e. 16- and 32-bit floats, due to not internally down-casting numbers OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=168
This commit is contained in:
parent
adc9271da2
commit
3be375c5b1
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">hypothesis-python-6.75.2</param>
|
||||
<param name="revision">hypothesis-python-6.75.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
||||
<param name="subdir">hypothesis-python</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c692dc124a95f31ba19e8c55444bf3638129bfc9455b686dadab93ef91186e7
|
||||
size 809663
|
BIN
hypothesis-python-6.75.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
hypothesis-python-6.75.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 15:30:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.75.3:
|
||||
* This patch fixes ~hypothesis.strategies.complex_numbers accidentally
|
||||
invalidating itself when passed magnitude arguments for 32
|
||||
and 64-bit widths, i.e. 16- and 32-bit floats, due to not
|
||||
internally down-casting numbers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 16:11:33 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -37,7 +37,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-hypothesis%{psuffix}
|
||||
Version: 6.75.2
|
||||
Version: 6.75.3
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user