gnu: python-webob: Update to 1.8.9.

* gnu/packages/python-web.scm (python-webob): Update to 1.8.9.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-nose; add python-pytest and
  python-setuptools.

Change-Id: I8b98fc29f5f32370f5083f44bcaef38afd03b14f
This commit is contained in:
Sharlatan Hellseher 2025-08-09 08:32:50 +01:00
parent b7d8391993
commit 9d03e6f621
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4309,17 +4309,19 @@ your Web app.")
(define-public python-webob (define-public python-webob
(package (package
(name "python-webob") (name "python-webob")
(version "1.8.6") (version "1.8.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "WebOb" version)) (uri (pypi-uri "webob" version))
(sha256 (sha256
(base32 (base32
"026i3z99nr3px75isa9mbnky5i7rffiv4d124h5kxfjjsxz92fma")))) "12b5sl10yzzzz3g11kij3rdzk9y6583ywggc6h9nsxmnxpi7hq5d"))))
(build-system python-build-system) (build-system pyproject-build-system)
;; tests: 2380 passed, 9 skipped, 1 xfailed, 12 warnings
(native-inputs (native-inputs
(list python-nose)) (list python-pytest
python-setuptools))
(home-page "https://webob.org/") (home-page "https://webob.org/")
(synopsis "WSGI request and response object") (synopsis "WSGI request and response object")
(description (description