unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1.
@ 2023-04-06  5:47 jgart via Guix-patches via
  2023-06-19 10:28 ` Christopher Baines
  2023-06-20 15:17 ` jgart via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-04-06  5:47 UTC (permalink / raw)
  To: 62688; +Cc: Lars-Dominik Braun, jgart

* 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(-)

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





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

* [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1.
  2023-04-06  5:47 [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1 jgart via Guix-patches via
@ 2023-06-19 10:28 ` Christopher Baines
  2023-06-20 15:17 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-06-19 10:28 UTC (permalink / raw)
  To: jgart; +Cc: 62688

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


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * 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.

1: https://qa.guix.gnu.org/issue/62688

Would you be able to take a look?

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1.
  2023-04-06  5:47 [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1 jgart via Guix-patches via
  2023-06-19 10:28 ` Christopher Baines
@ 2023-06-20 15:17 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-06-20 15:17 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 62688

Hi Christopher,

> > 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




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

end of thread, other threads:[~2023-06-20 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-06  5:47 [bug#62688] [PATCH] gnu: python-websockets: Update to 11.0.1 jgart via Guix-patches via
2023-06-19 10:28 ` Christopher Baines
2023-06-20 15:17 ` jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).