forked from pool/python-ujson
Accepting request 1004363 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/1004363 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 15:58:07 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 5.5.0:
|
||||||
|
* Added
|
||||||
|
+ Add support for Python 3.11 and PyPy3.9 (#564) @hugovk
|
||||||
|
+ Add separators encoding parameter (#557) @JustAnotherArchivist
|
||||||
|
* Fixed
|
||||||
|
+ Fix encoding of infinity (#80). (#562) @bwoodsend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 8 11:55:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Fri Jul 8 11:55:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-ujson
|
Name: python-ujson
|
||||||
Version: 5.4.0
|
Version: 5.5.0
|
||||||
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
|
||||||
@@ -46,7 +46,7 @@ bindings for Python 2.7 and 3.5+
|
|||||||
%build
|
%build
|
||||||
rm -r deps
|
rm -r deps
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
export UJSON_BUILD_DC_INCLUDES='/usr/include/double-conversion'
|
export UJSON_BUILD_DC_INCLUDES='%{_includedir}/double-conversion'
|
||||||
export UJSON_BUILD_DC_LIBS='-ldouble-conversion'
|
export UJSON_BUILD_DC_LIBS='-ldouble-conversion'
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b953e09441e307504130755e5bd6b15850178d591f66292bba4608c4f7f9b00
|
|
||||||
size 7139576
|
|
3
ujson-5.5.0.tar.gz
Normal file
3
ujson-5.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b25077a971c7da47bd6846a912a747f6963776d90720c88603b1b55d81790780
|
||||||
|
size 7140414
|
Reference in New Issue
Block a user