From 45ed36720b468198c999a2a60235f7e2365b840406a836b736afe60848f763e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 12 Oct 2023 16:10:39 +0000 Subject: [PATCH 1/2] Accepting request 1117476 from home:mimi_vx:branches:devel:languages:python update to 0.3.0 * Even more efficient generation of Python identifiers, using Hypothesis 6.84.1 * Dropped support for Python 3.7 OBS-URL: https://build.opensuse.org/request/show/1117476 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=17 --- hypothesmith-0.2.3.tar.gz | 3 --- hypothesmith-0.3.0.tar.gz | 3 +++ python-hypothesmith.changes | 7 +++++++ python-hypothesmith.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 hypothesmith-0.2.3.tar.gz create mode 100644 hypothesmith-0.3.0.tar.gz diff --git a/hypothesmith-0.2.3.tar.gz b/hypothesmith-0.2.3.tar.gz deleted file mode 100644 index d3a4cba..0000000 --- a/hypothesmith-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdce845ec984e6e3fed21e65d2e82b8ebc6de5ca5eb93649dfd76034c5906a46 -size 25722 diff --git a/hypothesmith-0.3.0.tar.gz b/hypothesmith-0.3.0.tar.gz new file mode 100644 index 0000000..f21b76a --- /dev/null +++ b/hypothesmith-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523da04c063b873928d6c28ef16506cf64bf31777039837e17e6bbdc6e2cccdb +size 25508 diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index a2145e0..d1be752 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 12 13:53:09 UTC 2023 - Ondřej Súkup + +- update to 0.3.0 + * Even more efficient generation of Python identifiers, using Hypothesis 6.84.1 + * Dropped support for Python 3.7 + ------------------------------------------------------------------- Fri Apr 21 12:26:38 UTC 2023 - Dirk Müller diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 3c0e4a2..1450f6d 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,13 +27,13 @@ %bcond_with test %endif Name: python-hypothesmith%{psuffix} -Version: 0.2.3 +Version: 0.3.0 Release: 0 Summary: Hypothesis strategies for generating Python programs, something like CSmith License: MPL-2.0 URL: https://github.com/Zac-HD/hypothesmith Source: https://files.pythonhosted.org/packages/source/h/hypothesmith/hypothesmith-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros From 82575aea90706a882ae231255e632abf0c5cf8de8753892ac528cecac1dc1c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 13 Oct 2023 16:38:26 +0000 Subject: [PATCH 2/2] Accepting request 1117695 from home:mimi_vx:branches:devel:languages:python fix OBS-URL: https://build.opensuse.org/request/show/1117695 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=18 --- python-hypothesmith.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 1450f6d..9ddd90d 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -44,7 +44,7 @@ Requires: python-libcst >= 0.4.0 %if %{with test} BuildRequires: %{python_module black} BuildRequires: %{python_module exceptiongroup} -BuildRequires: %{python_module hypothesis >= 6.58.1} +BuildRequires: %{python_module hypothesis >= 6.84.1} BuildRequires: %{python_module lark >= 0.10.1} BuildRequires: %{python_module libcst >= 0.4.0} BuildRequires: %{python_module parso}