From 1657ed7b2fb0ee4f3099669058dffac8c14a637a5a4b729d1bb5a2d83171a020 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 11:43:39 +0000 Subject: [PATCH 1/3] Accepting request 1040481 from home:yarunachalam:branches:devel:languages:python - Update to version 0.2.1 - 2022-11-25 * Use the lark package on PyPI, for Lark version 1.0+ (requires recent Hypothesis) * Use updated Python grammar for from_grammar(), thanks to Lark updates * Drop support for Python 3.6, add 3.10 and 3.11 to CI - Update to 0.2.0 - 2021-11-27 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... - Update to 0.1.9 - 2021-08-19 Fixed rare internal error when from_node() generated misplaced except: clauses OBS-URL: https://build.opensuse.org/request/show/1040481 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=11 --- hypothesmith-0.2.0.tar.gz | 3 --- hypothesmith-0.2.1.tar.gz | 3 +++ python-hypothesmith.changes | 17 +++++++++++++++++ python-hypothesmith.spec | 5 +++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 hypothesmith-0.2.0.tar.gz create mode 100644 hypothesmith-0.2.1.tar.gz diff --git a/hypothesmith-0.2.0.tar.gz b/hypothesmith-0.2.0.tar.gz deleted file mode 100644 index 3e6c54f..0000000 --- a/hypothesmith-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fb7b3fd03d76eddd4474b0561e1c2662457593a74cc300fd27e5409cd4d7922 -size 24933 diff --git a/hypothesmith-0.2.1.tar.gz b/hypothesmith-0.2.1.tar.gz new file mode 100644 index 0000000..9fc0b43 --- /dev/null +++ b/hypothesmith-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5577cc9ab77a8d42a12934cecdbaeee629c8f3b3a84a8a9114d9ef88636131 +size 22182 diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index d90aaf6..0e6c2f0 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 6 03:35:17 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.2.1 - 2022-11-25 + * Use the lark package on PyPI, for Lark version 1.0+ (requires recent Hypothesis) + * Use updated Python grammar for from_grammar(), thanks to Lark updates + * Drop support for Python 3.6, add 3.10 and 3.11 to CI + ------------------------------------------------------------------- Thu Oct 20 13:24:58 UTC 2022 - Torsten Gruner @@ -8,6 +16,15 @@ Thu Oct 20 13:24:58 UTC 2022 - Torsten Gruner - Release v0.1.9 * Fixed rare internal error when from_node() generated misplaced except: clauses +------------------------------------------------------------------- +Thu Sep 29 02:26:11 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.2.0 - 2021-11-27 + 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... +- Update to 0.1.9 - 2021-08-19 + 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 327b61d..157fc7b 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -1,5 +1,5 @@ # -# spec file for package python-hypothesmith-test +# spec file # # Copyright (c) 2022 SUSE LLC # @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-hypothesmith%{psuffix} -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: Hypothesis strategies for generating Python programs, something like CSmith License: MPL-2.0 @@ -43,6 +43,7 @@ Requires: python-lark >= 0.7.2 Requires: python-libcst >= 0.3.8 %if %{with test} BuildRequires: %{python_module black} +BuildRequires: %{python_module exceptiongroup} BuildRequires: %{python_module hypothesis >= 5.46} BuildRequires: %{python_module lark >= 0.7.2} BuildRequires: %{python_module libcst >= 0.3.8} From b2678525de0bd11123bb49798ac9954bded3499aa7dc34065e1ec7f1dcb8d667 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 14:13:43 +0000 Subject: [PATCH 2/3] Accepting request 1042712 from home:yarunachalam:branches:devel:languages:python - Update to version 0.2.3 * Actually package up the renamed grammar file this time. - Update to 0.2.2 - 2022-11-29 * Correct the minimum required version of LibCST * Use importlib.resources to load the Python grammar (zip-safe) OBS-URL: https://build.opensuse.org/request/show/1042712 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=12 --- hypothesmith-0.2.1.tar.gz | 3 --- hypothesmith-0.2.3.tar.gz | 3 +++ python-hypothesmith.changes | 10 ++++++++++ python-hypothesmith.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 hypothesmith-0.2.1.tar.gz create mode 100644 hypothesmith-0.2.3.tar.gz diff --git a/hypothesmith-0.2.1.tar.gz b/hypothesmith-0.2.1.tar.gz deleted file mode 100644 index 9fc0b43..0000000 --- a/hypothesmith-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc5577cc9ab77a8d42a12934cecdbaeee629c8f3b3a84a8a9114d9ef88636131 -size 22182 diff --git a/hypothesmith-0.2.3.tar.gz b/hypothesmith-0.2.3.tar.gz new file mode 100644 index 0000000..d3a4cba --- /dev/null +++ b/hypothesmith-0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdce845ec984e6e3fed21e65d2e82b8ebc6de5ca5eb93649dfd76034c5906a46 +size 25722 diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index 0e6c2f0..b67f559 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 13 15:35:43 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.2.3 + * Actually package up the renamed grammar file this time. + +- Update to 0.2.2 - 2022-11-29 + * Correct the minimum required version of LibCST + * Use importlib.resources to load the Python grammar (zip-safe) + ------------------------------------------------------------------- Tue Dec 6 03:35:17 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 157fc7b..493612b 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-hypothesmith%{psuffix} -Version: 0.2.1 +Version: 0.2.3 Release: 0 Summary: Hypothesis strategies for generating Python programs, something like CSmith License: MPL-2.0 From 506c9f1c9ba9d853fe04e360b06a791d0bc72896586a4dc761d1d676a9e6388b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 15 Dec 2022 07:03:18 +0000 Subject: [PATCH 3/3] - Update requirements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=13 --- python-hypothesmith.changes | 5 +++++ python-hypothesmith.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index b67f559..5083ce9 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 15 06:26:48 UTC 2022 - Daniel Garcia + +- Update requirements + ------------------------------------------------------------------- Tue Dec 13 15:35:43 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 493612b..093984a 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -37,16 +37,16 @@ BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-base >= 3.6 -Requires: python-hypothesis >= 5.46 -Requires: python-lark >= 0.7.2 -Requires: python-libcst >= 0.3.8 +Requires: python-base >= 3.7 +Requires: python-hypothesis >= 6.58.1 +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 >= 5.46} -BuildRequires: %{python_module lark >= 0.7.2} -BuildRequires: %{python_module libcst >= 0.3.8} +BuildRequires: %{python_module hypothesis >= 6.58.1} +BuildRequires: %{python_module lark >= 0.10.1} +BuildRequires: %{python_module libcst >= 0.4.0} BuildRequires: %{python_module parso} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}