14
0

- Update to 2.1.6:

* Prevent segfaults with deeply nested JSON documents
    https://github.com/simplejson/simplejson/issues/11
  * Fix compatibility with Python 2.5
    https://github.com/simplejson/simplejson/issues/5
  - Aditional changes from 2.1.5 released 2011-04-17:
    * Built sdist tarball with setuptools_git installed. Argh.
  - Aditional changes from 2.1.4 released 2011-04-17:
    * Does not try to build the extension when using PyPy
    * Trailing whitespace after commas no longer emitted when indent is used
    * Migrated to github http://github.com/simplejson/simplejson
- Regenerate spec file with py2pack.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=19
This commit is contained in:
Alexandre Rogoski
2011-05-09 03:32:26 +00:00
committed by Git OBS Bridge
parent 2ba885bb82
commit b2d93ab269
4 changed files with 44 additions and 45 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 9 03:20:42 UTC 2011 - alexandre@exatati.com.br
- Update to 2.1.6:
* Prevent segfaults with deeply nested JSON documents
https://github.com/simplejson/simplejson/issues/11
* Fix compatibility with Python 2.5
https://github.com/simplejson/simplejson/issues/5
- Aditional changes from 2.1.5 released 2011-04-17:
* Built sdist tarball with setuptools_git installed. Argh.
- Aditional changes from 2.1.4 released 2011-04-17:
* Does not try to build the extension when using PyPy
* Trailing whitespace after commas no longer emitted when indent is used
* Migrated to github http://github.com/simplejson/simplejson
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Thu Mar 3 08:33:53 UTC 2011 - saschpe@suse.de