* [kirkstone][PATCH 1/7] python3-urllib3: upgrade 1.26.9 -> 1.26.10
@ 2023-10-13 11:09 chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 2/7] python3-urllib3: upgrade 1.26.10 -> 1.26.11 chee.yang.lee
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
From: wangmy <wangmy@fujitsu.com>
Add dependence python3-logging.
Changelog:
=========
* Removed support for Python 3.5
* Fixed an issue where a "ProxyError" recommending configuring the proxy as HTTP
instead of HTTPS could appear even when an HTTPS proxy wasn't configured.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a8a26a92dfe367472daf086a33a1b30ff6d17540)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
.../{python3-urllib3_1.26.9.bb => python3-urllib3_1.26.10.bb} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.9.bb => python3-urllib3_1.26.10.bb} (82%)
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.9.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.9.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
index 95ae4a54a40..a8e2073d71e 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.9.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
-SRC_URI[sha256sum] = "aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"
+SRC_URI[sha256sum] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"
inherit pypi setuptools3
@@ -15,6 +15,7 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-netclient \
${PYTHON_PN}-pyopenssl \
${PYTHON_PN}-threading \
+ ${PYTHON_PN}-logging \
"
CVE_PRODUCT = "urllib3"
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [kirkstone][PATCH 2/7] python3-urllib3: upgrade 1.26.10 -> 1.26.11
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 ` chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 3/7] python3-urllib3: upgrade 1.26.11 -> 1.26.12 chee.yang.lee
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
From: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dbe07ff87e2cb1a8276e69a43c7cdbb9ae6e5493)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
.../{python3-urllib3_1.26.10.bb => python3-urllib3_1.26.11.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.10.bb => python3-urllib3_1.26.11.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
index a8e2073d71e..a8d47de0f42 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
-SRC_URI[sha256sum] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"
+SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"
inherit pypi setuptools3
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [kirkstone][PATCH 3/7] python3-urllib3: upgrade 1.26.11 -> 1.26.12
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 ` chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 4/7] python3-urllib3: upgrade 1.26.12 -> 1.26.13 chee.yang.lee
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
From: wangmy <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit cb05578af3ace6e3983f93e16d9ad1ac2a65fbe2)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
.../{python3-urllib3_1.26.11.bb => python3-urllib3_1.26.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.11.bb => python3-urllib3_1.26.12.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
index a8d47de0f42..1cd69bcb104 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
-SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"
+SRC_URI[sha256sum] = "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"
inherit pypi setuptools3
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [kirkstone][PATCH 4/7] python3-urllib3: upgrade 1.26.12 -> 1.26.13
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 ` chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 5/7] python3-urllib3: upgrade 1.26.13 -> 1.26.14 chee.yang.lee
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
From: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b18552f69a2eb8900981a10ba386dc4f862b29c3)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
.../{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.13.bb
index 1cd69bcb104..7af95117cf1 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
-SRC_URI[sha256sum] = "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"
+SRC_URI[sha256sum] = "c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"
inherit pypi setuptools3
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [kirkstone][PATCH 5/7] python3-urllib3: upgrade 1.26.13 -> 1.26.14
2023-10-13 11:09 [kirkstone][PATCH 1/7] python3-urllib3: upgrade 1.26.9 -> 1.26.10 chee.yang.lee
` (2 preceding siblings ...)
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
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
5 siblings, 0 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [kirkstone][PATCH 6/7] python3-urllib3: upgrade 1.26.14 -> 1.26.15
2023-10-13 11:09 [kirkstone][PATCH 1/7] python3-urllib3: upgrade 1.26.9 -> 1.26.10 chee.yang.lee
` (3 preceding siblings ...)
2023-10-13 11:09 ` [kirkstone][PATCH 5/7] python3-urllib3: upgrade 1.26.13 -> 1.26.14 chee.yang.lee
@ 2023-10-13 11:09 ` chee.yang.lee
2023-10-13 11:09 ` [kirkstone][PATCH 7/7] python3-urllib3: 1.26.15 -> 1.26.17 chee.yang.lee
5 siblings, 0 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
* Fix socket timeout value when "HTTPConnection" is reused ('#2645 <https://github.com/urllib3/urllib3/issues/2645>'__)
* Remove "!" character from the unreserved characters in IPv6 Zone ID parsing
('#2899 <https://github.com/urllib3/urllib3/issues/2899>'__)
* Fix IDNA handling of '\x80' byte ('#2901 <https://github.com/urllib3/urllib3/issues/2901>'__)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8e062efbac29a81831c3060bcae601dc533d65dd)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
.../{python3-urllib3_1.26.14.bb => python3-urllib3_1.26.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.14.bb => python3-urllib3_1.26.15.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
index f35a141df26..d2de7c4c022 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
-SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"
+SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"
inherit pypi setuptools3
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [kirkstone][PATCH 7/7] python3-urllib3: 1.26.15 -> 1.26.17
2023-10-13 11:09 [kirkstone][PATCH 1/7] python3-urllib3: upgrade 1.26.9 -> 1.26.10 chee.yang.lee
` (4 preceding siblings ...)
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 ` chee.yang.lee
5 siblings, 0 replies; 7+ messages in thread
From: chee.yang.lee @ 2023-10-13 11:09 UTC (permalink / raw)
To: openembedded-core
From: Lee Chee Yang <chee.yang.lee@intel.com>
1.26.17 (2023-10-02)
Added the Cookie header to the list of headers to strip from requests
when redirecting to a different host. As before, different headers can
be set via Retry.remove_headers_on_redirect. (CVE-2023-43804)
1.26.16 (2023-05-23)
Fixed thread-safety issue where accessing a PoolManager with many
distinct origins would cause connection pools to be closed while
requests are in progress (#2954)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
.../{python3-urllib3_1.26.15.bb => python3-urllib3_1.26.17.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.15.bb => python3-urllib3_1.26.17.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.17.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.17.bb
index d2de7c4c022..57b166870aa 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.17.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
-SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"
+SRC_URI[sha256sum] = "24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"
inherit pypi setuptools3
--
2.37.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-10-13 11:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [kirkstone][PATCH 5/7] python3-urllib3: upgrade 1.26.13 -> 1.26.14 chee.yang.lee
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
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.