diff --git a/python-simplejson.changes b/python-simplejson.changes index 9dca82b..f73009f 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat May 31 16:14:18 UTC 2014 - dmueller@suse.com + +- 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 + ------------------------------------------------------------------- Tue May 20 12:27:38 UTC 2014 - toddrme2178@gmail.com diff --git a/python-simplejson.spec b/python-simplejson.spec index 6c4f370..64cdd73 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -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 diff --git a/simplejson-3.4.1.tar.gz b/simplejson-3.4.1.tar.gz deleted file mode 100644 index 1b7343a..0000000 --- a/simplejson-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b9b11f53875ca71084770ce3b473c854706313806d163366fe39d7a3bbdf6a -size 68927 diff --git a/simplejson-3.5.2.tar.gz b/simplejson-3.5.2.tar.gz new file mode 100644 index 0000000..e3a59df --- /dev/null +++ b/simplejson-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655cbbca4e7537b0493c8601b6ac01ead7d4bcc8d01ba69edffda7226a07f7b2 +size 70170