14
0

Accepting request 235927 from Cloud:OpenStack:Master

- update to 3.5.2:
  * Fix Windows build with VS2008
 Version 3.5.1 released 2014-05-21
 * Consistently reject int_as_string_bitcount settings that are not
    positive integers
 Version 3.5.0 released 2014-05-20
 * Added int_as_string_bitcount encoder option
 * Fixed potential crash when encoder created with incorrect options

OBS-URL: https://build.opensuse.org/request/show/235927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=57
This commit is contained in:
Sascha Peilicke
2014-06-02 09:08:58 +00:00
committed by Git OBS Bridge
parent a8272ebc20
commit 87b215412a
4 changed files with 16 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-simplejson
Version: 3.4.1
Version: 3.5.2
Release: 0
Url: http://github.com/simplejson/simplejson
Summary: Simple, fast, extensible JSON encoder/decoder for Python