forked from pool/python-hypothesis
Accepting request 1250446 from home:nkrapp:branches:devel:languages:python
- Update to 6.127.6 * This patch tweaks the performance of the target phase, avoiding aborting some test cases when it would be better to finish generating them. OBS-URL: https://build.opensuse.org/request/show/1250446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=208
This commit is contained in:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">hypothesis-python-6.127.5</param>
|
<param name="revision">hypothesis-python-6.127.6</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
||||||
<param name="subdir">hypothesis-python</param>
|
<param name="subdir">hypothesis-python</param>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecdc5181341e7b64ecc0d9980a38fd1c56de444f2f91768844c76ffc54a04855
|
|
||||||
size 974063
|
|
BIN
hypothesis-python-6.127.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
hypothesis-python-6.127.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 5 14:22:04 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 6.127.6
|
||||||
|
* This patch tweaks the performance of the target phase, avoiding
|
||||||
|
aborting some test cases when it would be better to finish
|
||||||
|
generating them.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 3 11:32:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Mon Mar 3 11:32:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ ExclusiveArch: do_not_build
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-hypothesis%{psuffix}
|
Name: python-hypothesis%{psuffix}
|
||||||
Version: 6.127.5
|
Version: 6.127.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Reference in New Issue
Block a user