Update the license checksum for latest version and verify the terms remain the same
Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-pycryptodome.inc | 6 +++--- .../{python-pycryptodome_3.4.7.bb => python-pycryptodome_3.4.8.bb} | 0 ...{python3-pycryptodome_3.4.7.bb => python3-pycryptodome_3.4.8.bb} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python-pycryptodome_3.4.7.bb => python-pycryptodome_3.4.8.bb} (100%) rename meta-python/recipes-devtools/python/{python3-pycryptodome_3.4.7.bb => python3-pycryptodome_3.4.8.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pycryptodome.inc b/meta-python/recipes-devtools/python/python-pycryptodome.inc index ecfcc9d..1efe1eb 100644 --- a/meta-python/recipes-devtools/python/python-pycryptodome.inc +++ b/meta-python/recipes-devtools/python/python-pycryptodome.inc @@ -3,10 +3,10 @@ DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\ cryptographic primitives." HOMEPAGE = "http://www.pycryptodome.org" LICENSE = "PD & BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=690cd8c71f0367a558f24fe53d943a2e" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=775fe77831c03bf82f35abc0e230d4c1" -SRC_URI[md5sum] = "8744863c7d5980ae3f81c2e288701a61" -SRC_URI[sha256sum] = "18d8dfe31bf0cb53d58694903e526be68f3cf48e6e3c6dfbbc1e7042b1693af7" +SRC_URI[md5sum] = "030c40da6377bbc82deef8e884fa22cd" +SRC_URI[sha256sum] = "ede7f1f44b0895feb8ddbf882d1a7eb504deb3fa34fcc4860d6065c25cbdf175" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pycryptodome_3.4.7.bb b/meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-pycryptodome_3.4.7.bb rename to meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb diff --git a/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb b/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb rename to meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
