forked from pool/python-simplejson
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
This commit is contained in:
committed by
Git OBS Bridge
parent
8b6c19dd56
commit
3d5a4786e1
@@ -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
|
Mon Nov 27 10:12:54 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-simplejson
|
# 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
|
# 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
|
||||||
@@ -18,17 +18,16 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-simplejson
|
Name: python-simplejson
|
||||||
Version: 3.13.2
|
Version: 3.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible JSON encoder/decoder for Python
|
Summary: Extensible JSON encoder/decoder for Python
|
||||||
License: MIT or AFL-2.1
|
License: MIT OR AFL-2.1
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -57,14 +56,13 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%license LICENSE.txt
|
||||||
%doc CHANGES.txt LICENSE.txt README.rst
|
%doc CHANGES.txt README.rst
|
||||||
%exclude %{python_sitearch}/simplejson/tests/*
|
%exclude %{python_sitearch}/simplejson/tests/*
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%files %{python_files test}
|
%files %{python_files test}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{python_sitearch}/simplejson/tests/*
|
%{python_sitearch}/simplejson/tests/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a
|
|
||||||
size 79735
|
|
3
simplejson-3.14.0.tar.gz
Normal file
3
simplejson-3.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2
|
||||||
|
size 80112
|
Reference in New Issue
Block a user