14
0

Accepting request 63286 from devel:languages:python

Accepted submit request 63286 from user saschpe

OBS-URL: https://build.opensuse.org/request/show/63286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simplejson?expand=0&rev=8
This commit is contained in:
Berthold Gunreben
2011-03-08 10:06:11 +00:00
committed by Git OBS Bridge
parent de2ba0e95e
commit 89af754c48
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Mar 3 08:33:53 UTC 2011 - saschpe@suse.de
- Update to 2.1.3
* Support the sort_keys option in C encoding speedups
* Allow use_decimal to work with dump()
* Correct wrong end when object_pairs_hook is used
* Correct output for indent=0
* Correctly raise TypeError when non-string keys are used with
speedups
* Fix the endlineno, endcolno attributes of the JSONDecodeError
exception.
-------------------------------------------------------------------
Mon Jul 5 19:35:48 UTC 2010 - alexandre@exatati.com.br