14
0

Accepting request 480736 from home:rjschwei:branches:devel:languages:python

- Switch to single-spec build
- Update to 3.10.0
  * Add RawJSON class to allow a faster path for already encoded JSON.
- From 3.9.0
  * Workaround for bad behavior in string subclasses
  * Fix warnings flagged by -3
  * Update readthedocs documentation links
  * Add build status badge to README

OBS-URL: https://build.opensuse.org/request/show/480736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=63
This commit is contained in:
Jan Matejek
2017-03-20 14:41:00 +00:00
committed by Git OBS Bridge
parent 2b9b5bdb76
commit a210e43284
4 changed files with 46 additions and 21 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 16 18:58:42 UTC 2017 - rjschwei@suse.com
- Switch to single-spec build
- Update to 3.10.0
* Add RawJSON class to allow a faster path for already encoded JSON.
- From 3.9.0
* Workaround for bad behavior in string subclasses
* Fix warnings flagged by -3
* Update readthedocs documentation links
* Add build status badge to README
-------------------------------------------------------------------
Fri Nov 18 22:41:28 UTC 2016 - dmueller@suse.com