[oe] [meta-python][PATCH] python-cryptography-vectors: 2.1.4 -> 2.2

akuster808 akuster808 at gmail.com
Wed Mar 21 14:48:27 UTC 2018



On 03/20/2018 08:36 PM, Huang Qiyu wrote:
> Upgrade python-cryptography-vectors from 2.1.4 to 2.2.

I am seeing:

ERROR: python3-cryptography-vectors-2.1.4-r0 do_fetch: Checksum failure
fetching
https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-2.1.4.tar.gz
ERROR: python3-cryptography-vectors-2.1.4-r0 do_fetch: Fetcher failure
for URL:
'https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-2.1.4.tar.gz'.
Checksum mismatch!
File: '/home/akuster/OE/downloads/cryptography_vectors-2.1.4.tar.gz' has
md5 checksum ef115b870cc8d8b9f0f4189b512bc170 when
303a08ff50a5590d0ba05252981417ee was expected
File: '/home/akuster/OE/downloads/cryptography_vectors-2.1.4.tar.gz' has
sha256 checksum
78c4b4f3f84853ea5d038e2f53d355229dd8119fe9cf949c3e497c85c760a5ca when
cf601c7d87ad6a938bcea29062375dce1d3e26dabd1db52bbc37eeaf4aac970d was
expected
If this change is expected (e.g. you have upgraded to a new version
without updating the checksums) then you can use these lines within the
recipe:
SRC_URI[md5sum] = "ef115b870cc8d8b9f0f4189b512bc170"
SRC_URI[sha256sum] =
"78c4b4f3f84853ea5d038e2f53d355229dd8119fe9cf949c3e497c85c760a5ca"
Otherwise you should retry the download and/or check with upstream to
determine if the file has become corrupted or otherwise unexpectedly
modified.


please double check

- armin
>
> Signed-off-by: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
> ---
>  meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
>  ...yptography-vectors_2.1.4.bb => python-cryptography-vectors_2.2.bb} | 0
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-cryptography-vectors_2.1.4.bb => python-cryptography-vectors_2.2.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 00bb87b..31461ec 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] = "ef115b870cc8d8b9f0f4189b512bc170"
> -SRC_URI[sha256sum] = "78c4b4f3f84853ea5d038e2f53d355229dd8119fe9cf949c3e497c85c760a5ca"
> +SRC_URI[md5sum] = "303a08ff50a5590d0ba05252981417ee"
> +SRC_URI[sha256sum] = "cf601c7d87ad6a938bcea29062375dce1d3e26dabd1db52bbc37eeaf4aac970d"
>  
>  PYPI_PACKAGE = "cryptography_vectors"
>  
> diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.1.4.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-cryptography-vectors_2.1.4.bb
> rename to meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.bb




More information about the Openembedded-devel mailing list