All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/python-aiohttp-sse: bump to version 2.1.0
Date: Sat, 1 Jan 2022 10:55:08 +0100	[thread overview]
Message-ID: <20220101095508.GS3390456@scaer> (raw)
In-Reply-To: <20220101003125.1957739-1-james.hilliard1@gmail.com>

James, All,

On 2021-12-31 17:31 -0700, James Hilliard spake thusly:
> License hash change due to full text removal:
> https://github.com/aio-libs/aiohttp-sse/commit/307fd35a84a66b7fb5adfd70cd5b7d709fa8508c
> 
> Fixes(python 3.10 compatibility):
>   File "/usr/lib/python3.10/site-packages/aiohttp_sse/__init__.py", line 107, in wait
>   File "/usr/lib/python3.10/site-packages/aiohttp_sse/__init__.py", line 144, in _ping
> TypeError: sleep() got an unexpected keyword argument 'loop'
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

This, and your 8 following python-related patches, applied to master,
thanks.

Regards,
Yann E. MORIN.

> ---
>  package/python-aiohttp-sse/python-aiohttp-sse.hash | 6 +++---
>  package/python-aiohttp-sse/python-aiohttp-sse.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-aiohttp-sse/python-aiohttp-sse.hash b/package/python-aiohttp-sse/python-aiohttp-sse.hash
> index 2f21da462e..224601450c 100644
> --- a/package/python-aiohttp-sse/python-aiohttp-sse.hash
> +++ b/package/python-aiohttp-sse/python-aiohttp-sse.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/aiohttp-sse/json
> -md5	d2f394fb75f591045b2c94fc17c8533d  aiohttp-sse-2.0.0.tar.gz
> -sha256	547e1eaa129749f090d02b31956215edbcde74ce99721f5f0ac902a9ccb1202e  aiohttp-sse-2.0.0.tar.gz
> +md5  822cd0c30325e8a711101c1a1ede4058  aiohttp-sse-2.1.0.tar.gz
> +sha256  dfe8f7271ab4470891fa1bfa1913d6889b3d19015dd3d3a4cab949e66971bbca  aiohttp-sse-2.1.0.tar.gz
>  # Locally computed sha256 checksums
> -sha256	cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14  LICENSE
> +sha256  5585eb91ec607b4fdbe97d44a61146a9cc27bb703336628bc3c6a1eaffe60307  LICENSE
> diff --git a/package/python-aiohttp-sse/python-aiohttp-sse.mk b/package/python-aiohttp-sse/python-aiohttp-sse.mk
> index 7a7a0d0a70..2aef1579f5 100644
> --- a/package/python-aiohttp-sse/python-aiohttp-sse.mk
> +++ b/package/python-aiohttp-sse/python-aiohttp-sse.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_AIOHTTP_SSE_VERSION = 2.0.0
> +PYTHON_AIOHTTP_SSE_VERSION = 2.1.0
>  PYTHON_AIOHTTP_SSE_SOURCE = aiohttp-sse-$(PYTHON_AIOHTTP_SSE_VERSION).tar.gz
> -PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2b/50/e127729f7df53c32c96b5c71932a7262cad40c83f1e19c218b068c816d51
> +PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2f/3f/cc4f5a3fe6cb50ad5b9d26bb7738c5da1f61645b517d4230df2fc32d89f0
>  PYTHON_AIOHTTP_SSE_SETUP_TYPE = setuptools
>  PYTHON_AIOHTTP_SSE_LICENSE = Apache-2.0
>  PYTHON_AIOHTTP_SSE_LICENSE_FILES = LICENSE
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2022-01-01  9:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01  0:31 [Buildroot] [PATCH 1/1] package/python-aiohttp-sse: bump to version 2.1.0 James Hilliard
2022-01-01  9:55 ` Yann E. MORIN [this message]

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=20220101095508.GS3390456@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    /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.