All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-python][PATCH] python3-requests: upgrade to 2.25.0
@ 2020-12-14  1:40 Chen Qi
  2020-12-15 15:02 ` Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2020-12-14  1:40 UTC (permalink / raw)
  To: openembedded-devel

The License checksum changes but the license remains the same, as
the change is only about copying apache2 license contents there.

This upgrade also solves the following issue on target.

root@qemux86-64:~# python3 -c 'import requests'
/usr/lib64/python3.9/site-packages/requests/_init_.py:89: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (3.0.4) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 ...thon3-requests_2.24.0.bb => python3-requests_2.25.0.bb} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-requests_2.24.0.bb => python3-requests_2.25.0.bb} (64%)

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-requests_2.24.0.bb
rename to meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
index de9a53584..5284f9598 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
@@ -1,12 +1,9 @@
 DESCRIPTION = "Python HTTP for Humans."
 HOMEPAGE = "http://python-requests.org"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=19b6be66ed463d93fa88c29f7860bcd7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:"
-
-SRC_URI[md5sum] = "b54bff26a389e5932e8b1c4983a99ce7"
-SRC_URI[sha256sum] = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"
+SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe][meta-python][PATCH] python3-requests: upgrade to 2.25.0
  2020-12-14  1:40 [oe][meta-python][PATCH] python3-requests: upgrade to 2.25.0 Chen Qi
@ 2020-12-15 15:02 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2020-12-15 15:02 UTC (permalink / raw)
  To: Chen Qi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2052 bytes --]


On 2020-12-13 8:40 p.m., Chen Qi wrote:
> The License checksum changes but the license remains the same, as
> the change is only about copying apache2 license contents there.
>
> This upgrade also solves the following issue on target.
>
> root@qemux86-64:~# python3 -c 'import requests'
> /usr/lib64/python3.9/site-packages/requests/_init_.py:89: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (3.0.4) doesn't match a supported version!
> warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...thon3-requests_2.24.0.bb => python3-requests_2.25.0.bb} | 7 ++-----
>   1 file changed, 2 insertions(+), 5 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-requests_2.24.0.bb => python3-requests_2.25.0.bb} (64%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
> similarity index 64%
> rename from meta-python/recipes-devtools/python/python3-requests_2.24.0.bb
> rename to meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
> index de9a53584..5284f9598 100644
> --- a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
> @@ -1,12 +1,9 @@
>   DESCRIPTION = "Python HTTP for Humans."
>   HOMEPAGE = "http://python-requests.org"
>   LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=19b6be66ed463d93fa88c29f7860bcd7"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
>   
> -FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:"
> -
> -SRC_URI[md5sum] = "b54bff26a389e5932e8b1c4983a99ce7"
> -SRC_URI[sha256sum] = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"
> +SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3131 bytes --]

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

end of thread, other threads:[~2020-12-15 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14  1:40 [oe][meta-python][PATCH] python3-requests: upgrade to 2.25.0 Chen Qi
2020-12-15 15:02 ` Trevor Gamblin

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.