All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1
@ 2018-12-05  1:24 Hong Liu
  2018-12-05  1:24 ` [PATCH] [meta-python][PATCH]python-cryptography:upgrade to 2.4 Hong Liu
  2018-12-05 16:56 ` [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1 Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Hong Liu @ 2018-12-05  1:24 UTC (permalink / raw)
  To: openembedded-devel

1.Upgrade python-cryptography-vectors from 2.3 to 2.4.1

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
 ...yptography-vectors_2.3.bb => python-cryptography-vectors_2.4.1.bb} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography-vectors_2.3.bb => python-cryptography-vectors_2.4.1.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 d1e254b..04173f0 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] = "294d44f32885a6b97d5f9cdd7ffc73a3"
-SRC_URI[sha256sum] = "356a2ded84ae379e556515eec9b68dd74957651a38465d10605bb9fbae280f15"
+SRC_URI[md5sum] = "e7f44b1678e3071e2044a32f7c353d14"
+SRC_URI[sha256sum] = "829d43e8066056de8ea7b8ad311db79e47d8d658e23d5f5fc4b0245a1b3baa74"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.3.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography-vectors_2.3.bb
rename to meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb
-- 
2.7.4





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

* [PATCH] [meta-python][PATCH]python-cryptography:upgrade to 2.4
  2018-12-05  1:24 [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1 Hong Liu
@ 2018-12-05  1:24 ` Hong Liu
  2018-12-05 16:55   ` Khem Raj
  2018-12-05 16:56 ` [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1 Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Hong Liu @ 2018-12-05  1:24 UTC (permalink / raw)
  To: openembedded-devel

1.Upgrade python-cryptography from 2.3 to 2.4

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-cryptography.inc           | 4 ++--
 .../{python-cryptography_2.3.bb => python-cryptography_2.4.1.bb}      | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography_2.3.bb => python-cryptography_2.4.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index dbbfe2c..0e53d95 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] = "a0f3f563ab1c5c3bc02fae8d4aa3ad16"
-SRC_URI[sha256sum] = "c132bab45d4bd0fff1d3fe294d92b0a6eb8404e93337b3127bdec9f21de117e6"
+SRC_URI[md5sum] = "464f180ff64622760cca7167f97b3ff4"
+SRC_URI[sha256sum] = "e85b410885addaeb31a867eabcefc9ef4a7e904ad45eac9e60a763a54b244626"
 
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-cffi \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_2.3.bb
rename to meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb
-- 
2.7.4





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

* Re: [PATCH] [meta-python][PATCH]python-cryptography:upgrade to 2.4
  2018-12-05  1:24 ` [PATCH] [meta-python][PATCH]python-cryptography:upgrade to 2.4 Hong Liu
@ 2018-12-05 16:55   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2018-12-05 16:55 UTC (permalink / raw)
  To: hongl.fnst; +Cc: openembeded-devel

http://errors.yoctoproject.org/Errors/Details/203490/ plrase upgrade
py3 version too
On Tue, Dec 4, 2018 at 5:23 PM Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
>
> 1.Upgrade python-cryptography from 2.3 to 2.4
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta-python/recipes-devtools/python/python-cryptography.inc           | 4 ++--
>  .../{python-cryptography_2.3.bb => python-cryptography_2.4.1.bb}      | 0
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-cryptography_2.3.bb => python-cryptography_2.4.1.bb} (100%)
>
> diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
> index dbbfe2c..0e53d95 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] = "a0f3f563ab1c5c3bc02fae8d4aa3ad16"
> -SRC_URI[sha256sum] = "c132bab45d4bd0fff1d3fe294d92b0a6eb8404e93337b3127bdec9f21de117e6"
> +SRC_URI[md5sum] = "464f180ff64622760cca7167f97b3ff4"
> +SRC_URI[sha256sum] = "e85b410885addaeb31a867eabcefc9ef4a7e904ad45eac9e60a763a54b244626"
>
>  RDEPENDS_${PN} += " \
>      ${PYTHON_PN}-cffi \
> diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-cryptography_2.3.bb
> rename to meta-python/recipes-devtools/python/python-cryptography_2.4.1.bb
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1
  2018-12-05  1:24 [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1 Hong Liu
  2018-12-05  1:24 ` [PATCH] [meta-python][PATCH]python-cryptography:upgrade to 2.4 Hong Liu
@ 2018-12-05 16:56 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2018-12-05 16:56 UTC (permalink / raw)
  To: hongl.fnst; +Cc: openembeded-devel

plrase upgrade py3 version too see
http://errors.yoctoproject.org/Errors/Details/203492/
On Tue, Dec 4, 2018 at 5:22 PM Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
>
> 1.Upgrade python-cryptography-vectors from 2.3 to 2.4.1
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
>  ...yptography-vectors_2.3.bb => python-cryptography-vectors_2.4.1.bb} | 0
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-cryptography-vectors_2.3.bb => python-cryptography-vectors_2.4.1.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 d1e254b..04173f0 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] = "294d44f32885a6b97d5f9cdd7ffc73a3"
> -SRC_URI[sha256sum] = "356a2ded84ae379e556515eec9b68dd74957651a38465d10605bb9fbae280f15"
> +SRC_URI[md5sum] = "e7f44b1678e3071e2044a32f7c353d14"
> +SRC_URI[sha256sum] = "829d43e8066056de8ea7b8ad311db79e47d8d658e23d5f5fc4b0245a1b3baa74"
>
>  PYPI_PACKAGE = "cryptography_vectors"
>
> diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.3.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-cryptography-vectors_2.3.bb
> rename to meta-python/recipes-devtools/python/python-cryptography-vectors_2.4.1.bb
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2018-12-05 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05  1:24 [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1 Hong Liu
2018-12-05  1:24 ` [PATCH] [meta-python][PATCH]python-cryptography:upgrade to 2.4 Hong Liu
2018-12-05 16:55   ` Khem Raj
2018-12-05 16:56 ` [PATCH] [meta-python][PATCH] python-cryptography-vectors:upgrade to 2.4.1 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.