From d3b09d5b35914b675d1a345e3008084210b255b3108d8f34d649b85c401e83fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Jul 2018 06:36:20 +0000 Subject: [PATCH] Accepting request 624619 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/624619 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=73 --- hypothesis-python-3.66.4.tar.gz | 3 --- hypothesis-python-3.66.6.tar.gz | 3 +++ python-hypothesis.changes | 16 ++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-3.66.4.tar.gz create mode 100644 hypothesis-python-3.66.6.tar.gz diff --git a/hypothesis-python-3.66.4.tar.gz b/hypothesis-python-3.66.4.tar.gz deleted file mode 100644 index 950d6b9..0000000 --- a/hypothesis-python-3.66.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca2665b5d9a02572ebbd9be9883bd5982aefd89f19b232590a75c99d12881d47 -size 523732 diff --git a/hypothesis-python-3.66.6.tar.gz b/hypothesis-python-3.66.6.tar.gz new file mode 100644 index 0000000..47e53a5 --- /dev/null +++ b/hypothesis-python-3.66.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8dd8d0c81c432ade0d0e8267c31a9877a01ff9bb81763d26e6678342dd5591 +size 524705 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 3fc7f9b..1e40c3c 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 23 05:25:06 UTC 2018 - arun@gmx.de + +- update to version 3.66.6: + * This patch ensures that Hypothesis fully supports Python 3.7, by + upgrading from_type() (issue #1264) and fixing some minor issues + in our test suite (issue #1148). + +------------------------------------------------------------------- +Sun Jul 22 18:47:08 UTC 2018 - arun@gmx.de + +- update to version 3.66.5: + * This patch fixes the online docs for various extras, by ensuring + that their dependencies are installed on readthedocs.io (issue + #1326). + ------------------------------------------------------------------- Fri Jul 20 15:28:09 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index a417093..1cd82dc 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis -Version: 3.66.4 +Version: 3.66.6 Release: 0 Summary: A library for property based testing License: MPL-2.0