From 622cf3daf7a9b36104b7915efa3ce78fd0231383 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 31 Oct 2016 00:27:43 +0000 Subject: [PATCH] simplejson: Autospec creation for update from version 3.9.0 to version 3.10.0 Version 3.10.0 released 2016-10-28 * Add RawJSON class to allow a faster path for already encoded JSON. https://github.com/simplejson/simplejson/pull/143 --- ChangeLog | 5 +++++ Makefile | 2 +- release | 2 +- simplejson.spec | 10 +++++----- testresults | 4 ++-- upstream | 2 +- 6 files changed, 15 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06bb692..bd01fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 3.10.0 released 2016-10-28 + +* Add RawJSON class to allow a faster path for already encoded JSON. + https://github.com/simplejson/simplejson/pull/143 + Version 3.9.0 released 2016-10-21 * Workaround for bad behavior in string subclasses diff --git a/Makefile b/Makefile index 0ed441b..d5aa275 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := simplejson -URL := https://github.com/simplejson/simplejson/archive/v3.9.0.tar.gz +URL := https://github.com/simplejson/simplejson/archive/v3.10.0.tar.gz ARCHIVES := include ../common/Makefile.common diff --git a/release b/release index f64f5d8..9902f17 100644 --- a/release +++ b/release @@ -1 +1 @@ -27 +28 diff --git a/simplejson.spec b/simplejson.spec index 3551332..7349b3a 100644 --- a/simplejson.spec +++ b/simplejson.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : simplejson -Version : 3.9.0 -Release : 27 -URL : https://github.com/simplejson/simplejson/archive/v3.9.0.tar.gz -Source0 : https://github.com/simplejson/simplejson/archive/v3.9.0.tar.gz +Version : 3.10.0 +Release : 28 +URL : https://github.com/simplejson/simplejson/archive/v3.10.0.tar.gz +Source0 : https://github.com/simplejson/simplejson/archive/v3.10.0.tar.gz Summary : No detailed summary available Group : Development/Tools License : AFL-2.1 @@ -34,7 +34,7 @@ python components for the simplejson package. %prep -%setup -q -n simplejson-3.9.0 +%setup -q -n simplejson-3.10.0 %build export LANG=C diff --git a/testresults b/testresults index 70a4003..12b983b 100644 --- a/testresults +++ b/testresults @@ -1,5 +1,5 @@ -Total : 124 -Pass : 121 +Total : 128 +Pass : 125 Fail : 0 Skip : 3 XFail : 0 diff --git a/upstream b/upstream index fc20a84..3d7f0f1 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -406349ba540f8ab3c2a1fd7fd308e8d4ca5d7f7a/v3.9.0.tar.gz +293ee80ecadf758c373584599cad7ae5a33a1aad/v3.10.0.tar.gz