From df786f97f9327dad800609f011b2ba3f1a502443 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 19 May 2017 13:40:03 -0400 Subject: python-cryptography-vectors: update to version 1.8.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cryptography-vectors.inc | 4 ++-- .../recipes-devtools/python/python-cryptography-vectors_1.7.2.bb | 2 -- .../recipes-devtools/python/python-cryptography-vectors_1.8.1.bb | 2 ++ .../recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb | 2 -- .../recipes-devtools/python/python3-cryptography-vectors_1.8.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography-vectors_1.8.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_1.8.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc index 122528b1db..4481c1d9dd 100644 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc @@ -7,8 +7,8 @@ DEPENDS += " \ ${PYTHON_PN}-cryptography \ " -SRC_URI[md5sum] = "c3f2a66d71a0413879d4dd001c56de95" -SRC_URI[sha256sum] = "4be4eee8a11deee5c2f00e389b49de8ce2642130282d1cd0adffb2f7dbe0acdc" +SRC_URI[md5sum] = "e6ee71f1cc9950e3df026bef69e5fdcb" +SRC_URI[sha256sum] = "2fd61facea08800ca98ac923f6d02f48a7ae6648025b29cdeb51987c1532add6" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb deleted file mode 100644 index 4975278a99..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.7.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-cryptography-vectors.inc diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.8.1.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.8.1.bb new file mode 100644 index 0000000000..4975278a99 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.8.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-cryptography-vectors.inc diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb deleted file mode 100644 index 58994ffffa..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.7.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-cryptography-vectors.inc diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.8.1.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.8.1.bb new file mode 100644 index 0000000000..58994ffffa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.8.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-cryptography-vectors.inc -- cgit 1.2.3-korg