From 084e8d7caeef7f1fe6a9fab7bf607bd4d10975e0 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 24 Oct 2017 19:57:59 -0400 Subject: python-bcrypt: update to version 3.1.4 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-bcrypt.inc | 4 ++-- meta-python/recipes-devtools/python/python-bcrypt_3.1.3.bb | 2 -- meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-bcrypt_3.1.3.bb | 2 -- meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-bcrypt_3.1.3.bb create mode 100644 meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-bcrypt_3.1.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc index 667a3fb6e0..1ea62a3a8e 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] = "20da8b40790caad99c4086dba533154b" -SRC_URI[sha256sum] = "6645c8d0ad845308de3eb9be98b6fd22a46ec5412bfc664a423e411cdd8f5488" +SRC_URI[md5sum] = "8408abc974446e64862a9742104e97b6" +SRC_URI[sha256sum] = "67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-bcrypt_3.1.3.bb b/meta-python/recipes-devtools/python/python-bcrypt_3.1.3.bb deleted file mode 100644 index 24333540b6..0000000000 --- a/meta-python/recipes-devtools/python/python-bcrypt_3.1.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-bcrypt.inc 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 new file mode 100644 index 0000000000..24333540b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-bcrypt.inc diff --git a/meta-python/recipes-devtools/python/python3-bcrypt_3.1.3.bb b/meta-python/recipes-devtools/python/python3-bcrypt_3.1.3.bb deleted file mode 100644 index d2ec9e386c..0000000000 --- a/meta-python/recipes-devtools/python/python3-bcrypt_3.1.3.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.4.bb b/meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb new file mode 100644 index 0000000000..d2ec9e386c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bcrypt_3.1.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-bcrypt.inc -- cgit 1.2.3-korg