forked from pool/python-hypothesis
Accepting request 634494 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/634494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=81
This commit is contained in:
committed by
Git OBS Bridge
parent
be9600f6bb
commit
e3bb9a4555
@@ -27,7 +27,7 @@
|
||||
# dependency on pytest
|
||||
%bcond_with test
|
||||
Name: python-hypothesis
|
||||
Version: 3.66.6
|
||||
Version: 3.71.0
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
@@ -43,8 +43,8 @@ Recommends: python-Django >= 1.11
|
||||
Recommends: python-Faker >= 0.7.0
|
||||
Recommends: python-numpy >= 1.9.0
|
||||
Recommends: python-pandas
|
||||
Recommends: python-pytest >= 2.8.0
|
||||
Recommends: python-pytz
|
||||
Recommends: python-pytest >= 3.0.0
|
||||
Recommends: python-pytz >= 2014.1
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
# SECTION test requirements
|
||||
@@ -52,7 +52,7 @@ BuildRequires: %{python_module attrs >= 16.0.0}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
||||
BuildRequires: %{python_module pytest >= 3.0.0}
|
||||
%endif
|
||||
# /SECTION
|
||||
%if %{with python2}
|
||||
|
Reference in New Issue
Block a user