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:
Markéta Machová 2024-01-25 13:56:53 +00:00 committed by Git OBS Bridge
parent 94fb987a24
commit b5769c4ca6
5 changed files with 15 additions and 5 deletions

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5120fedfce44e47a4aad3727ad45be51f44e5bcd211923a679bd05e7c1bc7603
size 849472

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60feb432a7ec7846fd97aebd58a2a2e2a42fd70527e615df6b81d51ff58d6c18
size 856122

View File

@ -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>

View File

@ -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