Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

simplejson 3.8.2 #767

Merged
merged 1 commit into from
Feb 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions simplejson/build.sh

This file was deleted.

13 changes: 9 additions & 4 deletions simplejson/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
package:
name: simplejson
version: "3.8.0"
version: "3.8.2"

source:
fn: simplejson-3.8.0.tar.gz
url: https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.0.tar.gz
md5: 72f3b93a6f9808df81535f79e79565a2
fn: simplejson-3.8.2.tar.gz
url: https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.2.tar.gz
md5: 53b1371bbf883b129a12d594a97e9a18

build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
build:
Expand All @@ -27,3 +28,7 @@ about:
home: http://github.com/simplejson/simplejson
license: MIT License or Academic Free License (AFL)
summary: 'Simple, fast, extensible JSON encoder/decoder for Python'

extra:
recipe-maintainers:
- ocefpaf