From 7778e523f65f5431092aa3d155866976c44c315a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 12 Jun 2019 11:41:42 +0800 Subject: [PATCH] python-cryptography-vectors: upgrade 2.6.1 -> 2.7 -Upgrade from python-cryptography-vectors_2.6.1.bb to python-cryptography-vectors_2.7.bb. -Upgrade from python3-cryptography-vectors_2.6.1.bb to python3-cryptography-vectors_2.7.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-cryptography-vectors.inc | 4 ++-- ...hy-vectors_2.6.1.bb => python-cryptography-vectors_2.7.bb} | 0 ...y-vectors_2.6.1.bb => python3-cryptography-vectors_2.7.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-cryptography-vectors_2.6.1.bb => python-cryptography-vectors_2.7.bb} (100%) rename meta-python/recipes-devtools/python/{python3-cryptography-vectors_2.6.1.bb => python3-cryptography-vectors_2.7.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc index 0d9638845..887d2d3d3 100644 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc @@ -8,8 +8,8 @@ DEPENDS += " \ ${PYTHON_PN}-cryptography \ " -SRC_URI[md5sum] = "f8b166652e7a9d668b851b28e4417057" -SRC_URI[sha256sum] = "03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af" +SRC_URI[md5sum] = "1a518a28ed9c924ca6c570aa8ea0c334" +SRC_URI[sha256sum] = "f12dfb9bd669a68004074cb5b26df6e93ed1a95ebd1a999dff0a840212ff68bc" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.6.1.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.7.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-cryptography-vectors_2.6.1.bb rename to meta-python/recipes-devtools/python/python-cryptography-vectors_2.7.bb diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.6.1.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.7.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-cryptography-vectors_2.6.1.bb rename to meta-python/recipes-devtools/python/python3-cryptography-vectors_2.7.bb