forked from pool/python-python-rapidjson
- Update to 0.9.1:
* Compatibility fix for Python 3.8 (issue #125) * Fix memory leak in case of failed validation (issue 126) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
ca42c89f29
commit
805d9c2770
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-rapidjson
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,11 +19,10 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-rapidjson
|
||||
Version: 0.8.0
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: Python wrapper around rapidjson
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/python-rapidjson/python-rapidjson
|
||||
Source: https://github.com/python-rapidjson/python-rapidjson/archive/v%{version}.tar.gz#/python-rapidjson-%{version}.tar.gz
|
||||
Patch0: rapidjson-system.patch
|
||||
|
Reference in New Issue
Block a user