14
0
forked from pool/python-tomli

- 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/package/show/devel:languages:python/python-tomli?expand=0&rev=19
This commit is contained in:
2024-11-20 16:50:03 +00:00
committed by Git OBS Bridge
parent 780dfed229
commit c8f1082ad7
4 changed files with 13 additions and 4 deletions

View File

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