From abf10c4ecbfcad8449428f74e40ef00c677c9f162ea3a12abb72700629dcf15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 2 Jul 2018 11:07:38 +0000 Subject: [PATCH] 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 --- python-simplejson.changes | 16 ++++++++++++++++ python-simplejson.spec | 4 ++-- simplejson-3.15.0.tar.gz | 3 --- simplejson-3.16.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 simplejson-3.15.0.tar.gz create mode 100644 simplejson-3.16.0.tar.gz diff --git a/python-simplejson.changes b/python-simplejson.changes index c7bdc37..d9fe4cf 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -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 diff --git a/python-simplejson.spec b/python-simplejson.spec index 98cd00a..2893181 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-simplejson -Version: 3.15.0 +Version: 3.16.0 Release: 0 Summary: Extensible JSON encoder/decoder for Python License: MIT OR AFL-2.1 @@ -60,7 +60,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %license LICENSE.txt %doc CHANGES.txt README.rst %exclude %{python_sitearch}/simplejson/tests/* -%{python_sitearch}/* +%{python_sitearch}/simplejson* %files %{python_files test} %{python_sitearch}/simplejson/tests/* diff --git a/simplejson-3.15.0.tar.gz b/simplejson-3.15.0.tar.gz deleted file mode 100644 index 441145d..0000000 --- a/simplejson-3.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad332f65d9551ceffc132d0a683f4ffd12e4bc7538681100190d577ced3473fb -size 80963 diff --git a/simplejson-3.16.0.tar.gz b/simplejson-3.16.0.tar.gz new file mode 100644 index 0000000..1a276f3 --- /dev/null +++ b/simplejson-3.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5 +size 81203