14
0

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:
2017-08-08 18:54:50 +00:00
committed by Git OBS Bridge
parent bb14094b78
commit ac03bfe606
4 changed files with 20 additions and 4 deletions

View File

@@ -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