14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/545764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=71
This commit is contained in:
2017-11-27 09:40:33 +00:00
committed by Git OBS Bridge
parent 4482aed1d8
commit 115ef6b1c8
4 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sun Nov 26 21:18:39 UTC 2017 - arun@gmx.de
- update to version 3.13.2:
* Fix additional Python 2.x compilation issue on Windows
- changes from version 3.13.1 :
* Improve CI to catch speedups build regressions
* Fix speedups build regression in Python 2.x
https://github.com/simplejson/simplejson/issues/193
- changes from version 3.13.0:
* Workarounds for NamedTemporaryFile issues with Windows for tool
tests
* Make TypeError messages contain type name instead of a repr.
https://github.com/simplejson/simplejson/pull/191
* Ensure that encoding of text subtypes is consistent with or
without speedups
https://github.com/simplejson/simplejson/issues/185
- changes from version 3.12.1:
* Misc updates to build infrastructure
* Fix an assertion failure when make_encoder receives a bad encoder
argument https://github.com/simplejson/simplejson/pull/188
* Fix potential crash during GC
https://github.com/simplejson/simplejson/pull/187
* Fix a reference leak when sorting keys
https://github.com/simplejson/simplejson/pull/186
-------------------------------------------------------------------
Mon Nov 6 16:57:44 UTC 2017 - arun@gmx.de