forked from pool/python-simplejson
Accepting request 148421 from home:posophe:branches:devel:languages:python
Made required changes OBS-URL: https://build.opensuse.org/request/show/148421 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=33
This commit is contained in:
committed by
Git OBS Bridge
parent
de6f86147f
commit
6fff2e8e33
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 15:52:36 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
- Initial python3 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 15:50:05 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
- Update to 3.0.5:
|
||||
* NOTE: this release only changes the tests, it is
|
||||
not essential to upgrade
|
||||
* Tests now run with deprecation warnings printed
|
||||
* Fixed Python 3 syntax error in simplejson.tool
|
||||
https://github.com/simplejson/simplejson/issues/49
|
||||
* Fixed Python 3.3 deprecation warnings in test suite
|
||||
https://github.com/simplejson/simplejson/issues/48
|
||||
- Update to 3.0.4 version:
|
||||
* MSVC compatibility for Python 3.3
|
||||
https://github.com/simplejson/simplejson/pull/47
|
||||
- Update to 3.0.3 version:
|
||||
* Fixes for bugs introduced in 3.0.2
|
||||
* Fixes for Python 2.5 compatibility
|
||||
* MSVC compatibility for Python 2.x
|
||||
https://github.com/simplejson/simplejson/pull/46
|
||||
- Update to 3.0.0 version:
|
||||
* Python 3.3 is now supported, thanks to Vinay Sajip
|
||||
https://github.com/simplejson/simplejson/issues/8
|
||||
* `sort_keys`/`item_sort_key` now sort on the stringified verison of the
|
||||
key, rather than the original object. This ensures that the sort
|
||||
only compares string types and makes the behavior consistent between
|
||||
Python 2.x and Python 3.x.
|
||||
* Like other number types, Decimal instances used as keys are now
|
||||
coerced to strings when use_decimal is True.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 19:35:09 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
|
Reference in New Issue
Block a user