From 69bc4effbefbb08646359c5166ea447e48fa6bee Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 24 Oct 2019 14:22:32 +0800 Subject: python-bcrypt: upgrade 3.1.4 -> 3.1.7 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-bcrypt.inc | 4 ++-- meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb | 6 ------ meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb | 2 -- meta-python/recipes-devtools/python/python3-bcrypt_3.1.7.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb create mode 100644 meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-bcrypt_3.1.7.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc index 449096978f..a264003293 100644 --- a/meta-python/recipes-devtools/python/python-bcrypt.inc +++ b/meta-python/recipes-devtools/python/python-bcrypt.inc @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" DEPENDS += "${PYTHON_PN}-cffi-native" -SRC_URI[md5sum] = "8408abc974446e64862a9742104e97b6" -SRC_URI[sha256sum] = "67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d" +SRC_URI[md5sum] = "5d6f93b575ce52470af37a8e7dce76fe" +SRC_URI[sha256sum] = "0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb b/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb deleted file mode 100644 index b136aa4895..0000000000 --- a/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-bcrypt.inc - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb b/meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb new file mode 100644 index 0000000000..b136aa4895 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-bcrypt_3.1.7.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-bcrypt.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb b/meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb deleted file mode 100644 index d2ec9e386c..0000000000 --- a/meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-bcrypt.inc diff --git a/meta-python/recipes-devtools/python/python3-bcrypt_3.1.7.bb b/meta-python/recipes-devtools/python/python3-bcrypt_3.1.7.bb new file mode 100644 index 0000000000..d2ec9e386c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bcrypt_3.1.7.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-bcrypt.inc -- cgit v1.2.3-54-g00ecf