Accepting request 1225346 from devel:languages:python
- 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` OBS-URL: https://build.opensuse.org/request/show/1225346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomli?expand=0&rev=8
This commit is contained in:
commit
26c3a7ada6
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tomli
|
||||
Version: 2.0.2
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: A lil' TOML parser
|
||||
License: MIT
|
||||
|
BIN
tomli-2.0.2.tar.gz
(Stored with Git LFS)
BIN
tomli-2.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
tomli-2.1.0.tar.gz
Normal file
3
tomli-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28acaee6066d53256a2351ad5dc9003ba25d43578b4177c421de0ece71caa103
|
||||
size 136173
|
Loading…
Reference in New Issue
Block a user