diff --git a/python-simplejson.changes b/python-simplejson.changes index c274333..12bc92d 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Nov 26 21:18:39 UTC 2017 - arun@gmx.de + +- update to version 3.13.2: + * Fix additional Python 2.x compilation issue on Windows + +- changes from version 3.13.1 : + * Improve CI to catch speedups build regressions + * Fix speedups build regression in Python 2.x + https://github.com/simplejson/simplejson/issues/193 + +- changes from version 3.13.0: + * Workarounds for NamedTemporaryFile issues with Windows for tool + tests + * Make TypeError messages contain type name instead of a repr. + https://github.com/simplejson/simplejson/pull/191 + * Ensure that encoding of text subtypes is consistent with or + without speedups + https://github.com/simplejson/simplejson/issues/185 + +- changes from version 3.12.1: + * Misc updates to build infrastructure + * Fix an assertion failure when make_encoder receives a bad encoder + argument https://github.com/simplejson/simplejson/pull/188 + * Fix potential crash during GC + https://github.com/simplejson/simplejson/pull/187 + * Fix a reference leak when sorting keys + https://github.com/simplejson/simplejson/pull/186 + ------------------------------------------------------------------- Mon Nov 6 16:57:44 UTC 2017 - arun@gmx.de diff --git a/python-simplejson.spec b/python-simplejson.spec index 08f5836..0705e47 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-simplejson -Version: 3.12.0 +Version: 3.13.2 Release: 0 Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT or AFL-2.1 diff --git a/simplejson-3.12.0.tar.gz b/simplejson-3.12.0.tar.gz deleted file mode 100644 index 7357582..0000000 --- a/simplejson-3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df5e38f5e0a24abe0e02276aa5c3f8504150047a51c0b6b848b8153e6e6d395e -size 77969 diff --git a/simplejson-3.13.2.tar.gz b/simplejson-3.13.2.tar.gz new file mode 100644 index 0000000..da83ef0 --- /dev/null +++ b/simplejson-3.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a +size 79735