From c01e3c8077ed01779704821bcbd14c5745dde93785728721dd94c84b02bc5214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 4 Jan 2018 19:33:33 +0000 Subject: [PATCH] Accepting request 561708 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/561708 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=46 --- 3.44.4.tar.gz | 3 --- 3.44.7.tar.gz | 3 +++ python-hypothesis.changes | 23 +++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 3.44.4.tar.gz create mode 100644 3.44.7.tar.gz diff --git a/3.44.4.tar.gz b/3.44.4.tar.gz deleted file mode 100644 index 61193cc..0000000 --- a/3.44.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6 -size 401917 diff --git a/3.44.7.tar.gz b/3.44.7.tar.gz new file mode 100644 index 0000000..3caac4a --- /dev/null +++ b/3.44.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36a30fab722a9d4409d6c94c656a26dba838927b6efd7df25fbd5a7fc318cee +size 403113 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index e57a75c..56813bf 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 4 17:06:43 UTC 2018 - arun@gmx.de + +- update to version 3.44.7: + * This release adds support for Django 2 in the hypothesis-django + extra. + * This release drops support for Django 1.10, as it is no longer + supported by the Django team. + +------------------------------------------------------------------- +Wed Jan 3 22:43:51 UTC 2018 - arun@gmx.de + +- update to version 3.44.6: + * This release speeds up test case reduction in many examples by + being better at detecting large shrinks it can use to discard + redundant parts of its input. This will be particularly noticeable + in examples that make use of filtering and for some integer + ranges. + +- changes from version 3.44.5: + * This is a no-op release that updates the year range on all of the + copyright headers in our source to include 2018. + ------------------------------------------------------------------- Wed Jan 3 10:03:42 UTC 2018 - tchvatal@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index f3ce83f..8b3e942 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.44.4 +Version: 3.44.7 Release: 0 Summary: A library for property based testing License: MPL-2.0