15
0
forked from pool/python-tomli
Files
python-tomli/python-tomli.changes
Markéta Machová 780dfed229 Accepting request 1207140 from home:glaubitz:branches:devel:languages:python
- Update to 2.0.2
  * Removed
    - Python 3.7 support
  * Improved
    - Make `loads` raise `TypeError` not `AttributeError` on bad
      input types that do not have the `replace` attribute.
      Improve error message when `bytes` is received.
  * Type annotations
    - Type annotate `load` input as `typing.IO[bytes]`
      (previously `typing.BinaryIO`).

OBS-URL: https://build.opensuse.org/request/show/1207140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=17
2024-10-11 12:07:38 +00:00

3.5 KiB