[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60009] [PATCH 15/18] gnu: python-pyjwt: Update to 2.6.0.
From: |
Ricardo Wurmus |
Subject: |
[bug#60009] [PATCH 15/18] gnu: python-pyjwt: Update to 2.6.0. |
Date: |
Mon, 12 Dec 2022 15:27:13 +0100 |
* gnu/packages/python-xyz.scm (python-pyjwt): Update to 2.6.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove.
[native-inputs]: Add pytohn-coverage, python-pre-commit, python-sphinx, and
python-sphinx-rtd-theme.
---
gnu/packages/python-xyz.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 37c2caf400..a6983e4411 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4087,23 +4087,22 @@ (define-public python-text-unidecode
(define-public python-pyjwt
(package
(name "python-pyjwt")
- (version "2.4.0")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyJWT" version))
(sha256
(base32
- "1fmbcwfw1463wjzwbcgg3s16rad6kfb1mc5y7jbkp6v9ihh0hafl"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ "1z85kwr945rbzrn5wabrsmck5x8disa9wc7b3y5gci7w65z5qa39"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-cryptography python-pytest))
+ (list python-coverage
+ python-cryptography
+ python-pre-commit
+ python-pytest
+ python-sphinx
+ python-sphinx-rtd-theme))
(home-page "https://github.com/progrium/pyjwt")
(synopsis "JSON Web Token implementation in Python")
(description
--
2.36.1
- [bug#60009] [PATCH 02/18] gnu: python-hyperopt: Update to 0.2.7., (continued)
- [bug#60009] [PATCH 02/18] gnu: python-hyperopt: Update to 0.2.7., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., zimoun, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Simon Tournier, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Simon Tournier, 2022/12/12
- bug#60009: [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 17/18] gnu: seqmagick: Update to 0.8.4., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 14/18] gnu: python-apispec: Update to 6.0.2., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 15/18] gnu: python-pyjwt: Update to 2.6.0.,
Ricardo Wurmus <=
[bug#60009] [PATCH 16/18] gnu: python-flasgger: Update to 0.9.5., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 18/18] gnu: cnvkit: Update to 0.9.9., Ricardo Wurmus, 2022/12/12