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:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tomli
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: A lil' TOML parser
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user