From b20d2a7116bbe75bc189a61999a5e8c85a83520e40e1ad5a9c255382e6045cfb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Oct 2022 14:08:19 +0000 Subject: [PATCH] Accepting request 1030191 from home:Simmphonie:branches:devel:languages:python - Update to v0.2.0 * More efficient generation of Python identifiers * Workaround for CPython parser bug in 3.9.8 (#16) Yes, yet another one - still, that's why hypothesmith exists... - Release v0.1.9 * Fixed rare internal error when from_node() generated misplaced except: clauses OBS-URL: https://build.opensuse.org/request/show/1030191 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=9 --- hypothesmith-0.1.8.tar.gz | 3 --- hypothesmith-0.2.0.tar.gz | 3 +++ python-hypothesmith.changes | 10 ++++++++++ python-hypothesmith.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 hypothesmith-0.1.8.tar.gz create mode 100644 hypothesmith-0.2.0.tar.gz diff --git a/hypothesmith-0.1.8.tar.gz b/hypothesmith-0.1.8.tar.gz deleted file mode 100644 index a6b32f1..0000000 --- a/hypothesmith-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9ff047b15c4ed312ce3da57ea27570f86d6b53ce12af9f25e59e6576a00410a -size 24760 diff --git a/hypothesmith-0.2.0.tar.gz b/hypothesmith-0.2.0.tar.gz new file mode 100644 index 0000000..3e6c54f --- /dev/null +++ b/hypothesmith-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb7b3fd03d76eddd4474b0561e1c2662457593a74cc300fd27e5409cd4d7922 +size 24933 diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index 688ecdf..d90aaf6 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 20 13:24:58 UTC 2022 - Torsten Gruner + +- Update to v0.2.0 + * More efficient generation of Python identifiers + * Workaround for CPython parser bug in 3.9.8 (#16) Yes, yet another one - still, + that's why hypothesmith exists... +- Release v0.1.9 + * Fixed rare internal error when from_node() generated misplaced except: clauses + ------------------------------------------------------------------- Sun Mar 21 20:41:41 UTC 2021 - Ben Greiner diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index c3b974a..327b61d 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -1,7 +1,7 @@ # # spec file for package python-hypothesmith-test # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.1.8 +Version: 0.2.0 Release: 0 Summary: Hypothesis strategies for generating Python programs, something like CSmith License: MPL-2.0 @@ -39,12 +39,12 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-base >= 3.6 Requires: python-hypothesis >= 5.46 -Requires: python-lark-parser >= 0.7.2 +Requires: python-lark >= 0.7.2 Requires: python-libcst >= 0.3.8 %if %{with test} BuildRequires: %{python_module black} BuildRequires: %{python_module hypothesis >= 5.46} -BuildRequires: %{python_module lark-parser >= 0.7.2} +BuildRequires: %{python_module lark >= 0.7.2} BuildRequires: %{python_module libcst >= 0.3.8} BuildRequires: %{python_module parso} BuildRequires: %{python_module pytest-xdist}