15
0

- update to 0.3.2:

* Performance improvements based on Hypothesis 6.93.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=22
This commit is contained in:
2024-01-22 23:33:11 +00:00
committed by Git OBS Bridge
parent 62f764ca5e
commit 1c32ea2073
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8799177a6493e832c81746842a8686752b3b1bb9530d6e832bae1758410daf3a
size 25600

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:936bc946e684a508f09a50532e4b1f068edb20ac61d788cf771d822fb131e393
size 25480

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 22 23:31:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.3.2:
* Performance improvements based on Hypothesis 6.93.0
-------------------------------------------------------------------
Mon Dec 18 12:21:38 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-hypothesmith%{psuffix}
Version: 0.3.1
Version: 0.3.2
Release: 0
Summary: Hypothesis strategies for generating Python programs, something like CSmith
License: MPL-2.0
@@ -38,13 +38,13 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-base >= 3.7
Requires: python-hypothesis >= 6.89.0
Requires: python-hypothesis >= 6.93.0
Requires: python-lark >= 0.10.1
Requires: python-libcst >= 0.4.0
%if %{with test}
BuildRequires: %{python_module black}
BuildRequires: %{python_module exceptiongroup}
BuildRequires: %{python_module hypothesis >= 6.89.0}
BuildRequires: %{python_module hypothesis >= 6.93.0}
BuildRequires: %{python_module lark >= 0.10.1}
BuildRequires: %{python_module libcst >= 0.4.0}
BuildRequires: %{python_module parso}