all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73590] [PATCH] gnu: python-pyjwt: Update to 2.9.0.
@ 2024-10-01 20:47 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-10-01 20:47 UTC (permalink / raw)
  To: 73590

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



[-- Attachment #2: 0001-gnu-python-pyjwt-Update-to-2.9.0.patch --]
[-- Type: application/octet-stream, Size: 1866 bytes --]

From a2b373d35837dbca3e8731347bfee623aff834d4 Mon Sep 17 00:00:00 2001
Message-Id: <a2b373d35837dbca3e8731347bfee623aff834d4.1727815339.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 1 Oct 2024 20:41:30 +0000
Subject: [PATCH] gnu: python-pyjwt: Update to 2.9.0.

* gnu/packages/python-xyz.scm (python-pyjwt): Update to 2.9.0.

Change-Id: Iab36d23fbb69b5072864812eb8b4fa47e18a4de5
---
 gnu/packages/python-xyz.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index db9bd2198d..6afb8d5a0b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6024,22 +6024,28 @@ (define-public python-text-unidecode
 (define-public python-pyjwt
   (package
     (name "python-pyjwt")
-    (version "2.6.0")
+    (version "2.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyJWT" version))
        (sha256
         (base32
-         "1z85kwr945rbzrn5wabrsmck5x8disa9wc7b3y5gci7w65z5qa39"))))
+         "1pi3bk6mrii0m86vsw8anj1dzhzs1fwsns0ciq410p1xdqaqvqjp"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:test-flags
+      ;; tries to call out to an external server
+      `(list "-k"
+             (string-append "not test_get_jwt_set_sslcontext_default"))))
     (native-inputs
      (list python-coverage
            python-cryptography
            python-pytest
            python-sphinx
            python-sphinx-rtd-theme))
-    (home-page "https://github.com/progrium/pyjwt")
+    (home-page "https://github.com/jpadilla/pyjwt")
     (synopsis "JSON Web Token implementation in Python")
     (description
      "PyJWT is a JSON Web Token implementation written in Python.")

base-commit: 71fef00c95b22a1d917abdb28de5aa217b023e31
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-01 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01 20:47 [bug#73590] [PATCH] gnu: python-pyjwt: Update to 2.9.0 King, Spencer via Guix-patches via

Code repositories for project(s) associated with this external index

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

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.