diff --git a/python-tomli.changes b/python-tomli.changes index 5c5893d..8a8c86a 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 20 16:49:54 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-tomli.spec b/python-tomli.spec index b8ae256..436169d 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -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 diff --git a/tomli-2.0.2.tar.gz b/tomli-2.0.2.tar.gz deleted file mode 100644 index 2c0ec21..0000000 --- a/tomli-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a652f16bf326ba763ada67169165daf87ff9c465e21ad8264f2657beaf5264 -size 135227 diff --git a/tomli-2.1.0.tar.gz b/tomli-2.1.0.tar.gz new file mode 100644 index 0000000..c2afd6b --- /dev/null +++ b/tomli-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28acaee6066d53256a2351ad5dc9003ba25d43578b4177c421de0ece71caa103 +size 136173