diff options
| author | Aaron Covrig <aaron.covrig.us@ieee.org> | 2025-12-22 08:00:51 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 17:34:12 +0000 |
| commit | 1ffe9cf1f4629fa2f96449d63c57323812451012 (patch) | |
| tree | 34d905e06d8f7c316022ee15eb95fd078cd0b083 /gnu/packages/python-web.scm | |
| parent | 12d17eccd917ac701b6e16e5922056ab1d302148 (diff) | |
gnu: python-uritemplate: Update to 4.2.0.
* gnu/packages/python-web.scm (python-uritemplate): Update to 4.2.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
[home-page]: Update URL.
Change-Id: I29c8caa1055a11f2faa20f5c3ffd4be7e9297f14
Reviewed-by: Nguyễn Gia Phong <cnx@loang.net>
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8522f5c74bf..cfbb3c12ce3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -86,6 +86,7 @@ ;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl> ;;; Copyright © 2025 Artur Wroblewski <wrobell@riseup.net> ;;; Copyright © 2025 Allan Adair <allan@adair.no> +;;; Copyright © 2025 Aaron Covrig <aaron.covrig.us@ieee.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -8356,16 +8357,17 @@ authentication for Flask routes.") (define-public python-uritemplate (package (name "python-uritemplate") - (version "4.1.1") + (version "4.2.0") (source (origin (method url-fetch) (uri (pypi-uri "uritemplate" version)) (sha256 (base32 - "1w14a775d92mx9pdhb5zimifpfr2lfcn0vfdpjagcy9vbkyfsij3")))) - (build-system python-build-system) - (home-page "https://uritemplate.readthedocs.org") + "03lxxkk0kjn6z7z1f9hqvsaqfrny1qds7vi36f35b2c7h38jw328")))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools)) + (home-page "https://uritemplate.readthedocs.io/") (synopsis "Library to deal with URI Templates") (description "@code{uritemplate} provides Python library to deal with URI Templates.") |
