14
0

Accepting request 306629 from home:benoit_monin:branches:devel:languages:python

update to version 3.6.5

OBS-URL: https://build.opensuse.org/request/show/306629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=59
This commit is contained in:
Denisart Benjamin
2015-05-16 13:27:27 +00:00
committed by Git OBS Bridge
parent 87b215412a
commit 30976b90a0
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue May 12 18:13:06 UTC 2015 - benoit.monin@gmx.fr
- update to version 3.6.5:
* Importing bug fix for reference leak when an error occurs
during dict encoding
https://github.com/simplejson/simplejson/issues/109
- additional changes from version 3.6.4:
* Important bug fix for dump when only sort_keys is set
https://github.com/simplejson/simplejson/issues/106
- additional changes from version 3.6.3:
* Documentation updates
https://github.com/simplejson/simplejson/issues/103
- additional changes from version 3.6.2:
* Documentation updates
http://bugs.python.org/issue21514
- additional changes from version 3.6.1:
* Documentation updates
https://github.com/simplejson/simplejson/issues/102
- additional changes from version 3.6.0:
* Automatically strip any UTF-8 BOM from input to more closely
follow the latest specs
https://github.com/simplejson/simplejson/pull/101
- additional changes from version 3.5.3:
* Fix lower bound checking in scan_once / raw_decode API
https://github.com/simplejson/simplejson/issues/98
-------------------------------------------------------------------
Sat May 31 16:14:18 UTC 2014 - dmueller@suse.com