15
0

Accepting request 880420 from home:bnavigator:branches:devel:languages:python

- Update to v0.1.8
  * Now compatible with Hypothesis 5.46 and later
  * Increased diversity of examples generated by from_node()
- Release v0.1.7
  * Adds a workaround for BPO-42218
  * Bumped Hypothesis requirement to version 5.41 or later
    (better internal error messages)
  * Added MANIFEST.in so the sdist includes license, tests, etc.

OBS-URL: https://build.opensuse.org/request/show/880420
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=7
This commit is contained in:
2021-03-22 22:23:08 +00:00
committed by Git OBS Bridge
parent d9fa0c39d7
commit 32b101b39b
5 changed files with 23 additions and 17 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 21 20:41:41 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v0.1.8
* Now compatible with Hypothesis 5.46 and later
* Increased diversity of examples generated by from_node()
- Release v0.1.7
* Adds a workaround for BPO-42218
* Bumped Hypothesis requirement to version 5.41 or later
(better internal error messages)
* Added MANIFEST.in so the sdist includes license, tests, etc.
-------------------------------------------------------------------
Sat Nov 14 05:23:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>