[oe-commits] [meta-openembedded] 19/84: python-cryptography: update to version 2.1.2

git at git.openembedded.org git at git.openembedded.org
Wed Nov 15 17:36:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 4bb15c7c0fec3def8dcac4de5089d7b39a963b9b
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Oct 25 09:44:41 2017 -0400

    python-cryptography: update to version 2.1.2
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-cryptography.inc    | 10 +++++-----
 ...thon-cryptography_2.0.3.bb => python-cryptography_2.1.2.bb} |  0
 ...on3-cryptography_2.0.3.bb => python3-cryptography_2.1.2.bb} |  0
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index a4d1bbb..371ba73 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -6,17 +6,17 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388"
 DEPENDS += " \
     ${PYTHON_PN}-cffi \
     ${PYTHON_PN}-cffi-native \
-    ${PYTHON_PN}-pyasn1 \
+    ${PYTHON_PN}-asn1crypto \
     ${PYTHON_PN}-six \
 "
 
-SRC_URI[md5sum] = "24cbdab3fda22be31dd3aef2808f5d2f"
-SRC_URI[sha256sum] = "d04bb2425086c3fe86f7bc48915290b13e798497839fbb18ab7f6dffcf98cc3a"
+SRC_URI[md5sum] = "f0565d3e85cea64f0f01382e525a33dd"
+SRC_URI[sha256sum] = "d7f348e4f5df146a0e75998544bab6d42313cf19a81a6e49990ab7b27cc9c73b"
 
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-cffi \
     ${PYTHON_PN}-idna \
-    ${PYTHON_PN}-pyasn1 \
+    ${PYTHON_PN}-asn1crypto \
     ${PYTHON_PN}-pycparser \
     ${PYTHON_PN}-setuptools \
     ${PYTHON_PN}-six \
@@ -26,7 +26,7 @@ RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-cffi \
     ${PYTHON_PN}-idna \
     ${PYTHON_PN}-numbers \
-    ${PYTHON_PN}-pyasn1 \
+    ${PYTHON_PN}-asn1crypto \
     ${PYTHON_PN}-pycparser \
     ${PYTHON_PN}-subprocess \
     ${PYTHON_PN}-setuptools \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.0.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_2.0.3.bb
rename to meta-python/recipes-devtools/python/python-cryptography_2.1.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.0.3.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cryptography_2.0.3.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_2.1.2.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list