forked from pool/python-simplejson
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:
@@ -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
|
Mon Nov 6 16:57:44 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-simplejson
|
Name: python-simplejson
|
||||||
Version: 3.12.0
|
Version: 3.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
||||||
License: MIT or AFL-2.1
|
License: MIT or AFL-2.1
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df5e38f5e0a24abe0e02276aa5c3f8504150047a51c0b6b848b8153e6e6d395e
|
|
||||||
size 77969
|
|
3
simplejson-3.13.2.tar.gz
Normal file
3
simplejson-3.13.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a
|
||||||
|
size 79735
|
Reference in New Issue
Block a user