forked from pool/python-tomli
Compare commits
22 Commits
Author | SHA256 | Date | |
---|---|---|---|
e72dff7d56 | |||
8ccc3592a1 | |||
26c3a7ada6 | |||
ce71cf0b79 | |||
2c084092ca | |||
f76968395a | |||
3c765d59c9 | |||
52265f06e5 | |||
d59fed2c5f | |||
3ddcfe10bd | |||
484b7bf52d | |||
4f37b6dcde | |||
4640fa4301 | |||
c227c7c3e0 | |||
cc5af0d4e7 | |||
b4a3cde0b6 | |||
5c70399d43 | |||
5c284bc4d3 | |||
428bc89be3 | |||
f14a60c5d4 | |||
0c8333728f | |||
1f6b712bf3 |
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 08:51:45 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.2.1:
|
||||||
|
* mypyc generated binary wheels for common platforms
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 16:49:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.1.0:
|
||||||
|
* Instantiating `TOMLDecodeError` with free-form arguments.
|
||||||
|
* `msg`, `doc` and `pos` arguments should be given.
|
||||||
|
* Added `msg`, `doc`, `pos`, `lineno` and `colno` attributes to
|
||||||
|
`TOMLDecodeError`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tomli
|
# spec file for package python-tomli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tomli
|
Name: python-tomli
|
||||||
Version: 2.0.1
|
Version: 2.2.1
|
||||||
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.2.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
tomli-2.2.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user