From 50922a9c65d3c2be13a5758963747ad577fd31d67e2f7bbd2f0b40d479face21 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 14 Jan 2022 22:21:30 +0000 Subject: [PATCH] Accepting request 946516 from home:bnavigator:branches:devel:languages:python:numeric - Update to v1.5 * Fix serialization bug when using DM_UNIX_TIME in a non-C locale context - Release 1.1 - 1.4 * wheel related - Release 1.1 * Reduce decoder memory consumption by uniquifiying keys in the loaded dictionaries * Implement an alternative way of transmogrify JSON objects, similar to json's object_pairs_hook load option (issue #154) - Release 1.0 * Require Python 3.6 or greater * New serialization options, iterable_mode and mapping_mode, to give some control on how generic iterables and mappings get encoded (fix issue #149 and issue #150) * Internal refactorings, folding "skipkeys" and "sort_keys" arguments into the mapping_mode options, respectively as MM_SKIP_NON_STRING_KEYS and MM_SORT_KEYS: "old" arguments kept for backward compatibility * Bump major version to 1, tag as "production/stable" and switch to a simpler X.Y versioning schema - Release 0.9.4 * Fix memory leak loading an invalid JSON (issue #148) - Release 0.9.3 * Fix access to Encoder instance attributes (issue #147) - Release 0.9.2 * Use current master version of rapidjson * Enable GH Actions-based test workflow, thanks to Martin Thoma (PR #143) * Produce Python 3.9 wheels, disable testing under Python < 3.6 OBS-URL: https://build.opensuse.org/request/show/946516 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=15 --- python-python-rapidjson.changes | 40 +++++++++++++++++++++++++++++++++ python-python-rapidjson.spec | 19 +++++++++------- python-rapidjson-0.9.1.tar.gz | 3 --- python-rapidjson-1.5.tar.gz | 3 +++ 4 files changed, 54 insertions(+), 11 deletions(-) delete mode 100644 python-rapidjson-0.9.1.tar.gz create mode 100644 python-rapidjson-1.5.tar.gz diff --git a/python-python-rapidjson.changes b/python-python-rapidjson.changes index b037472..b2db535 100644 --- a/python-python-rapidjson.changes +++ b/python-python-rapidjson.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Jan 13 23:07:04 UTC 2022 - Ben Greiner + +- Update to v1.5 + * Fix serialization bug when using DM_UNIX_TIME in a non-C locale + context +- Release 1.1 - 1.4 + * wheel related +- Release 1.1 + * Reduce decoder memory consumption by uniquifiying keys in the + loaded dictionaries + * Implement an alternative way of transmogrify JSON objects, + similar to json's object_pairs_hook load option (issue #154) +- Release 1.0 + * Require Python 3.6 or greater + * New serialization options, iterable_mode and mapping_mode, to + give some control on how generic iterables and mappings get + encoded (fix issue #149 and issue #150) + * Internal refactorings, folding "skipkeys" and "sort_keys" + arguments into the mapping_mode options, respectively as + MM_SKIP_NON_STRING_KEYS and MM_SORT_KEYS: "old" arguments kept + for backward compatibility + * Bump major version to 1, tag as "production/stable" and switch + to a simpler X.Y versioning schema +- Release 0.9.4 + * Fix memory leak loading an invalid JSON (issue #148) +- Release 0.9.3 + * Fix access to Encoder instance attributes (issue #147) +- Release 0.9.2 + * Use current master version of rapidjson + * Enable GH Actions-based test workflow, thanks to Martin Thoma + (PR #143) + * Produce Python 3.9 wheels, disable testing under Python < 3.6 + * Make the character used for indentation in pretty mode a + parameter (issue #135) + * Handle wider precision range in timestamps fractional seconds + (PR 133), thanks to Karl Seguin + * Add comparison benchmarks against orjson and hyperjson (issue + #130 and PR #131, thanks to Sebastian Pipping) + ------------------------------------------------------------------- Tue Mar 10 10:08:12 UTC 2020 - Tomáš Chvátal diff --git a/python-python-rapidjson.spec b/python-python-rapidjson.spec index 4822c90..bf9d60a 100644 --- a/python-python-rapidjson.spec +++ b/python-python-rapidjson.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-rapidjson # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,12 @@ # +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +# check git submodule and update devel:libraries:c_c++/rapidjson +%define rjversion 1.1.0+git20211015.4d6cb081 Name: python-python-rapidjson -Version: 0.9.1 +Version: 1.5 Release: 0 Summary: Python wrapper around rapidjson License: MIT @@ -33,7 +35,7 @@ BuildRequires: %{python_module pytz} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -BuildRequires: rapidjson-devel +BuildRequires: rapidjson-devel = %{rjversion} %python_subpackages %description @@ -55,11 +57,12 @@ instances) and JSON Schema validation capabilities. %check export LANG=en_US.UTF-8 -%pytest_arch tests +%pytest_arch tests -s %files %{python_files} -%doc CHANGE* README* -%license LICENSE* -%{python_sitearch}/* +%doc CHANGES.rst README.rst +%license LICENSE +%{python_sitearch}/rapidjson.*.so +%{python_sitearch}/python_rapidjson-%{version}*-info %changelog diff --git a/python-rapidjson-0.9.1.tar.gz b/python-rapidjson-0.9.1.tar.gz deleted file mode 100644 index 353c5c7..0000000 --- a/python-rapidjson-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5820f6dd3ca2a247269cce7bd3cae42edb078e925fff130e519bff9946c5cbcf -size 1043203 diff --git a/python-rapidjson-1.5.tar.gz b/python-rapidjson-1.5.tar.gz new file mode 100644 index 0000000..41dc8f1 --- /dev/null +++ b/python-rapidjson-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3cc08f5afaf5fbb4eeae901ab58b85b106b098cf11f1f426384180e1560fa0 +size 1051423