diff --git a/python-simplejson.changes b/python-simplejson.changes index d00c4ac..0c3dfef 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -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 diff --git a/python-simplejson.spec b/python-simplejson.spec index b77e838..220be74 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -19,7 +19,7 @@ Summary: Simple, fast, extensible JSON encoder/decoder for Python Name: python-simplejson -Version: 2.1.1 +Version: 2.1.3 Release: 1 License: BSD Url: http://undefined.org/python/#simplejson diff --git a/simplejson-2.1.1.tar.bz2 b/simplejson-2.1.1.tar.bz2 deleted file mode 100644 index 7ab6861..0000000 --- a/simplejson-2.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:387d2d88c131b8a3dc9bf24e96c3f314be31b85697982401eea56605e0679b7b -size 115573 diff --git a/simplejson-2.1.3.tar.bz2 b/simplejson-2.1.3.tar.bz2 new file mode 100644 index 0000000..ff087d9 --- /dev/null +++ b/simplejson-2.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b827106b23c7cdc1f7345dcb60646ef009a9dadf7d0a29ca2579a687635efc +size 116014