forked from pool/python-tomli
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
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 11 11:11:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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`).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tomli
|
Name: python-tomli
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lil' TOML parser
|
Summary: A lil' TOML parser
|
||||||
License: MIT
|
License: MIT
|
||||||
|
BIN
tomli-2.0.1.tar.gz
(Stored with Git LFS)
BIN
tomli-2.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
tomli-2.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
tomli-2.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user