[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/105: gnu: python-waitress: Update to 3.0.2.
From: |
guix-commits |
Subject: |
72/105: gnu: python-waitress: Update to 3.0.2. |
Date: |
Wed, 25 Dec 2024 10:20:56 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 2e17abb29678308b74745b15bcab27a80e6a3fda
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 4293b0f936..06e22bd99b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20366,23 +20366,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
- 15/105: gnu: Add python-webcolors@24.11.1., (continued)
- 15/105: gnu: Add python-webcolors@24.11.1., guix-commits, 2024/12/25
- 24/105: gnu: make-torbrowser: Unbundle nss., guix-commits, 2024/12/25
- 33/105: gnu: python-irc-parser-tests: Fix build and enable tests., guix-commits, 2024/12/25
- 43/105: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/25
- 46/105: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/25
- 50/105: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/25
- 51/105: gnu: Add python-repoze-lru., guix-commits, 2024/12/25
- 62/105: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/25
- 67/105: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/25
- 71/105: gnu: python-devtools: Simplify., guix-commits, 2024/12/25
- 72/105: gnu: python-waitress: Update to 3.0.2.,
guix-commits <=
- 74/105: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/25
- 76/105: gnu: python-a2wsgi: Disable one test., guix-commits, 2024/12/25
- 73/105: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/25
- 53/105: gnu: Add python-packaging-legacy., guix-commits, 2024/12/25
- 81/105: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/25
- 96/105: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/25
- 100/105: gnu: macs-3: Add missing input., guix-commits, 2024/12/25
- 17/105: gnu: python-flask-restx: Update to 1.3.0., guix-commits, 2024/12/25
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/25
- 22/105: gnu: make-torbrowser: Unbundle libwebp., guix-commits, 2024/12/25