[PATCH] gnu: python-websockets: Update to 11.0.1.

  • Open
  • quality assurance status badge
Details
2 participants
  • jgart
  • Christopher Baines
Owner
unassigned
Submitted by
jgart
Severity
normal
J
J
jgart wrote on 6 Apr 2023 07:47
(address . guix-patches@gnu.org)
20230406054705.29947-1-jgart@dismail.de
* gnu/packages/python-web.scm (python-websockets): Update to 11.0.1.
[build-system]: Use pyproject-build-system.
---

Hi,

Here's a patch updating python-websockets to the latest release. Tests are passing.

all best,

jgart

gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 495e13acfe..d9475e9350 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6089,7 +6089,7 @@ (define-public python-warcio
(define-public python-websockets
(package
(name "python-websockets")
- (version "10.3")
+ (version "11.0.1")
(source
(origin
(method git-fetch)
@@ -6099,8 +6099,8 @@ (define-public python-websockets
(file-name (git-file-name name version))
(sha256
(base32
- "1vk7g5z977mi89hamwiqawpmibwvv9ghrf3pqva1waxmyc7gyjb5"))))
- (build-system python-build-system)
+ "1pbkm9hd0lfkd6j25vyd3dgj6bsyrpc5bd1i0ay68f7np45jjgvh"))))
+ (build-system pyproject-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
--
2.39.2
C
C
Christopher Baines wrote on 19 Jun 2023 12:27
tag 62688 moreinfo
(address . control@debbugs.gnu.org)
87legfeogx.fsf@cbaines.net
tags 62688 + moreinfo
quit
C
C
Christopher Baines wrote on 19 Jun 2023 12:28
Re: [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1.
(name . jgart)(address . jgart@dismail.de)(address . 62688@debbugs.gnu.org)
87ilbjkanu.fsf@cbaines.net
jgart via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (15 lines)
> * gnu/packages/python-web.scm (python-websockets): Update to 11.0.1.
> [build-system]: Use pyproject-build-system.
> ---
>
> Hi,
>
> Here's a patch updating python-websockets to the latest release. Tests are passing.
>
> all best,
>
> jgart
>
> gnu/packages/python-web.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Hi,

The status of [1] was a bit misleading, but it looks like this change
breaks at least python-sanic-bootstrap and python-uvicorn on
x86_64-linux.


Would you be able to take a look?

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSQLgVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcKNxAAjguRC7/C7+020vcSj4+hDDUTKUWkNaDu
/ZmNQRu6wk5q+JsbIbsSW/1cib182HwUSNbn01rPawFJDo9Vk9H2yZ3cOVWE8zWk
cMHbeHGpcwfx1EqQh9lg3cL2VP5oXguB53F1XOB5Mb9Nvw5hW9jsTwZg4hqIcu37
vNIk+0Kfu0svNozlLuyRDGQdruNZKwDpFQN5f80iMZibUzxpiYMOLa5xYS6Ex8s+
FZcS9oHyC0YMCJD5ctQwhnUVfnVNo+kuQfrKICyKAjhnFaCJZ5A00P1Fl2xnnLKD
zkg6aXYOjmetSbcc9d+4H+3mpiuqV7vqMhE0xxie8QTFTVPuI/2NVUpY87TY3PzJ
ZD2RLzB570foC54NB5Tvnceq3JYJQZeM5w5hklCYgGM1JIGouHwpugUMcyQK1Wap
FZUJjbxvB/zTESyEA1gfdKyp3apMsJJ3sHVJobKyuEcPEEOvKMv5vM9XK/ZGw/Qk
6HzY4PFRRJ2WKgHG4ft2XP35/uYzvretKlRgoetxCPu/TYv8YUn7lYI/AeHs9JMP
bMPA6Bi9ufNtowSl120XASsDTa5av2lh38ZmyuVqSCfP8tecsTkBo7OWDMLLj98H
6gmUn5BzLSgw9quK25EwBj/b6CHPPA6/cEmBy/w0qEuw1CpYNyTc3x/5l54ZLkl6
9Gtl2+Stzyc=
=vhov
-----END PGP SIGNATURE-----

J
(name . Christopher Baines)(address . mail@cbaines.net)(address . 62688@debbugs.gnu.org)
dda89af66c3b9a828af4850369529944@dismail.de
Hi Christopher,

Toggle quote (2 lines)
> > breaks at least python-sanic-bootstrap and python-uvicorn on

Hope all is well! I looked at this a bit yesterday.

I'll need to spend a some more time on it.

I'll give it another go this coming weekend, potentially before then.

python-sanic-bootstrap at least can be updated which also requires packaging two new dependencies. I'm hoping this might fix it.

This is the approach that I am going with at the moment.

I haven't looked into python-uvicorn yet.

If you have any further suggestions feel free to reply to this, otherwise, I'll keep you posted on the status of this ticket.

all best,

jgart
?