14
0

- 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:
Tomáš Chvátal
2020-03-10 10:10:03 +00:00
committed by Git OBS Bridge
parent ca42c89f29
commit 805d9c2770
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 10 10:08:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.1:
* Compatibility fix for Python 3.8 (issue #125)
* Fix memory leak in case of failed validation (issue 126)
-------------------------------------------------------------------
Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06098f492ed1ae55f730349fb4bf6f80a82d0d43bfe2b3dbe164a9fd05fb6ce7
size 1041480

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5820f6dd3ca2a247269cce7bd3cae42edb078e925fff130e519bff9946c5cbcf
size 1043203