[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/246: gnu: gunicorn: Update to 22.0.0.
From: |
guix-commits |
Subject: |
167/246: gnu: gunicorn: Update to 22.0.0. |
Date: |
Fri, 10 Jan 2025 10:47:42 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 8f0df8699ae76d4c1e9aab76797b504e2e7d1249
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jan 3 13:36:38 2025 +0100
gnu: gunicorn: Update to 22.0.0.
* gnu/packages/python-web.scm (gunicorn): Update to 22.0.0.
(gunicorn-next): Remove.
Change-Id: I3e62ce45ca3c48e5c76b83b15b08bf420ff4d476
---
gnu/packages/python-web.scm | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 27ac440014..0c24291b2e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -69,6 +69,7 @@
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
;;; Copyright © 2024 Attila Lendvai <attila@lendvai.name>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6500,13 +6501,16 @@ event loop. It is implemented in Cython and uses libuv
under the hood.")
(define-public gunicorn
(package
(name "gunicorn")
- (version "21.2.0")
+ (version "22.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "gunicorn" version))
(sha256
- (base32 "0cqhr2g880snpi45qvvch288m4fdyd5vqrcz3gk9hkv33pzqpv48"))))
+ (base32
+ "0qzc3ghayc137hlwrqqwkkhaf8f5h9ja21qwy4rznxpz75i462sa"))))
+ ;; CVE-2024-1135 is fixed in version 22.0.0.
+ (properties `((lint-hidden-cve . ("CVE-2024-1135"))))
(outputs '("out" "doc"))
(build-system pyproject-build-system)
(arguments
@@ -6577,21 +6581,6 @@ various web frameworks, simply implemented, light on
server resources,
and fairly speedy.")
(license license:expat)))
-(define-public gunicorn-next
- (package
- (inherit gunicorn)
- (name "gunicorn")
- (version "22.0.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "gunicorn" version))
- (sha256
- (base32
- "0qzc3ghayc137hlwrqqwkkhaf8f5h9ja21qwy4rznxpz75i462sa"))))
- ;; CVE-2024-1135 is fixed in version 22.0.0.
- (properties `((lint-hidden-cve . ("CVE-2024-1135"))))))
-
;; break cyclic dependency for python-aiohttp, which depends on gunicorn for
;; its tests
(define-public gunicorn-bootstrap
- 137/246: gnu: firebird: Update to 3.0.12; fixes build with gcc-14., (continued)
- 137/246: gnu: firebird: Update to 3.0.12; fixes build with gcc-14., guix-commits, 2025/01/10
- 121/246: gnu: openexr: Update to 3.3.2; fixes build with gcc-14., guix-commits, 2025/01/10
- 136/246: gnu: Add icu4c-71., guix-commits, 2025/01/10
- 141/246: gnu: openldap-for-linphone: Fix build with gcc-14., guix-commits, 2025/01/10
- 149/246: gnu: podofo: Fix build with gcc-14., guix-commits, 2025/01/10
- 151/246: gnu: tbb-2020.3: Fix build with gcc-14., guix-commits, 2025/01/10
- 155/246: gnu: doc++: Fix build with gcc-14., guix-commits, 2025/01/10
- 156/246: gnu: zeromq: Update to 4.3.5; fixes build with gcc-14., guix-commits, 2025/01/10
- 159/246: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14., guix-commits, 2025/01/10
- 161/246: gnu: r: Fix build with gcc-14., guix-commits, 2025/01/10
- 167/246: gnu: gunicorn: Update to 22.0.0.,
guix-commits <=
- 195/246: gnu: xdg-desktop-portal-1.16.0: Fix build., guix-commits, 2025/01/10
- 190/246: gnu: ghc-8.0.2: Build with gcc-13., guix-commits, 2025/01/10
- 194/246: gnu: Add gettext-minimal-0.21., guix-commits, 2025/01/10
- 191/246: gnu: ghc-8.4.4: Build with gcc-13., guix-commits, 2025/01/10
- 207/246: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/01/10
- 219/246: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/01/10
- 202/246: gnu: mplayer: Fix build with gcc-14., guix-commits, 2025/01/10
- 215/246: gnu: folks: Fix build with gcc-14., guix-commits, 2025/01/10
- 240/246: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2025/01/10
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/10