1
0

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
This commit is contained in:
Tomáš Chvátal
2018-01-04 19:33:33 +00:00
committed by Git OBS Bridge
parent 3033dd6df5
commit c01e3c8077
4 changed files with 27 additions and 4 deletions

View File

@@ -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