diff --git a/recipes-devtools/python/python-bson_0.4.1.bb b/recipes-devtools/python/python-bson_0.4.3.bb similarity index 59% rename from recipes-devtools/python/python-bson_0.4.1.bb rename to recipes-devtools/python/python-bson_0.4.3.bb index 8c11780..a528118 100644 --- a/recipes-devtools/python/python-bson_0.4.1.bb +++ b/recipes-devtools/python/python-bson_0.4.3.bb @@ -1,11 +1,11 @@ DESCRIPTION = "Independent BSON codec for Python that doesn't depend on MongoDB" SECTION = "devel" -LICENSE = "MIT" +LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=db7a1eab1d8b38da1e06abbf08d2498d" -SRC_URI = "https://github.com/py-bson/bson/archive/${PV}.tar.gz;downloadfilename=py-bson_{PV}.tar.gz" -SRC_URI[md5sum] = "9319364259c7b4eb77a218f7948f9fe8" -SRC_URI[sha256sum] = "b84569685426374242dfc7d4fa08c9694951e85203d085c256866cf87dcb0b7e" +SRC_URI = "https://github.com/py-bson/bson/archive/${PV}.tar.gz;downloadfilename=py-bson_${PV}.tar.gz" +SRC_URI[md5sum] = "989acb13782d20c71b8bae03d600a6da" +SRC_URI[sha256sum] = "dcdcf3e8a01ac13375faf791e1ed47ee178c0ec19332252ba539a3a131ca7739" S = "${WORKDIR}/bson-${PV}"