1
0
Ondřej Súkup 2019-03-18 08:14:01 +00:00 committed by Git OBS Bridge
parent aaa2775d8e
commit 444694d0d2
4 changed files with 22 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 18 08:11:15 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 4.11.7
* for changes please see doc/changes.rst or
- https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
-------------------------------------------------------------------
Fri Dec 28 12:23:28 UTC 2018 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-hypothesis
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,14 +30,7 @@
%bcond_with test
%endif
%bcond_without python2
%if %{with test}
Name: python-hypothesis-%{flavor}
%else
Name: python-hypothesis
%endif
Version: 3.82.5
Version: 4.11.7
Release: 0
Summary: A library for property based testing
License: MPL-2.0
@ -48,27 +41,33 @@ BuildRequires: %{python_module setuptools >= 36}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 16.0.0
Requires: python-coverage
Recommends: python-Django >= 1.11
Recommends: python-Faker >= 0.7.0
Recommends: python-dateutil
Recommends: python-dpcontracts
Recommends: python-lark-parser >= 0.6.5
Recommends: python-numpy >= 1.9.0
Recommends: python-pandas
Recommends: python-pytest >= 3.0.0
Recommends: python-pytz >= 2014.1
BuildArch: noarch
%if %{with test}
Name: python-hypothesis-%{flavor}
%else
Name: python-hypothesis
%endif
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module attrs >= 16.0.0}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module lark-parser}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest >= 3.0.0}
BuildRequires: python3-Django
BuildRequires: python3-dpcontracts
%endif
# /SECTION
%if %{with python2}
BuildRequires: python-enum34
BuildRequires: python-ipaddress
%endif
%ifpython2
Requires: %{oldpython}-enum34