From e53f9faccf1b17afb7da1e51916e73d8c8144f24 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Fri, 5 Apr 2019 22:08:21 +0000 Subject: python-cryptography: Bump from 2.4.1 to 2.6.1 Signed-off-by: Alistair Francis Signed-off-by: Khem Raj --- .../python/python-cryptography-vectors.inc | 4 ++-- .../python/python-cryptography-vectors_2.4.1.bb | 2 -- .../python/python-cryptography-vectors_2.6.1.bb | 2 ++ .../python/python-cryptography.inc | 4 ++-- .../python/python-cryptography_2.4.1.bb | 22 ---------------------- .../python/python-cryptography_2.6.1.bb | 22 ++++++++++++++++++++++ .../python/python3-cryptography-vectors_2.4.1.bb | 2 -- .../python/python3-cryptography-vectors_2.6.1.bb | 2 ++ .../python/python3-cryptography_2.4.1.bb | 8 -------- .../python/python3-cryptography_2.6.1.bb | 8 ++++++++ 10 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography-vectors_2.6.1.bb delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_2.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography-vectors_2.6.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.6.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc index 04173f067..0d9638845 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] = "e7f44b1678e3071e2044a32f7c353d14" -SRC_URI[sha256sum] = "829d43e8066056de8ea7b8ad311db79e47d8d658e23d5f5fc4b0245a1b3baa74" +SRC_URI[md5sum] = "f8b166652e7a9d668b851b28e4417057" +SRC_URI[sha256sum] = "03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb deleted file mode 100644 index 4975278a9..000000000 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.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_2.6.1.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.6.1.bb new file mode 100644 index 000000000..4975278a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.6.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-cryptography-vectors.inc diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 2c1ac1c9f..8a364116d 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -10,8 +10,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "464f180ff64622760cca7167f97b3ff4" -SRC_URI[sha256sum] = "e85b410885addaeb31a867eabcefc9ef4a7e904ad45eac9e60a763a54b244626" +SRC_URI[md5sum] = "401cc8268f89496643da3f7a48eb4e8e" +SRC_URI[sha256sum] = "26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb b/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb deleted file mode 100644 index 9c2f88418..000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -inherit pypi setuptools -require python-cryptography.inc - -SRC_URI += " \ - file://run-ptest \ -" - -DEPENDS += " \ - ${PYTHON_PN}-enum34 \ -" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-enum34 \ - ${PYTHON_PN}-ipaddress \ -" - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-enum34 \ - ${PYTHON_PN}-ipaddress \ - ${PYTHON_PN}-contextlib \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb b/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb new file mode 100644 index 000000000..9c2f88418 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb @@ -0,0 +1,22 @@ +inherit pypi setuptools +require python-cryptography.inc + +SRC_URI += " \ + file://run-ptest \ +" + +DEPENDS += " \ + ${PYTHON_PN}-enum34 \ +" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum34 \ + ${PYTHON_PN}-ipaddress \ +" + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-enum34 \ + ${PYTHON_PN}-ipaddress \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.4.1.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.4.1.bb deleted file mode 100644 index 58994ffff..000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.4.1.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_2.6.1.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.6.1.bb new file mode 100644 index 000000000..58994ffff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.6.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-cryptography-vectors.inc diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb deleted file mode 100644 index 195923343..000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.4.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit pypi setuptools3 -require python-cryptography.inc - -LDSHARED += "-pthread" - -SRC_URI += " \ - file://run-ptest \ -" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.6.1.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.6.1.bb new file mode 100644 index 000000000..195923343 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.6.1.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools3 +require python-cryptography.inc + +LDSHARED += "-pthread" + +SRC_URI += " \ + file://run-ptest \ +" -- cgit v1.2.3-54-g00ecf