14
0

Accepting request 726701 from home:mcalabkova:branches:devel:languages:python

- Update to 0.8.0
  * New serialization option bytes_mode to control how bytes instances gets encoded

OBS-URL: https://build.opensuse.org/request/show/726701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-08-28 09:16:47 +00:00
committed by Git OBS Bridge
parent ad44a4dd1b
commit e93683fa42
4 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-rapidjson
Version: 0.7.2
Version: 0.8.0
Release: 0
Summary: Python wrapper around rapidjson
License: MIT
@@ -52,6 +52,7 @@ instances) and JSON Schema validation capabilities.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8