forked from pool/python-simplejson
Accepting request 515232 from home:tbechtold:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/515232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=67
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2
|
||||
size 77953
|
3
simplejson-3.11.1.tar.gz
Normal file
3
simplejson-3.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7
|
||||
size 78145
|
Reference in New Issue
Block a user