forked from pool/python-simplejson
- Disable building on python3 < 3.3 since it is not supported - Update to version 3.1.3 (forwarded request 163737 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/163738 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=45
58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 21 15:39:09 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Disable building on python3 < 3.3 since it is not supported
|
|
- Update to version 3.1.3
|
|
* Updated documentation to discourage subclassing whenever possible.
|
|
default, object_hook, and object_pairs_hook provide almost all of
|
|
the functionality of subclassing.
|
|
- Update to version 3.1.2
|
|
* Updated documentation to reflect separators behavior when indent is
|
|
not None
|
|
* Test suite should be compatible with debug builds of Python 2.x and 3.x
|
|
- Update to version 3.1.1
|
|
* setup.py now has another workaround for Windows machines without
|
|
MSVC installed
|
|
- Update to version 3.1.0
|
|
* Updated JSON conformance test suite
|
|
* simplejson.tool tests and bugfix for Python 3.x
|
|
* Improve error messages for certain kinds of truncated input
|
|
* Moved JSONDecodeError to json.scanner (still available for import
|
|
from json.decoder)
|
|
* Changed scanner to use JSONDecodeError directly rather than
|
|
StopIteration to improve error messages
|
|
- Update to version 3.0.9
|
|
* Fix an off-by-one error in the colno property of JSONDecodeError
|
|
(when lineno == 1)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 30 12:00:26 UTC 2013 - saschpe@suse.de
|
|
|
|
- Use 2to3 to fix build, disable testsuite for now
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 15:52:52 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Initial python3 support
|
|
|