Skip to content

Commit

Permalink
simplejson: Autospec creation for update from version 3.9.0 to versio…
Browse files Browse the repository at this point in the history
…n 3.10.0

Version 3.10.0 released 2016-10-28

* Add RawJSON class to allow a faster path for already encoded JSON.
  simplejson/simplejson#143
  • Loading branch information
fenrus75 authored and clrbuilder committed Jan 19, 2017
1 parent 986703e commit 622cf3d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
27
28
10 changes: 5 additions & 5 deletions simplejson.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions testresults
@@ -1,5 +1,5 @@
Total : 124
Pass : 121
Total : 128
Pass : 125
Fail : 0
Skip : 3
XFail : 0
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
406349ba540f8ab3c2a1fd7fd308e8d4ca5d7f7a/v3.9.0.tar.gz
293ee80ecadf758c373584599cad7ae5a33a1aad/v3.10.0.tar.gz

0 comments on commit 622cf3d

Please sign in to comment.