- Update to 1.22:
* Rectify type hints of loads() and Decoder.__call__()
* Ensure Validator receives valid UTF-8 bytes/bytearray arguments
* Recompute comparison table with latest versions of other libraries, using
Python 3.13
* Typing stubs: specify default value for stream argument of
Encoder.__call__()
- Refreshed rapidjson-system.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=30
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-rapidjson
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define rjversion 1.1.0+git20211015.4d6cb081
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-rapidjson
|
||||
Version: 1.17
|
||||
Version: 1.22
|
||||
Release: 0
|
||||
Summary: Python wrapper around rapidjson
|
||||
License: MIT
|
||||
@@ -63,6 +63,7 @@ export LANG=en_US.UTF-8
|
||||
%doc CHANGES.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitearch}/rapidjson.*.so
|
||||
%{python_sitearch}/rapidjson-stubs
|
||||
%{python_sitearch}/python_rapidjson-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user