--- - branch: MAIN date: Thu Dec 13 07:11:49 UTC 2018 files: - new: '1.68' old: '1.67' path: pkgsrc/devel/py-hypothesis/Makefile pathrev: pkgsrc/devel/py-hypothesis/Makefile@1.68 type: modified - new: '1.65' old: '1.64' path: pkgsrc/devel/py-hypothesis/distinfo pathrev: pkgsrc/devel/py-hypothesis/distinfo@1.65 type: modified id: 20181213T071149Z.48ffd05e50ce2baaab6c8f7fd8f3e28f47957f22 log: | py-hypothesis: updated to 3.83.1 3.83.1: This patch increases the variety of examples generated by st.from_type(type). 3.83.0: Our pytest plugin now warns you when strategy functions have been collected as tests, which may happen when e.g. using the :func:@composite decorator when you should be using @given(st.data()) for inline draws. Such functions always pass when treated as tests, because the lazy creation of strategies mean that the function body is never actually executed! 3.82.6: Hypothesis can now :ref:show statistics when running under :pypi:pytest-xdist. Previously, statistics were only reported when all tests were run in a single process (:issue:700). 3.82.5: This patch fixes :issue:1667, where passing bounds of Numpy dtype int64 to :func:~hypothesis.strategies.integers could cause errors on Python 3 due to internal rounding. 3.82.4: Hypothesis now seeds and resets the global state of :class:np.random for each test case, to ensure that tests are reproducible. This matches and complements the existing handling of the :mod:python:random module - Numpy simply maintains an independent PRNG for performance reasons. 3.82.3: This is a no-op release to add the new Framework :: Hypothesis trove classifier to :pypi:hypothesis on PyPI. You can use it as a filter to find Hypothesis-related packages such as extensions as they add the tag over the coming weeks, or simply visit :doc:our curated list . 3.82.2: The :ref:Hypothesis for Pandas extension is now listed in setup.py, so you can pip install hypothesis[pandas]. Thanks to jmshi for this contribution. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-hypothesis' unixtime: '1544685109' user: adam