From 3d5a4786e158b458f4c2ff94d53a2a7bbbd62aa11e8ec0a1a576aac228b3ae25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 May 2018 13:48:44 +0000 Subject: [PATCH] Accepting request 604541 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/604541 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=74 --- python-simplejson.changes | 14 ++++++++++++++ python-simplejson.spec | 16 +++++++--------- simplejson-3.13.2.tar.gz | 3 --- simplejson-3.14.0.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 simplejson-3.13.2.tar.gz create mode 100644 simplejson-3.14.0.tar.gz diff --git a/python-simplejson.changes b/python-simplejson.changes index 5b854cd..35c37cb 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 6 05:46:54 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 3.14.0: + * Defer is_raw_json test (performance improvement) + https://github.com/simplejson/simplejson/pull/212 + * Avoid escaping U+2028 and U+2029 without ensure_ascii + https://github.com/simplejson/simplejson/pull/211 + * Fix an incorrect type test in Python 2, avoiding an unnecessary + unicode copy. https://github.com/simplejson/simplejson/pull/210 + ------------------------------------------------------------------- Mon Nov 27 10:12:54 UTC 2017 - jengelh@inai.de diff --git a/python-simplejson.spec b/python-simplejson.spec index 6b64795..0cc736e 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -1,7 +1,7 @@ # # spec file for package python-simplejson # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-simplejson -Version: 3.13.2 +Version: 3.14.0 Release: 0 Summary: Extensible JSON encoder/decoder for Python -License: MIT or AFL-2.1 +License: MIT OR AFL-2.1 Group: Development/Languages/Python -Url: http://github.com/simplejson/simplejson +URL: http://github.com/simplejson/simplejson Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros - %python_subpackages %description @@ -57,14 +56,13 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %check %python_exec setup.py test -%files %{python_files} -%defattr(-,root,root) -%doc CHANGES.txt LICENSE.txt README.rst +%files %{python_files} +%license LICENSE.txt +%doc CHANGES.txt README.rst %exclude %{python_sitearch}/simplejson/tests/* %{python_sitearch}/* %files %{python_files test} -%defattr(-,root,root) %{python_sitearch}/simplejson/tests/* %changelog diff --git a/simplejson-3.13.2.tar.gz b/simplejson-3.13.2.tar.gz deleted file mode 100644 index da83ef0..0000000 --- a/simplejson-3.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a -size 79735 diff --git a/simplejson-3.14.0.tar.gz b/simplejson-3.14.0.tar.gz new file mode 100644 index 0000000..4cdc620 --- /dev/null +++ b/simplejson-3.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2 +size 80112