14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/620092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=78
This commit is contained in:
Tomáš Chvátal
2018-07-02 11:07:38 +00:00
committed by Git OBS Bridge
parent c3e5087479
commit abf10c4ecb
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 2 01:11:41 UTC 2018 - arun@gmx.de
- specfile:
* be more specific in %files:
%{python_sitearch}/* -> %{python_sitearch}/simplejson*
- update to version 3.16.0:
* Restore old behavior with regard to the type of decoded empty
strings with speedups enabled on Python 2.x
https://github.com/simplejson/simplejson/pull/225
* Add python_requires to setup.py to help pip
https://github.com/simplejson/simplejson/pull/224
* Fix CSS in docs when built locally
https://github.com/simplejson/simplejson/pull/222
-------------------------------------------------------------------
Mon May 21 04:02:31 UTC 2018 - arun@gmx.de