All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCHv2] python3-urllib3: Upgrade 1.25.9 -> 1.25.10
@ 2020-07-24 16:33 Leon Anavi
  2020-07-28 13:34 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2020-07-24 16:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.25.10:

* Added support for ``SSLKEYLOGFILE`` environment variable for
  logging TLS session keys with use with programs like
  Wireshark for decrypting captured web traffic
* Fixed loading of SecureTransport libraries on macOS Big Sur
  due to the new dynamic linker cache
* Collapse chunked request bodies data and framing into one
  call to ``send()`` to reduce the number of TCP packets by 2-4x
* Don't insert ``None`` into ``ConnectionPool`` if the pool
  was empty when requesting a connection
* Avoid ``hasattr`` call in ``BrotliDecoder.decompress()``

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-urllib3_1.25.9.bb => python3-urllib3_1.25.10.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-urllib3_1.25.9.bb => python3-urllib3_1.25.10.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
rename to meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
index 8cbc1f9f9..db985a2ff 100644
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e"
 
-SRC_URI[md5sum] = "dbf9b868b90880b24b1ac278094e912e"
-SRC_URI[sha256sum] = "3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"
+SRC_URI[md5sum] = "94e3d4d472a14e788d4bd1a903fd102b"
+SRC_URI[sha256sum] = "91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCHv2] python3-urllib3: Upgrade 1.25.9 -> 1.25.10
  2020-07-24 16:33 [meta-python][PATCHv2] python3-urllib3: Upgrade 1.25.9 -> 1.25.10 Leon Anavi
@ 2020-07-28 13:34 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2020-07-28 13:34 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 7/24/20 12:33 PM, Leon Anavi wrote:
> Upgrade to release 1.25.10:
>
> * Added support for ``SSLKEYLOGFILE`` environment variable for
>    logging TLS session keys with use with programs like
>    Wireshark for decrypting captured web traffic
> * Fixed loading of SecureTransport libraries on macOS Big Sur
>    due to the new dynamic linker cache
> * Collapse chunked request bodies data and framing into one
>    call to ``send()`` to reduce the number of TCP packets by 2-4x
> * Don't insert ``None`` into ``ConnectionPool`` if the pool
>    was empty when requesting a connection
> * Avoid ``hasattr`` call in ``BrotliDecoder.decompress()``
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-urllib3_1.25.9.bb => python3-urllib3_1.25.10.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-urllib3_1.25.9.bb => python3-urllib3_1.25.10.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
> rename to meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
> index 8cbc1f9f9..db985a2ff 100644
> --- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
> +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e"
>   
> -SRC_URI[md5sum] = "dbf9b868b90880b24b1ac278094e912e"
> -SRC_URI[sha256sum] = "3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"
> +SRC_URI[md5sum] = "94e3d4d472a14e788d4bd1a903fd102b"
> +SRC_URI[sha256sum] = "91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

end of thread, other threads:[~2020-07-28 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 16:33 [meta-python][PATCHv2] python3-urllib3: Upgrade 1.25.9 -> 1.25.10 Leon Anavi
2020-07-28 13:34 ` [oe] " 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.