14
0

Accepting request 1195137 from home:nkrapp:branches:devel:languages:python

- Update to 6.111.1
  * This patch improves shrinking in cases involving 'slips' from one 
    strategy to another. Highly composite strategies are the most likely 
    to benefit from this change.
  * This patch also reduces the range of :class:`python:datetime.datetime` 
    generated by :func:`~hypothesis.extra.django.from_model` in order to 
    avoid https://code.djangoproject.com/ticket/35683.
- Drop 0001-Revert-Use-tmp_path-in-ghostwriter-test.patch
  * included upstream

OBS-URL: https://build.opensuse.org/request/show/1195137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=192
This commit is contained in:
2024-08-30 10:46:59 +00:00
committed by Git OBS Bridge
parent 051e89cf41
commit 2aa732e510
6 changed files with 18 additions and 96 deletions

View File

@@ -38,7 +38,7 @@ ExclusiveArch: do_not_build
%endif
%{?sle15_python_module_pythons}
Name: python-hypothesis%{psuffix}
Version: 6.108.5
Version: 6.111.1
Release: 0
Summary: A library for property based testing
License: MPL-2.0
@@ -47,9 +47,6 @@ URL: https://github.com/HypothesisWorks/hypothesis
# Edit the `_service` file and run `osc service manualrun` for updates.
# See also https://hypothesis.readthedocs.io/en/latest/packaging.html
Source: hypothesis-python-%{version}.tar.gz
# PATCH-FIX-UPSTREAM revert of https://github.com/HypothesisWorks/hypothesis/commit/769f5750b6bdbdccfd8b8b34c5f9b72196744421
# gh#HypothesisWorks/hypothesis#4062
Patch: 0001-Revert-Use-tmp_path-in-ghostwriter-tests.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytz}