From 444694d0d271f94d271171330a801f183f2f6543e762cf068b5ae0546707b55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 18 Mar 2019 08:14:01 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=94 --- hypothesis-python-3.82.5.tar.gz | 3 --- hypothesis-python-4.11.7.tar.gz | 3 +++ python-hypothesis.changes | 7 +++++++ python-hypothesis.spec | 25 ++++++++++++------------- 4 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 hypothesis-python-3.82.5.tar.gz create mode 100644 hypothesis-python-4.11.7.tar.gz diff --git a/hypothesis-python-3.82.5.tar.gz b/hypothesis-python-3.82.5.tar.gz deleted file mode 100644 index 1696f27..0000000 --- a/hypothesis-python-3.82.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c54f557b8d6b28145acde8a7f63c7c627953524cf3636692f01ed9f72948cc48 -size 563499 diff --git a/hypothesis-python-4.11.7.tar.gz b/hypothesis-python-4.11.7.tar.gz new file mode 100644 index 0000000..4602b4e --- /dev/null +++ b/hypothesis-python-4.11.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c066ee953313641c392c2c2c1a8e1b0f0ebd3f62ed1661af219c1782b837b53 +size 1166147 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 90e32be..d115530 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 18 08:11:15 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 9bc001f..dbf433e 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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 From 7840f298a5f4e5c5b44a522469e9bea1b3181cb5bfdc280f811adfc3de6d6eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 25 Mar 2019 08:42:00 +0000 Subject: [PATCH 2/2] Accepting request 688117 from home:jayvdb:branches:devel:languages:python - Add changes.rst to %doc - Update to v4.13.0 * for changes please see doc/changes.rst or https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst OBS-URL: https://build.opensuse.org/request/show/688117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=95 --- hypothesis-python-4.11.7.tar.gz | 3 --- hypothesis-python-4.13.0.tar.gz | 3 +++ python-hypothesis.changes | 9 +++++++++ python-hypothesis.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 hypothesis-python-4.11.7.tar.gz create mode 100644 hypothesis-python-4.13.0.tar.gz diff --git a/hypothesis-python-4.11.7.tar.gz b/hypothesis-python-4.11.7.tar.gz deleted file mode 100644 index 4602b4e..0000000 --- a/hypothesis-python-4.11.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c066ee953313641c392c2c2c1a8e1b0f0ebd3f62ed1661af219c1782b837b53 -size 1166147 diff --git a/hypothesis-python-4.13.0.tar.gz b/hypothesis-python-4.13.0.tar.gz new file mode 100644 index 0000000..46c0b7d --- /dev/null +++ b/hypothesis-python-4.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c7d44dd73da19dadf3715bb62f91f2ee30d54a413d6ea43a48f24c137e934a +size 1171945 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index d115530..15e8dd9 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 25 06:25:48 UTC 2019 - John Vandenberg + +- Add changes.rst to %doc +- Update to v4.13.0 + * for changes please see doc/changes.rst or + https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst + + ------------------------------------------------------------------- Mon Mar 18 08:11:15 UTC 2019 - Ondřej Súkup diff --git a/python-hypothesis.spec b/python-hypothesis.spec index dbf433e..8968ab2 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -30,7 +30,7 @@ %bcond_with test %endif %bcond_without python2 -Version: 4.11.7 +Version: 4.13.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -112,7 +112,7 @@ rm -rf %{buildroot}%{_datarootdir}/python* %files %{python_files} %license ../LICENSE.txt %if !%{with test} -%doc ../CITATION README.rst +%doc ../CITATION README.rst docs/changes.rst %{python_sitelib}/hypothesis* %endif