Accepting request 1141260 from home:ecsos:python
- Update to 6.93.2: * This patch improves observability reports by moving timing information from metadata to a new timing key, and supporting conversion of additional argument types to json rather than string reprs via a .to_json() method (including e.g. Pandas dataframes). OBS-URL: https://build.opensuse.org/request/show/1141260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=183
This commit is contained in:
parent
94fb987a24
commit
b5769c4ca6
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">hypothesis-python-6.92.2</param>
|
||||
<param name="revision">hypothesis-python-6.93.2</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:5120fedfce44e47a4aad3727ad45be51f44e5bcd211923a679bd05e7c1bc7603
|
||||
size 849472
|
3
hypothesis-python-6.93.2.tar.gz
Normal file
3
hypothesis-python-6.93.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60feb432a7ec7846fd97aebd58a2a2e2a42fd70527e615df6b81d51ff58d6c18
|
||||
size 856122
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 13:47:04 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 6.93.2:
|
||||
* This patch improves observability reports by moving timing
|
||||
information from metadata to a new timing key, and supporting
|
||||
conversion of additional argument types to json rather than
|
||||
string reprs via a .to_json() method
|
||||
(including e.g. Pandas dataframes).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 20:28:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -37,7 +37,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-hypothesis%{psuffix}
|
||||
Version: 6.92.2
|
||||
Version: 6.93.2
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user