2013-02-21 15:59:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 21 15:39:09 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 3.0.8:
|
|
|
|
* Fix a Python 2.x compiler warning for narrow unicode builds
|
|
|
|
https://github.com/simplejson/simplejson/issues/56
|
|
|
|
|
2013-01-30 11:58:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 30 12:00:26 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Use 2to3 to fix build, disable testsuite for now
|
|
|
|
|
2013-01-17 14:20:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 17 14:19:25 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 3.0.7
|
|
|
|
* NOTE: this release only changes the license.
|
|
|
|
* simplejson is now dual-licensed software, MIT or AFL v2.1. It is
|
|
|
|
also made explicit that this code is also licensed to the PSF under
|
|
|
|
a Contributor Agreement.
|
|
|
|
- Update to 3.0.7
|
|
|
|
* Fix for major Python 2.x ensure_ascii=False encoding regression
|
|
|
|
introduced in simplejson 3.0.0. If you use this setting, please
|
|
|
|
upgrade immediately.
|
|
|
|
|
2013-01-15 14:15:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 11 15:52:52 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Initial python3 support
|
|
|
|
|