[OE-core] [meta-python][PATCH] python-ujson: update to 1.35

Derek Straka derek at asterius.io
Sat Jan 23 16:27:57 UTC 2016


  - source file extension change
  - license updated for whitespace modifications and author entity name change
---
 .../python/{python-ujson_1.33.bb => python-ujson_1.35.bb}         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python-ujson_1.33.bb => python-ujson_1.35.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python-ujson_1.33.bb b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python-ujson_1.33.bb
rename to meta-python/recipes-devtools/python/python-ujson_1.35.bb
index 8fdd2b8..8cd7858 100644
--- a/meta-python/recipes-devtools/python/python-ujson_1.33.bb
+++ b/meta-python/recipes-devtools/python/python-ujson_1.35.bb
@@ -3,16 +3,16 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu
 HOMEPAGE = "https://pypi.python.org/pypi/ujson"
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5b206f6ba5e41c60df8cdcddf79a3d82"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=008b4463162884ce4a43480de2e750f4"
 
 SRCNAME = "ujson"
 
 SRC_URI = " \
-    http://pypi.python.org/packages/source/u/ujson/${SRCNAME}-${PV}.zip \
+    http://pypi.python.org/packages/source/u/ujson/${SRCNAME}-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "8148a2493fff78940feab1e11dc0a893"
-SRC_URI[sha256sum] = "68cf825f227c82e1ac61e423cfcad923ff734c27b5bdd7174495d162c42c602b"
+SRC_URI[md5sum] = "42f77b0cce686dfa4da2e68480b1dd24"
+SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-- 
1.9.1




More information about the Openembedded-core mailing list