From 81862b4bbe47207228107923c51b5ca424a9bad9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 30 Jan 2018 13:45:59 -0500 Subject: python-pycryptodome: update to version 3.4.8 Update the license checksum for latest version and verify the terms remain the same Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pycryptodome.inc | 6 +++--- meta-python/recipes-devtools/python/python-pycryptodome_3.4.7.bb | 2 -- meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb | 2 ++ meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb | 2 -- meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome_3.4.7.bb create mode 100644 meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pycryptodome.inc b/meta-python/recipes-devtools/python/python-pycryptodome.inc index ecfcc9d803..1efe1eb27b 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.7.bb deleted file mode 100644 index c7701eb9f9..0000000000 --- a/meta-python/recipes-devtools/python/python-pycryptodome_3.4.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb b/meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb new file mode 100644 index 0000000000..c7701eb9f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pycryptodome_3.4.8.bb @@ -0,0 +1,2 @@ +require python-pycryptodome.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb b/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb deleted file mode 100644 index 0c062dddf8..0000000000 --- a/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb b/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb new file mode 100644 index 0000000000..0c062dddf8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycryptodome_3.4.8.bb @@ -0,0 +1,2 @@ +require python-pycryptodome.inc +inherit setuptools3 -- cgit 1.2.3-korg