Accepting request 1117696 from devel:languages:python

fix (forwarded request 1117695 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/1117696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesmith?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2023-10-19 20:47:32 +00:00 committed by Git OBS Bridge
commit c33121ebfe
4 changed files with 14 additions and 7 deletions

BIN
hypothesmith-0.2.3.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:523da04c063b873928d6c28ef16506cf64bf31777039837e17e6bbdc6e2cccdb
size 25508

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>

View File

@ -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
@ -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}