SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-hypothesis-6.31.6-ill.4.6.noarch.rpm :

* Sun Dec 12 2021 Ben Greiner - Update to 6.31.4
* This patch makes the .example() method more representative of test-time data generation, albeit often at a substantial cost to readability (issue #3182).- Release 6.31.3
* This patch improves annotations on some of Hypothesis’ internal functions, in order to deobfuscate the signatures of some strategies. In particular, strategies shared between hypothesis.extra.numpy and the hypothesis.extra.array_api extra will benefit from this patch.- Release 6.31.2
* This patch fix invariants display in stateful falsifying examples (issue #3185).- Release 6.31.1
* This patch updates xps.indices() so no flat indices are generated, i.e. generated indices will now always explicitly cover each axes of an array if no ellipsis is present. This is to be consistent with a specification change that dropped support for flat indexing (#272).- Release 6.31.0
* This release makes us compatible with Django 4.0, in particular by adding support for use of zoneinfo timezones (though we respect the new USE_DEPRECATED_PYTZ setting if you need it).- Revert last mandatory requires update. Optional dependencies need to be declared by consuming packages (see hypothesis packaging doc)
* Mon Dec 06 2021 Dirk Müller - fix requires
* Mon Dec 06 2021 Matej Cepl - Fix filelist
* Sun Dec 05 2021 Axel Braun - version 6.30.1 some tests skipped for python 3.6
* Sat Dec 04 2021 Axel Braun - update 6.30.0 tests/test_api disabled as recommended https://github.com/HypothesisWorks/hypothesis/issues/3178
* Sat Oct 23 2021 Axel Braun - update to 6.24.0
* Mon Jul 05 2021 Antonio Larrosa - Update to 6.14.1
* Full changelog since 6.8.1: https://hypothesis.readthedocs.io/en/latest/changes.html
* Sat Mar 20 2021 Ben Greiner - Update to 6.8.1
* Full changelog since 5.41.2: https://hypothesis.readthedocs.io/en/latest/changes.html- Changes in major version 6:
* Many functions now use PEP 3102 keyword-only arguments where passing positional arguments was deprecated since 5.5.
* hypothesis.extra.django.from_model() no longer accepts model as a keyword argument, where it could conflict with fields named “model”.
* randoms() now defaults to use_true_random=False.
* complex_numbers() no longer accepts min_magnitude=None; either use min_magnitude=0 or just omit the argument.
* hypothesis.provisional.ip4_addr_strings and ip6_addr_strings are removed in favor of ip_addresses(v=...).map(str).
* register_type_strategy() no longer accepts generic types with type arguments, which were always pretty badly broken.
* Using function-scoped pytest fixtures is now a health-check error, instead of a warning.- Don\'t test numpy and pandas for python36 (NEP29)
* add distro specific importorskip-numpy-pandas.patch
* Tue Nov 17 2020 Teemu Mannermaa - Fix failing tests:
* Also skip %python_clone during build of tests flavor.
* Recommend python-redis and BR python-fakeredis that are needed for new redis based ExampleDatabase implemention.
* Wed Nov 11 2020 Dirk Mueller - update to 5.41.2:
* long list of changes and improvements, see https://hypothesis.readthedocs.io/en/latest/changes.html#v5-41-2
 
ICM