Skip to content

Commit

Permalink
Autospec creation for version 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikey Doherty authored and clrbuilder committed Jan 17, 2017
1 parent 7ce5d72 commit cf3414b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PKG_NAME := simplejson
URL := https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.0.tar.gz
URL := https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.1.tar.gz
ARCHIVES :=

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
21
12 changes: 6 additions & 6 deletions simplejson.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : simplejson
Version : 3.8.0
Version : 3.8.1
Release : 21
URL : https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.0.tar.gz
Source0 : https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.0.tar.gz
URL : https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.1.tar.gz
Source0 : https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.1.tar.gz
Summary : Simple, fast, extensible JSON encoder/decoder for Python
Group : Development/Tools
License : AFL-2.1 MIT
Expand Down Expand Up @@ -34,7 +34,7 @@ python components for the simplejson package.


%prep
%setup -q -n simplejson-3.8.0
%setup -q -n simplejson-3.8.1

%build
python2 setup.py build -b py2
Expand All @@ -47,8 +47,8 @@ export no_proxy=localhost,127.0.0.1,0.0.0.0
PYTHONPATH=%{buildroot}/usr/lib/python2.7/site-packages python setup.py test
%install
rm -rf %{buildroot}
python2 setup.py build -b py2 install --root=%{buildroot}
python3 setup.py build -b py3 install --root=%{buildroot}
python2 -tt setup.py build -b py2 install --root=%{buildroot}
python3 -tt setup.py build -b py3 install --root=%{buildroot}

%files
%defattr(-,root,root,-)
Expand Down
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4d7ba360fee9b77f4a30ae9d84dc53c92b27fc6a/simplejson-3.8.0.tar.gz
73cc425d34c5bb3fa884982d46753bda39300e26/simplejson-3.8.1.tar.gz

0 comments on commit cf3414b

Please sign in to comment.