All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1
@ 2021-01-04 19:19 Leon Anavi
  2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leon Anavi @ 2021-01-04 19:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.25.1:

- Requests now treats application/json as utf8 by default.
  Resolving inconsistencies between r.text and r.json output.
- Requests now supports chardet v4.x.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-requests_2.25.0.bb => python3-requests_2.25.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-requests_2.25.0.bb => python3-requests_2.25.1.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
rename to meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
index 5284f95982..6af836543b 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
+SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-01-08 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 19:19 [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Leon Anavi
2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
2021-01-08 16:01   ` [oe] " Trevor Gamblin
2021-01-04 19:19 ` [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1 Leon Anavi
2021-01-08 16:01   ` [oe] " Trevor Gamblin
2021-01-08 16:01 ` [oe] [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 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.