pkgsrc/devel/py-hypothesis
adam d38f07dbfd 3.23.2:
This is a small refactoring release that removes a now-unused parameter to an internal API. It shouldn’t have any user visible effect.

3.23.1:
Hypothesis no longer propagates the dynamic scope of settings into strategy definitions.

This release is a small change to something that was never part of the public API and you will almost certainly not notice any effect unless you’re doing something surprising, but for example the following code will now give a different answer in some circumstances:

import hypothesis.strategies as st
from hypothesis import settings

CURRENT_SETTINGS = st.builds(lambda: settings.default)
(We don’t actually encourage you writing code like this)

Previously this would have generated the settings that were in effect at the point of definition of CURRENT_SETTINGS. Now it will generate the settings that are used for the current test.

It is very unlikely to be significant enough to be visible, but you may also notice a small performance improvement.
2017-09-04 17:28:45 +00:00
..
DESCR
distinfo 3.23.2: 2017-09-04 17:28:45 +00:00
Makefile 3.23.2: 2017-09-04 17:28:45 +00:00
PLIST 3.22.0: 2017-08-27 12:16:06 +00:00