diff --git a/meta-python/recipes-devtools/python/python3-bitstring_3.1.7.bb b/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb similarity index 64% rename from meta-python/recipes-devtools/python/python3-bitstring_3.1.7.bb rename to meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb index eae8275d6db..9c80013eb52 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_3.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb @@ -2,10 +2,9 @@ SUMMARY = "Simple construction, analysis and modification of binary data." HOMEPAGE = "https://github.com/scott-griffiths/bitstring" AUTHOR = "Scott Griffiths " LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d973e8e0c311da41424357236b7b8908" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f7f2fd3f1cd52b5ccd39d76fb3568d3f" -SRC_URI[md5sum] = "18661a3e5c47c59bd926dd0fefae0baa" -SRC_URI[sha256sum] = "fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a" +SRC_URI[sha256sum] = "a5848a3f63111785224dca8bb4c0a75b62ecdef56a042c8d6be74b16f7e860e7" PYPI_PACKAGE = "bitstring" diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb rename to meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb index c531fcc6d8b..c72a10882b7 100644 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" -SRC_URI[sha256sum] = "8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79" +SRC_URI[sha256sum] = "36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c6dc85b" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-qrcode_7.1.bb rename to meta-python/recipes-devtools/python/python3-qrcode_7.2.bb index 329bf3e4fa0..d5f54e60a02 100644 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.1.bb +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" PYPI_PACKAGE = "qrcode" -SRC_URI[sha256sum] = "59ba630fa2adb637b06571e6ceec1bb0ecf372c458c4447ceba763061bd3af72" +SRC_URI[sha256sum] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4d675ea" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-rdflib_5.0.0.bb b/meta-python/recipes-devtools/python/python3-rdflib_5.0.0.bb deleted file mode 100644 index d037a74bfa5..00000000000 --- a/meta-python/recipes-devtools/python/python3-rdflib_5.0.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "RDFLib is a pure Python package for working with RDF" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840" - -SRC_URI[md5sum] = "80d7c6adc2e4040cdd8dade2e0e61403" -SRC_URI[sha256sum] = "78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-isodate \ - ${PYTHON_PN}-pyparsing \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb new file mode 100644 index 00000000000..47cdc49d97a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "RDFLib is a pure Python package for working with RDF" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=89aa9a14f80a6ac70e1d5da763a309ed" + +SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc679879" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-isodate \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-xml \ +" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.2.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-simplejson_3.17.2.bb rename to meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb index cab0da6a15d..11b057743cc 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.2.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb @@ -4,8 +4,7 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -SRC_URI[md5sum] = "27fba3bc75a32318bd3b163b8a31aa7e" -SRC_URI[sha256sum] = "75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841" +SRC_URI[sha256sum] = "da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee" inherit pypi setuptools3