2011-05-09 03:32:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2011-03-08 10:06:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2010-09-17 23:10:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 5 19:35:48 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 2.1.1:
|
|
|
|
* Corrected simplejson.__version__ and other minor doc changes.
|
|
|
|
* Do not fail speedups tests if speedups could not be built.
|
|
|
|
* Decimal serialization officially supported for encoding with
|
|
|
|
use_decimal=True. For encoding this encodes Decimal objects and
|
|
|
|
for decoding it implies parse_float=Decimal
|
|
|
|
* Decoding performance and memory utilization enhancements
|
|
|
|
... see CHANGES.txt for more
|
|
|
|
|
|
|
|
- Spec file cleaned with spec-cleaner.
|
|
|
|
|
2009-07-27 02:56:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 25 00:00:00 UTC 2009 - James Oakley <jfunk@funktronics.ca>
|
|
|
|
|
|
|
|
- Update to 2.0.9
|
|
|
|
- Split off doc package
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 03 00:00:00 UTC 2008 - James Oakley <jfunk@funktronics.ca>
|
|
|
|
|
|
|
|
- Update to 2.0.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 19 00:00:00 UTC 2008 - James Oakley <jfunk@funktronics.ca>
|
|
|
|
|
|
|
|
- Update to 1.7.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 30 00:00:00 UTC 2007 - James Oakley <jfunk@funktronics.ca>
|
|
|
|
|
|
|
|
- Update to 1.7.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 09 00:00:00 UTC 2007 - Peter Nixon
|
|
|
|
|
|
|
|
- first build
|
|
|
|
|