Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python-cryptography-vectors: update to version 2.3
@ 2018-07-27 19:12 Derek Straka
  2018-07-27 19:12 ` [meta-python][PATCH 2/2] python-cryptography: " Derek Straka
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2018-07-27 19:12 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
 ...yptography-vectors_2.2.2.bb => python-cryptography-vectors_2.3.bb} | 0
 ...ptography-vectors_2.2.2.bb => python3-cryptography-vectors_2.3.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography-vectors_2.2.2.bb => python-cryptography-vectors_2.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography-vectors_2.2.2.bb => python3-cryptography-vectors_2.3.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 4e59b20..d1e254b 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] = "189bee4491a1856169790e8683f269be"
-SRC_URI[sha256sum] = "28b52c84bae3a564ce51bfb0753cbe360218bd648c64efa2808c886c18505688"
+SRC_URI[md5sum] = "294d44f32885a6b97d5f9cdd7ffc73a3"
+SRC_URI[sha256sum] = "356a2ded84ae379e556515eec9b68dd74957651a38465d10605bb9fbae280f15"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.2.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.2.bb
rename to meta-python/recipes-devtools/python/python-cryptography-vectors_2.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.2.2.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cryptography-vectors_2.2.2.bb
rename to meta-python/recipes-devtools/python/python3-cryptography-vectors_2.3.bb
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-python][PATCH 2/2] python-cryptography: update to version 2.3
  2018-07-27 19:12 [meta-python][PATCH 1/2] python-cryptography-vectors: update to version 2.3 Derek Straka
@ 2018-07-27 19:12 ` Derek Straka
  0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2018-07-27 19:12 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-cryptography.inc           | 4 ++--
 .../{python-cryptography_2.2.2.bb => python-cryptography_2.3.bb}      | 0
 .../{python3-cryptography_2.2.2.bb => python3-cryptography_2.3.bb}    | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography_2.2.2.bb => python-cryptography_2.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography_2.2.2.bb => python3-cryptography_2.3.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index 64192f8..dbbfe2c 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] = "17c4ed4b4d0f25adbc576d89071dc92e"
-SRC_URI[sha256sum] = "9fc295bf69130a342e7a19a39d7bbeb15c0bcaabc7382ec33ef3b2b7d18d2f63"
+SRC_URI[md5sum] = "a0f3f563ab1c5c3bc02fae8d4aa3ad16"
+SRC_URI[sha256sum] = "c132bab45d4bd0fff1d3fe294d92b0a6eb8404e93337b3127bdec9f21de117e6"
 
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-cffi \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.2.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_2.2.2.bb
rename to meta-python/recipes-devtools/python/python-cryptography_2.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.2.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cryptography_2.2.2.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_2.3.bb
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-27 19:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 19:12 [meta-python][PATCH 1/2] python-cryptography-vectors: update to version 2.3 Derek Straka
2018-07-27 19:12 ` [meta-python][PATCH 2/2] python-cryptography: " Derek Straka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox