diff mbox series

[meta-python,2/3] python3-tornado: Upgrade 6.4 -> 6.4.1

Message ID 20240619122019.529213-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-moteus: Upgrade 0.3.70 -> 0.3.71 | expand

Commit Message

Leon Anavi June 19, 2024, 12:20 p.m. UTC
Upgrade to version 6.4.1:

- Parsing of the Transfer-Encoding header is now stricter.
- Handling of whitespace in headers now matches the RFC more
  closely. Only space and tab characters are treated as whitespace
  and stripped from the beginning and end of header values.
- tornado.curl_httpclient now prohibits carriage return and
  linefeed headers in HTTP headers.

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

Comments

Tim Orling June 19, 2024, 10:15 p.m. UTC | #1
We should update to “inherit python_setuptools_build_meta” per
https://github.com/tornadoweb/tornado/blob/2a0e1d13b5222dca4388c0ec8a4bb74ea6fa4af2/pyproject.toml#L3


On Wed, Jun 19, 2024 at 5:20 AM Leon Anavi via lists.openembedded.org
<leon.anavi=konsulko.com@lists.openembedded.org> wrote:

> Upgrade to version 6.4.1:
>
> - Parsing of the Transfer-Encoding header is now stricter.
> - Handling of whitespace in headers now matches the RFC more
>   closely. Only space and tab characters are treated as whitespace
>   and stripped from the beginning and end of header values.
> - tornado.curl_httpclient now prohibits carriage return and
>   linefeed headers in HTTP headers.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>  .../python/{python3-tornado_6.4.bb => python3-tornado_6.4.1.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-tornado_6.4.bb =>
> python3-tornado_6.4.1.bb} (93%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> b/meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
> similarity index 93%
> rename from meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> rename to meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
> index b01c1cec2..30b50f24f 100644
> --- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
> @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRC_URI[sha256sum] =
> "72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee"
> +SRC_URI[sha256sum] =
> "92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9"
>
>  inherit pypi setuptools3
>
> --
> 2.39.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#110965):
> https://lists.openembedded.org/g/openembedded-devel/message/110965
> Mute This Topic: https://lists.openembedded.org/mt/106759044/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Khem Raj June 22, 2024, 4:39 a.m. UTC | #2
On Wed, Jun 19, 2024 at 3:15 PM Tim Orling via lists.openembedded.org
<ticotimo=gmail.com@lists.openembedded.org> wrote:
>
> We should update to “inherit python_setuptools_build_meta” per
> https://github.com/tornadoweb/tornado/blob/2a0e1d13b5222dca4388c0ec8a4bb74ea6fa4af2/pyproject.toml#L3
>

https://github.com/tornadoweb/tornado/commit/e71fb6e616e08838df55dddb494c96a80454f812

added the needed support for wheels, I think a followup to do this
would be just fine

>
> On Wed, Jun 19, 2024 at 5:20 AM Leon Anavi via lists.openembedded.org <leon.anavi=konsulko.com@lists.openembedded.org> wrote:
>>
>> Upgrade to version 6.4.1:
>>
>> - Parsing of the Transfer-Encoding header is now stricter.
>> - Handling of whitespace in headers now matches the RFC more
>>   closely. Only space and tab characters are treated as whitespace
>>   and stripped from the beginning and end of header values.
>> - tornado.curl_httpclient now prohibits carriage return and
>>   linefeed headers in HTTP headers.
>>
>> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
>> ---
>>  .../python/{python3-tornado_6.4.bb => python3-tornado_6.4.1.bb} | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>  rename meta-python/recipes-devtools/python/{python3-tornado_6.4.bb => python3-tornado_6.4.1.bb} (93%)
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
>> similarity index 93%
>> rename from meta-python/recipes-devtools/python/python3-tornado_6.4.bb
>> rename to meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
>> index b01c1cec2..30b50f24f 100644
>> --- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
>> +++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
>> @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
>>  LICENSE = "Apache-2.0"
>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>>
>> -SRC_URI[sha256sum] = "72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee"
>> +SRC_URI[sha256sum] = "92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9"
>>
>>  inherit pypi setuptools3
>>
>> --
>> 2.39.2
>>
>>
>>
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#110968): https://lists.openembedded.org/g/openembedded-devel/message/110968
> Mute This Topic: https://lists.openembedded.org/mt/106759044/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-tornado_6.4.bb
rename to meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
index b01c1cec2..30b50f24f 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.1.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee"
+SRC_URI[sha256sum] = "92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9"
 
 inherit pypi setuptools3