From b2678525de0bd11123bb49798ac9954bded3499aa7dc34065e1ec7f1dcb8d667 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 14:13:43 +0000 Subject: [PATCH] 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