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