Sync from SUSE:SLFO:Main python-hypothesmith revision f9bc4db37cfb1f6f904bd48203ea32c0
This commit is contained in:
parent
7d8cc6c163
commit
3cfc7431fc
BIN
hypothesmith-0.2.3.tar.gz
(Stored with Git LFS)
BIN
hypothesmith-0.2.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
hypothesmith-0.3.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
hypothesmith-0.3.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:02:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.3:
|
||||
* Add Python 3.12 and 3.13 to CI
|
||||
* Can now be imported on Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 23:31:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.2:
|
||||
* Performance improvements based on Hypothesis 6.93.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 12:21:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.1:
|
||||
* Hypothesis >= 6.89.0 made some internal changes which broke
|
||||
our `from_grammar()`. This patch restores compatibility, and
|
||||
requires the new Hypothesis.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 13:53:09 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-hypothesmith
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python2 1
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
@ -27,24 +26,24 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-hypothesmith%{psuffix}
|
||||
Version: 0.2.3
|
||||
Version: 0.3.3
|
||||
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
|
||||
Requires: python-base >= 3.7
|
||||
Requires: python-hypothesis >= 6.58.1
|
||||
Requires: python-hypothesis >= 6.93.0
|
||||
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 >= 6.58.1}
|
||||
BuildRequires: %{python_module hypothesis >= 6.93.0}
|
||||
BuildRequires: %{python_module lark >= 0.10.1}
|
||||
BuildRequires: %{python_module libcst >= 0.4.0}
|
||||
BuildRequires: %{python_module parso}
|
||||
|
Loading…
Reference in New Issue
Block a user