14
0
forked from pool/python-tomli

Accepting request 957574 from home:susnux:branches:devel:languages:python

- Update to 2.0.1:
  * More uniform error messages
  * Raise a friendly TypeError for wrong file mode
  * Allow parse_float to return objects having the append attr
  * Eagerly raise an error if parse_float returns an illegal type
  * Tests ported to unittest
- Merge base and -test package, there is no extra dependency any
  more, tests just need the python interpreter

OBS-URL: https://build.opensuse.org/request/show/957574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=10
This commit is contained in:
2022-02-25 23:13:28 +00:00
committed by Git OBS Bridge
parent 4640fa4301
commit 484b7bf52d
5 changed files with 22 additions and 29 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 25 11:15:48 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 2.0.1:
* More uniform error messages
* Raise a friendly TypeError for wrong file mode
* Allow parse_float to return objects having the append attr
* Eagerly raise an error if parse_float returns an illegal type
* Tests ported to unittest
- Merge base and -test package, there is no extra dependency any
more, tests just need the python interpreter
-------------------------------------------------------------------
Thu Jan 20 20:10:07 UTC 2022 - Matej Cepl <mcepl@suse.com>