From db3643940725de518506df9767702a2f881cf0d382d56a613e184cc4b94fc4f8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Sep 2022 07:37:08 +0000 Subject: [PATCH] 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 --- python-ujson.changes | 10 ++++++++++ python-ujson.spec | 4 ++-- ujson-5.4.0.tar.gz | 3 --- ujson-5.5.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ujson-5.4.0.tar.gz create mode 100644 ujson-5.5.0.tar.gz diff --git a/python-ujson.changes b/python-ujson.changes index 9d2a45f..7b4c8bd 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 17 15:58:07 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-ujson.spec b/python-ujson.spec index 0cc2403..1f513ea 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-ujson -Version: 5.4.0 +Version: 5.5.0 Release: 0 Summary: JSON encoder and decoder for Python License: BSD-3-Clause @@ -46,7 +46,7 @@ bindings for Python 2.7 and 3.5+ %build rm -r deps 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' %python_build diff --git a/ujson-5.4.0.tar.gz b/ujson-5.4.0.tar.gz deleted file mode 100644 index 922994a..0000000 --- a/ujson-5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b953e09441e307504130755e5bd6b15850178d591f66292bba4608c4f7f9b00 -size 7139576 diff --git a/ujson-5.5.0.tar.gz b/ujson-5.5.0.tar.gz new file mode 100644 index 0000000..c212436 --- /dev/null +++ b/ujson-5.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25077a971c7da47bd6846a912a747f6963776d90720c88603b1b55d81790780 +size 7140414