forked from pool/python-hypothesis
Accepting request 620077 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/620077 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=65
This commit is contained in:
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 1 17:47:50 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* be more specific for %{python_sitelib} in %files
|
||||
|
||||
- update to version 3.65.0:
|
||||
* This release deprecates the max_shrinks setting in favor of an
|
||||
internal heuristic. If you need to avoid shrinking examples, use
|
||||
the phases setting instead. (issue #1235)
|
||||
|
||||
- changes from version 3.64.2:
|
||||
* This release fixes a bug where an internal assertion error could
|
||||
sometimes be triggered while shrinking a failing test.
|
||||
|
||||
- changes from version 3.64.1:
|
||||
* This patch fixes type-checking errors in our vendored
|
||||
prety-printer, which were ignored by our mypy config but visible
|
||||
for anyone else (whoops). Thanks to Pi Delport for reporting issue
|
||||
#1359 so promptly.
|
||||
|
||||
- changes from version 3.64.0:
|
||||
* This release adds an interface which can be used to insert a
|
||||
wrapper between the original test function and @given (issue
|
||||
#1257). This will be particularly useful for test runner
|
||||
extensions such as pytest-trio, but is not recommended for direct
|
||||
use by other users of Hypothesis.
|
||||
|
||||
- changes from version 3.63.0:
|
||||
* This release adds a new mechanism to infer strategies for classes
|
||||
defined using attrs, based on the the type, converter, or
|
||||
validator of each attribute. This inference is now built in to
|
||||
builds() and from_type().
|
||||
* On Python 2, from_type() no longer generates instances of int when
|
||||
passed long, or vice-versa.
|
||||
|
||||
- changes from version 3.62.0:
|
||||
* This release adds PEP 484 type hints to Hypothesis on a
|
||||
provisional basis, using the comment-based syntax for Python 2
|
||||
compatibility. You can read more about our type hints here.
|
||||
* It also adds the py.typed marker specified in PEP 561. After you
|
||||
pip install hypothesis, mypy 0.590 or later will therefore
|
||||
type-check your use of our public interface!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 24 15:40:53 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
Reference in New Issue
Block a user