forked from pool/python-hypothesis
Accepting request 1249982 from home:mcalabkova:branches:devel:languages:python
- Update to 6.127.5 * Improve shrinking of non-standard NaN float values * Update our vendored list of top-level domains, which is used by the provisional domains() strategy. * Fix a bug where from_type() would error on certain types involving Protocol OBS-URL: https://build.opensuse.org/request/show/1249982 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=206
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.2</param>
|
<param name="revision">hypothesis-python-6.127.5</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:b87692f1bf46ea5f8460bd6bcca6eb93f1db941743bf2229bd61e85434653223
|
|
||||||
size 973770
|
|
3
hypothesis-python-6.127.5.tar.gz
Normal file
3
hypothesis-python-6.127.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ecdc5181341e7b64ecc0d9980a38fd1c56de444f2f91768844c76ffc54a04855
|
||||||
|
size 974063
|
@@ -1,7 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 3 11:32:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 6.127.5
|
||||||
|
* Improve shrinking of non-standard NaN float values
|
||||||
|
* Update our vendored list of top-level domains, which is used by
|
||||||
|
the provisional domains() strategy.
|
||||||
|
* Fix a bug where from_type() would error on certain types
|
||||||
|
involving Protocol
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 26 07:00:42 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Feb 26 07:00:42 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
- Update to 6.172.2:
|
- Update to 6.127.2:
|
||||||
- Adjust type hints for the pub-sub database implementation in
|
- Adjust type hints for the pub-sub database implementation in
|
||||||
version 6.126.0, and remove a remnant debug print in its
|
version 6.126.0, and remove a remnant debug print in its
|
||||||
implementation.
|
implementation.
|
||||||
|
@@ -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.2
|
Version: 6.127.5
|
||||||
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
|
||||||
@@ -224,7 +224,7 @@ donttest+=" or test_adds_note_showing_which_strategy"
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%python_alternative %{_bindir}/hypothesis
|
%python_alternative %{_bindir}/hypothesis
|
||||||
%{python_sitelib}/hypothesis
|
%{python_sitelib}/hypothesis
|
||||||
%{python_sitelib}/_hypothesis*.py
|
%{python_sitelib}/_hypothesis*.py
|
||||||
|
Reference in New Issue
Block a user