diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-09 08:32:50 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:06 +0100 |
| commit | 9d03e6f6216dfad6d43399bc621df56dede45319 (patch) | |
| tree | 71bfb9427a47c8adbd296befca40058605ea3f10 /gnu | |
| parent | b7d83919933370614cb5665ea4be899665fed03a (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 876e913b824..7a2e116f3ba 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4309,17 +4309,19 @@ your Web app.") (define-public python-webob (package (name "python-webob") - (version "1.8.6") + (version "1.8.9") (source (origin (method url-fetch) - (uri (pypi-uri "WebOb" version)) + (uri (pypi-uri "webob" version)) (sha256 (base32 - "026i3z99nr3px75isa9mbnky5i7rffiv4d124h5kxfjjsxz92fma")))) - (build-system python-build-system) + "12b5sl10yzzzz3g11kij3rdzk9y6583ywggc6h9nsxmnxpi7hq5d")))) + (build-system pyproject-build-system) + ;; tests: 2380 passed, 9 skipped, 1 xfailed, 12 warnings (native-inputs - (list python-nose)) + (list python-pytest + python-setuptools)) (home-page "https://webob.org/") (synopsis "WSGI request and response object") (description |
