forked from pool/python-simplejson
Accepting request 306629 from home:benoit_monin:branches:devel:languages:python
update to version 3.6.5 OBS-URL: https://build.opensuse.org/request/show/306629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=59
This commit is contained in:
committed by
Git OBS Bridge
parent
87b215412a
commit
30976b90a0
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 18:13:06 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- update to version 3.6.5:
|
||||||
|
* Importing bug fix for reference leak when an error occurs
|
||||||
|
during dict encoding
|
||||||
|
https://github.com/simplejson/simplejson/issues/109
|
||||||
|
- additional changes from version 3.6.4:
|
||||||
|
* Important bug fix for dump when only sort_keys is set
|
||||||
|
https://github.com/simplejson/simplejson/issues/106
|
||||||
|
- additional changes from version 3.6.3:
|
||||||
|
* Documentation updates
|
||||||
|
https://github.com/simplejson/simplejson/issues/103
|
||||||
|
- additional changes from version 3.6.2:
|
||||||
|
* Documentation updates
|
||||||
|
http://bugs.python.org/issue21514
|
||||||
|
- additional changes from version 3.6.1:
|
||||||
|
* Documentation updates
|
||||||
|
https://github.com/simplejson/simplejson/issues/102
|
||||||
|
- additional changes from version 3.6.0:
|
||||||
|
* Automatically strip any UTF-8 BOM from input to more closely
|
||||||
|
follow the latest specs
|
||||||
|
https://github.com/simplejson/simplejson/pull/101
|
||||||
|
- additional changes from version 3.5.3:
|
||||||
|
* Fix lower bound checking in scan_once / raw_decode API
|
||||||
|
https://github.com/simplejson/simplejson/issues/98
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 31 16:14:18 UTC 2014 - dmueller@suse.com
|
Sat May 31 16:14:18 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-simplejson
|
# spec file for package python-simplejson
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-simplejson
|
Name: python-simplejson
|
||||||
Version: 3.5.2
|
Version: 3.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://github.com/simplejson/simplejson
|
Url: http://github.com/simplejson/simplejson
|
||||||
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:655cbbca4e7537b0493c8601b6ac01ead7d4bcc8d01ba69edffda7226a07f7b2
|
|
||||||
size 70170
|
|
3
simplejson-3.6.5.tar.gz
Normal file
3
simplejson-3.6.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a3189f79d1c7b8a2149a0e783c0b4217fad9b30a6e7d60450f2553dc2c0e57e
|
||||||
|
size 73961
|
Reference in New Issue
Block a user