diff --git a/python-simplejson.changes b/python-simplejson.changes index 35c37cb..c7bdc37 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 21 04:02:31 UTC 2018 - arun@gmx.de + +- update to version 3.15.0: + * Clean up the C code + * Bypass the decode() method in bytes subclasses + * Support builds without cStringIO + * Allow to disable serializing bytes by default in Python 3 + * Simplify the compatibility code + * Fix tests in Python 2.5 + ------------------------------------------------------------------- Sun May 6 05:46:54 UTC 2018 - arun@gmx.de diff --git a/python-simplejson.spec b/python-simplejson.spec index 0cc736e..98cd00a 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.14.0 +Version: 3.15.0 Release: 0 Summary: Extensible JSON encoder/decoder for Python License: MIT OR AFL-2.1 diff --git a/simplejson-3.14.0.tar.gz b/simplejson-3.14.0.tar.gz deleted file mode 100644 index 4cdc620..0000000 --- a/simplejson-3.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2 -size 80112 diff --git a/simplejson-3.15.0.tar.gz b/simplejson-3.15.0.tar.gz new file mode 100644 index 0000000..441145d --- /dev/null +++ b/simplejson-3.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad332f65d9551ceffc132d0a683f4ffd12e4bc7538681100190d577ced3473fb +size 80963