14
0
forked from pool/python-ujson

Accepting request 785388 from home:bnavigator:branches:devel:languages:python

- update to version 2.0.2
  Fix serialization issue (#382)
- reactivate Python 2 build 

Upstream still supports Python 2.7 and apparently it is needed eg.
by python-python-jsonrpc-server. See discussion in SR #785149

OBS-URL: https://build.opensuse.org/request/show/785388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-16 05:43:08 +00:00
committed by Git OBS Bridge
parent 8f8424f2ad
commit 75b21ef012
5 changed files with 16 additions and 8 deletions

3
_service Normal file
View File

@@ -0,0 +1,3 @@
<services>
<service name="download_files" mode="disabled" />
</services>

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 15 19:44:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- update to version 2.0.2
Fix serialization issue (#382)
- reactivate Python 2 build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 10 13:37:34 UTC 2020 - pgajdos@suse.com Tue Mar 10 13:37:34 UTC 2020 - pgajdos@suse.com

View File

@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-ujson Name: python-ujson
Version: 2.0.1 Version: 2.0.2
Release: 0 Release: 0
Summary: JSON encoder and decoder for Python Summary: JSON encoder and decoder for Python
License: BSD-3-Clause License: BSD-3-Clause
@@ -42,9 +41,8 @@ BuildRequires: python-rpm-macros
%python_subpackages %python_subpackages
%description %description
UltraJSON is a JSON encoder and decoder written in pure C with An ultrafast JSON encoder and decoder written in pure C with
bindings for Python 2.5+ and 3. For a different C/C++ JSON bindings for Python 2.7 and 3.5+
decoder experience please checkout ujson4c_, based on UltraJSON.
%prep %prep
%setup -q -n ujson-%{version} %setup -q -n ujson-%{version}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a88069adf9f99acb301c9902c7e31f73cd928f63a03657805a9e79e3b391f44
size 7127056

3
ujson-2.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91f30f0b6fd5cd4b43844a9c52febc80772aad6348a58369d0a08bd1b347a52c
size 7127733