Go to file
Matej Cepl 7fc90e2b21 - Upgrade to 6.35.0:
- This release disallows using "typing.ClassVar" with
    "from_type()" and "register_type_strategy()". Why? Because
    "ClassVar" can only be used during "class" definition. We
    don't generate class attributes. It also does not make sense
    as a runtime type on its own.
  - Updates our vendored list of top-level domains, which is used
    by the provisional "domains()" strategy.
  - Fixes issue #3169, an extremely rare bug which would trigger
    if an internal least-recently-reused cache dropped a newly
    added entry immediately after it was added.
  - Fixes issue #3133 and issue #3144, where attempting to
    generate Pandas series of lists or sets would fail with
    confusing errors if you did not specify "dtype=object".
  - Disallows using "typing.TypeAlias" with "from_type()" and
    "register_type_strategy()". Why? Because "TypeAlias" is not
    really a type, it is a tag for type checkers that some
    expression is a type alias, not something else. It does not
    make sense for Hypothesis to resolve it as a strategy.
  - Updates our autoformatting tools, improving our code style
    without any API changes.
  - Drops support for Python 3.6, which reached end of life
    upstream on 2021-12-23.
  - Adds a temporary hook for a downstream tool, which is not
    part of the public API.
  - Updates our copyright headers to use a general authorship
    statement and omit the year.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=147
2022-01-10 20:28:02 +00:00
_multibuild Accepting request 635548 from home:mcepl:work 2018-09-13 14:27:57 +00:00
_service - Upgrade to 6.35.0: 2022-01-10 20:28:02 +00:00
.gitattributes Accepting request 343319 from home:tbechtold:branches:devel:languages:python 2015-11-11 10:36:03 +00:00
.gitignore Accepting request 343319 from home:tbechtold:branches:devel:languages:python 2015-11-11 10:36:03 +00:00
hypothesis-python-6.35.0.tar.gz - Upgrade to 6.35.0: 2022-01-10 20:28:02 +00:00
importorskip-numpy-pandas.patch - Upgrade to 6.35.0: 2022-01-10 20:28:02 +00:00
python-hypothesis.changes - Upgrade to 6.35.0: 2022-01-10 20:28:02 +00:00
python-hypothesis.spec - Upgrade to 6.35.0: 2022-01-10 20:28:02 +00:00