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:
commit
c33121ebfe
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.
3
hypothesmith-0.3.0.tar.gz
Normal file
3
hypothesmith-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:523da04c063b873928d6c28ef16506cf64bf31777039837e17e6bbdc6e2cccdb
|
||||
size 25508
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user