--- - branch: MAIN date: Wed Feb 8 10:31:14 UTC 2023 files: - new: '1.117' old: '1.116' path: pkgsrc/devel/py-hypothesis/Makefile pathrev: pkgsrc/devel/py-hypothesis/Makefile@1.117 type: modified - new: '1.113' old: '1.112' path: pkgsrc/devel/py-hypothesis/distinfo pathrev: pkgsrc/devel/py-hypothesis/distinfo@1.113 type: modified id: 20230208T103114Z.e27d460c771d9054af4befa25352356183b52bd6 log: | py-hypothesis: updated to 6.67.1 6.67.1 - 2023-02-05 This patch updates our autoformatting tools, improving our code style without any API changes. 6.67.0 - 2023-02-05 This release allows for more precise generation of complex numbers using from_dtype(), by supporting the width, min_magnitude, and min_magnitude arguments. Thanks to Felix Divo for this feature! 6.66.2 - 2023-02-04 This patch fixes a rare RecursionError when pretty-printing a multi-line object without type-specific printer, which was passed to a function which returned the same object by .map() or builds() and thus recursed due to the new pretty reprs in Hypothesis 6.65.0 - 2023-01-24. Apologies to all those affected. 6.66.1 - 2023-02-03 This makes from_dtype() pass through the parameter allow_subnormal for complex dtypes. 6.66.0 - 2023-02-02 This release adds a width parameter to complex_numbers(), analogously to floats(). Thanks to Felix Divo for the new feature! 6.65.2 - 2023-01-27 This patch fixes invalid annotations detected for the tests generated by Ghostwritter. It will now correctly generate Optional types with just one type argument and handle union expressions inside of type arguments correctly. Additionally, it now supports code with the from __future__ import annotations marker for Python 3.10 and newer. 6.65.1 - 2023-01-26 This release improves the pretty-printing of enums in falsifying examples, so that they print as their full identifier rather than their repr. 6.65.0 - 2023-01-24 Hypothesis now reports some failing inputs by showing the call which constructed an object, rather than the repr of the object. This can be helpful when the default repr does not include all relevant details, and will unlock further improvements in a future version. For now, we capture calls made via builds(), and via SearchStrategy.map(). 6.64.0 - 2023-01-23 The Ghostwritter will now include type annotations on tests for type-annotated code. If you want to force this to happen (or not happen), pass a boolean to the new annotate= argument to the Python functions, or the --[no-]annotate CLI flag. Thanks to Nicolas Ganz for this new feature! 6.63.0 - 2023-01-20 range_indexes() now accepts a name= argument, to generate named pandas.RangeIndex objects. Thanks to Sam Watts for this new feature! 6.62.1 - 2023-01-14 This patch tweaks xps.arrays() internals to improve PyTorch compatibility. Specifically, torch.full() does not accept integers as the shape argument (n.b. technically ���size��� in torch), but such behaviour is expected in internal code, so we copy the torch module and patch in a working full() function. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-hypothesis' unixtime: '1675852274' user: adam