1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: python-http-ece: Update to 1.2.1.

* gnu/packages/python-web.scm (python-http-ece): Update to 1.2.1.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-coverage, python-flake8, python-mock, and
python-nose; add python-pytest, python-pytest-cov, and
python-setuptools.

Change-Id: Ibec1df50d880567b9072e04b760f33593ccc5339
This commit is contained in:
Sharlatan Hellseher
2025-10-31 14:48:35 +00:00
parent a144005c93
commit eaea3c9ced
+7 -6
View File
@@ -10906,7 +10906,7 @@ interpreter written in pure Python.")
(define-public python-http-ece (define-public python-http-ece
(package (package
(name "python-http-ece") (name "python-http-ece")
(version "1.2.0") (version "1.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -10915,18 +10915,19 @@ interpreter written in pure Python.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "16kd9dsfpyfvq4iw6bbrrqrvsnf5lwgwa6p9f3b1y56ab18y0kzx"))))
"11v9cpmx4jc0nk25af96plzjz3mg1ysm1m001nx6jns06hil1gpy")))) (build-system pyproject-build-system)
(build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'change-directory (add-after 'unpack 'change-directory
(lambda _ (chdir "python") #t))))) (lambda _ (chdir "python") #t)))))
(native-inputs
(list python-pytest
python-pytest-cov
python-setuptools))
(propagated-inputs (propagated-inputs
(list python-cryptography)) (list python-cryptography))
(native-inputs
(list python-coverage python-flake8 python-mock python-nose))
(home-page "https://github.com/web-push-libs/encrypted-content-encoding") (home-page "https://github.com/web-push-libs/encrypted-content-encoding")
(synopsis "Encrypted Content Encoding for HTTP") (synopsis "Encrypted Content Encoding for HTTP")
(description (description