From b3ae3b4e182481665138675172a7d2d54c9e8dc6 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Jan 2020 14:32:48 +0800 Subject: python-pycryptodome: upgrade 3.9.3 -> 3.9.4 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pycryptodome.inc | 4 ++-- meta-python/recipes-devtools/python/python-pycryptodome_3.9.3.bb | 2 -- meta-python/recipes-devtools/python/python-pycryptodome_3.9.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-pycryptodome_3.9.3.bb | 2 -- meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome_3.9.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pycryptodome_3.9.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pycryptodome.inc b/meta-python/recipes-devtools/python/python-pycryptodome.inc index 50ffd0a660..31d1368b0f 100644 --- a/meta-python/recipes-devtools/python/python-pycryptodome.inc +++ b/meta-python/recipes-devtools/python/python-pycryptodome.inc @@ -5,8 +5,8 @@ HOMEPAGE = "http://www.pycryptodome.org" LICENSE = "PD & BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=6dc0e2a13d2f25d6f123c434b761faba" -SRC_URI[md5sum] = "c4e53f9ed33ca883b18249b9e1546251" -SRC_URI[sha256sum] = "39ddc3c493125494572e0beefa8e8e6a43369e93c3c3e163cb871b37c1c62fba" +SRC_URI[md5sum] = "f990716b49add7b14ea8b8a961fb3746" +SRC_URI[sha256sum] = "a168e73879619b467072509a223282a02c8047d932a48b74fbd498f27224aa04" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pycryptodome_3.9.3.bb b/meta-python/recipes-devtools/python/python-pycryptodome_3.9.3.bb deleted file mode 100644 index c7701eb9f9..0000000000 --- a/meta-python/recipes-devtools/python/python-pycryptodome_3.9.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-pycryptodome_3.9.4.bb b/meta-python/recipes-devtools/python/python-pycryptodome_3.9.4.bb new file mode 100644 index 0000000000..c7701eb9f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pycryptodome_3.9.4.bb @@ -0,0 +1,2 @@ +require python-pycryptodome.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pycryptodome_3.9.3.bb b/meta-python/recipes-devtools/python/python3-pycryptodome_3.9.3.bb deleted file mode 100644 index 0c062dddf8..0000000000 --- a/meta-python/recipes-devtools/python/python3-pycryptodome_3.9.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb b/meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb new file mode 100644 index 0000000000..0c062dddf8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb @@ -0,0 +1,2 @@ +require python-pycryptodome.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf