diff --git a/python-simplejson.changes b/python-simplejson.changes index 53abd68..c274333 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 6 16:57:44 UTC 2017 - arun@gmx.de + +- update to version 3.12.0: + * Fix threaded import race condition + https://github.com/simplejson/simplejson/issues/184 + * Move RawJSON implementation to simplejson.raw_json module + * Move JSONDecodeError implementation to simplejson.errors module + ------------------------------------------------------------------- Tue Aug 8 18:50:31 UTC 2017 - tbechtold@suse.com diff --git a/python-simplejson.spec b/python-simplejson.spec index 514a908..08f5836 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.11.1 +Version: 3.12.0 Release: 0 Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT or AFL-2.1 diff --git a/simplejson-3.11.1.tar.gz b/simplejson-3.11.1.tar.gz deleted file mode 100644 index 9978b7a..0000000 --- a/simplejson-3.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7 -size 78145 diff --git a/simplejson-3.12.0.tar.gz b/simplejson-3.12.0.tar.gz new file mode 100644 index 0000000..7357582 --- /dev/null +++ b/simplejson-3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e38f5e0a24abe0e02276aa5c3f8504150047a51c0b6b848b8153e6e6d395e +size 77969