[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/45: gnu: python-waitress: Update to 3.0.2.
From: |
guix-commits |
Subject: |
39/45: gnu: python-waitress: Update to 3.0.2. |
Date: |
Tue, 17 Dec 2024 11:50:38 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8feea1cd1617d5bb7d1df9797cffab603df81d25
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 12:36:58 2024 +0100
gnu: python-waitress: Update to 3.0.2.
* gnu/packages/python-xyz.scm (python-waitress): Update to 3.0.2.
[native-inputs]: Add python-coverage.
Change-Id: I6d0b78afe6e3ab371473f26db144586c0d97abba
---
gnu/packages/python-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 34f2ed52e8..52ec03acbe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20306,23 +20306,21 @@ templates into Python modules.")
(define-public python-waitress
(package
(name "python-waitress")
- (version "3.0.0")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "waitress" version))
(sha256
(base32
- "18dq4bibsv6cfhv6a3b16w2xwycxqkkiwbb0vpcwsd21n1ws8p80"))))
+ "07y3xyx2006f2ni5d55byh3y7w4kcg9xww7vmfjasi0cmzralak8"))))
(build-system pyproject-build-system)
(arguments
;; https://github.com/Pylons/waitress/issues/443
(list #:test-flags #~(list "-k" "not test_service_port")))
(native-inputs
- (list python-pytest
- python-pytest-cov
- python-setuptools
- python-wheel))
+ (list python-coverage python-pytest python-pytest-cov
+ python-setuptools python-wheel))
(home-page "https://github.com/Pylons/waitress")
(synopsis "Waitress WSGI server")
(description
- branch python-team created (now 6d218af734), guix-commits, 2024/12/17
- 01/45: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/17
- 02/45: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/17
- 09/45: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/17
- 17/45: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/17
- 12/45: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/17
- 15/45: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/17
- 31/45: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/17
- 39/45: gnu: python-waitress: Update to 3.0.2.,
guix-commits <=
- 41/45: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/17
- 42/45: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/17
- 05/45: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/17
- 10/45: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/17
- 13/45: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/17
- 16/45: gnu: Add python-strictyaml., guix-commits, 2024/12/17
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17