14
0

Accepting request 604541 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/604541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=74
This commit is contained in:
Tomáš Chvátal
2018-05-07 13:48:44 +00:00
committed by Git OBS Bridge
parent 8b6c19dd56
commit 3d5a4786e1
4 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 6 05:46:54 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 3.14.0:
* Defer is_raw_json test (performance improvement)
https://github.com/simplejson/simplejson/pull/212
* Avoid escaping U+2028 and U+2029 without ensure_ascii
https://github.com/simplejson/simplejson/pull/211
* Fix an incorrect type test in Python 2, avoiding an unnecessary
unicode copy. https://github.com/simplejson/simplejson/pull/210
-------------------------------------------------------------------
Mon Nov 27 10:12:54 UTC 2017 - jengelh@inai.de