From 01a2e585a2fd936a8ae89aeb2d54ae9df45f597da3f6311583da992f0baf5b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Jun 2019 09:25:24 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=200.7.1:=20=20=20*=20Raise=20a?= =?UTF-8?q?=20more=20specific=20exception=20on=20loading=20errors,=20JSOND?= =?UTF-8?q?ecodeError,=20instead=20of=20generic=20ValueError=20(issue=20#1?= =?UTF-8?q?18)=20=20=20*=20Fix=20optimization=20path=20when=20using=20Orde?= =?UTF-8?q?redDicts=20(issue=20#119)=20=20=20*=20Fix=20serialization=20of?= =?UTF-8?q?=20IntEnums=20(issue=20#121)=20=20=20*=20Raise=20correct=20exce?= =?UTF-8?q?ption=20in=20code=20samples=20(PR=20#109),=20thanks=20to=20Thom?= =?UTF-8?q?as=20D=C3=A4hling=20=20=20*=20Fix=20compilation=20with=20system?= =?UTF-8?q?-wide=20install=20of=20rapidjson=20(issue=20#110)=20=20=20*=20U?= =?UTF-8?q?se=20current=20master=20version=20of=20rapidjson,=20that=20incl?= =?UTF-8?q?udes=20a=20fix=20for=20its=20issue=20#1368=20and=20issue=20#133?= =?UTF-8?q?6,=20and=20cures=20several=20compilation=20warnings=20as=20well?= =?UTF-8?q?=20(issue=20#112=20and=20issue=20#107)=20=20=20*=20Fix=20memory?= =?UTF-8?q?=20leak=20when=20using=20object=5Fhook=20(issue=20#115)=20-=20A?= =?UTF-8?q?dd=20patch=20to=20enforce=20use=20of=20system=20rapidjson:=20?= =?UTF-8?q?=20=20*=20rapidjson-system.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Initial packaging of version 0.6.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=2 --- python-rapidjson.changes => python-python-rapidjson.changes | 0 python-rapidjson.spec => python-python-rapidjson.spec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename python-rapidjson.changes => python-python-rapidjson.changes (100%) rename python-rapidjson.spec => python-python-rapidjson.spec (96%) diff --git a/python-rapidjson.changes b/python-python-rapidjson.changes similarity index 100% rename from python-rapidjson.changes rename to python-python-rapidjson.changes diff --git a/python-rapidjson.spec b/python-python-rapidjson.spec similarity index 96% rename from python-rapidjson.spec rename to python-python-rapidjson.spec index 4e6cd5b..65449ed 100644 --- a/python-rapidjson.spec +++ b/python-python-rapidjson.spec @@ -1,5 +1,5 @@ # -# spec file for package python-rapidjson +# spec file for package python # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -44,7 +44,7 @@ serialization/deserialization (to/from either bytes, str or file-like instances) and JSON Schema validation capabilities. %prep -%setup -q +%setup -q -n python-rapidjson-%{version} %patch0 -p1 %build