diff --git a/python-simplejson.changes b/python-simplejson.changes index 661ee51..53abd68 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 8 18:50:31 UTC 2017 - tbechtold@suse.com + +- update to 3.11.1: + * Fix issue with item_sort_key when speedups are available, and add + auto-discovery to test suites to prevent similar regressions + * docstring fix in JSONEncoder + * Call PyObject_IsTrue() only once for the strict argument of scann er + * Fix a crash with unencodable encoding in the encoder + * Remove unused imports + * Remove remnants of Python 2.4 support + * Fix argument checking errors in _speedups.c + * Remove the `__init__` methods in extension classes + * Fix typo in the doc for loads + * Add Python 3.6 to testing matrix and PyPI metadata + ------------------------------------------------------------------- Tue Mar 21 15:56:32 UTC 2017 - jmatejek@suse.com diff --git a/python-simplejson.spec b/python-simplejson.spec index 8f3ebc8..514a908 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.10.0 +Version: 3.11.1 Release: 0 Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT or AFL-2.1 diff --git a/simplejson-3.10.0.tar.gz b/simplejson-3.10.0.tar.gz deleted file mode 100644 index 0dd7a38..0000000 --- a/simplejson-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2 -size 77953 diff --git a/simplejson-3.11.1.tar.gz b/simplejson-3.11.1.tar.gz new file mode 100644 index 0000000..9978b7a --- /dev/null +++ b/simplejson-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7 +size 78145