Accepting request 1207162 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1207162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=7
This commit is contained in:
2024-10-12 11:24:48 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

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

Binary file not shown.