All of lore.kernel.org
 help / color / mirror / Atom feed
From: chee.yang.lee@intel.com
To: openembedded-core@lists.openembedded.org
Subject: [kirkstone][PATCH 5/7] python3-urllib3: upgrade 1.26.13 -> 1.26.14
Date: Fri, 13 Oct 2023 19:09:39 +0800	[thread overview]
Message-ID: <20231013110941.2223228-5-chee.yang.lee@intel.com> (raw)
In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com>

From: Tim Orling <ticotimo@gmail.com>

https://github.com/urllib3/urllib3/blob/1.26.14/CHANGES.rst#12614-2023-01-11

1.26.14 (2023-01-11)
    Fixed parsing of port 0 (zero) returning None, instead of 0. (#2850)
    Removed deprecated getheaders() calls in contrib module.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 55ab1bf20e6893088acb6460e9004dac8e205559)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
 .../{python3-urllib3_1.26.13.bb => python3-urllib3_1.26.14.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-urllib3_1.26.13.bb => python3-urllib3_1.26.14.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.13.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
index 7af95117cf1..f35a141df26 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
 
-SRC_URI[sha256sum] = "c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"
+SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"
 
 inherit pypi setuptools3
 
-- 
2.37.3



  parent reply	other threads:[~2023-10-13 11:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13 11:09 [kirkstone][PATCH 1/7] python3-urllib3: upgrade 1.26.9 -> 1.26.10 chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 2/7] python3-urllib3: upgrade 1.26.10 -> 1.26.11 chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 3/7] python3-urllib3: upgrade 1.26.11 -> 1.26.12 chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 4/7] python3-urllib3: upgrade 1.26.12 -> 1.26.13 chee.yang.lee
2023-10-13 11:09 ` chee.yang.lee [this message]
2023-10-13 11:09 ` [kirkstone][PATCH 6/7] python3-urllib3: upgrade 1.26.14 -> 1.26.15 chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 7/7] python3-urllib3: 1.26.15 -> 1.26.17 chee.yang.lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231013110941.2223228-5-chee.yang.lee@intel.com \
    --to=chee.yang.lee@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.