All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-ujson: update to 1.35
@ 2016-01-23 16:27 Derek Straka
  0 siblings, 0 replies; only message in thread
From: Derek Straka @ 2016-01-23 16:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Derek Straka

  - 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-23 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-23 16:27 [meta-python][PATCH] python-ujson: update to 1.35 Derek Straka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.