From 1c32ea2073caa7862264150c3a84b5d07fd2e804243c2273c281897525053fcb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Jan 2024 23:33:11 +0000 Subject: [PATCH] - 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 --- hypothesmith-0.3.1.tar.gz | 3 --- hypothesmith-0.3.2.tar.gz | 3 +++ python-hypothesmith.changes | 6 ++++++ python-hypothesmith.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 hypothesmith-0.3.1.tar.gz create mode 100644 hypothesmith-0.3.2.tar.gz diff --git a/hypothesmith-0.3.1.tar.gz b/hypothesmith-0.3.1.tar.gz deleted file mode 100644 index 00f6914..0000000 --- a/hypothesmith-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8799177a6493e832c81746842a8686752b3b1bb9530d6e832bae1758410daf3a -size 25600 diff --git a/hypothesmith-0.3.2.tar.gz b/hypothesmith-0.3.2.tar.gz new file mode 100644 index 0000000..b83c737 --- /dev/null +++ b/hypothesmith-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936bc946e684a508f09a50532e4b1f068edb20ac61d788cf771d822fb131e393 +size 25480 diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index 2a2bda9..6e2b144 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 22 23:31:11 UTC 2024 - Dirk Müller + +- update to 0.3.2: + * Performance improvements based on Hypothesis 6.93.0 + ------------------------------------------------------------------- Mon Dec 18 12:21:38 UTC 2023 - Dirk Müller diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 347a85e..e8ec902 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -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}