[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/299: gnu: Remove python-starlette-for-fastapi-0.88.
From: |
guix-commits |
Subject: |
167/299: gnu: Remove python-starlette-for-fastapi-0.88. |
Date: |
Mon, 13 Jan 2025 15:18:22 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit e6b404427ed2416c0d31f73869e8f90c8a014134
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 4 21:32:07 2025 +0100
gnu: Remove python-starlette-for-fastapi-0.88.
* gnu/packages/python-web.scm (python-starlette-for-fastapi-0.88): Delete
variable.
Change-Id: Idf8b453834dee2051cec8b7fc34f6681aa8480c6
---
gnu/packages/python-web.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7a74b5a330..aeabc26319 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9752,26 +9752,6 @@ SendGrid Web API v3 endpoints, including the new v3
/mail/send.")
Interface) framework/toolkit for building async web services in Python.")
(license license:bsd-3)))
-(define-public python-starlette-for-fastapi-0.88
- (package
- (inherit python-starlette)
- (name "python-starlette")
- (version "0.22.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/encode/starlette")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0ybhcw80vj44p5b61kbm0jmw4lndm0dqsysi33rysnh20csqn8dz"))))
- (arguments
- (list
- #:test-flags
- ;; XXX: unclear why these tests fail with a decoding error.
- '(list "-k" "not test_gzip_ignored_for_responses_with_encoding_set")))))
-
(define-public python-starsessions
(package
(name "python-starsessions")
- 116/299: gnu: python-apprise: Update to 1.9.1., (continued)
- 116/299: gnu: python-apprise: Update to 1.9.1., guix-commits, 2025/01/13
- 144/299: gnu: python-pillow-simd: Update to 10.0.1.post0., guix-commits, 2025/01/13
- 127/299: gnu: python-moto: Update to 5.0.25., guix-commits, 2025/01/13
- 185/299: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/13
- 21/299: gnu: Add python-devpi-common., guix-commits, 2025/01/13
- 101/299: gnu: python-matrix-nio: Use test-flags., guix-commits, 2025/01/13
- 128/299: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/13
- 122/299: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/13
- 164/299: gnu: python-starsessions: Update input., guix-commits, 2025/01/13
- 129/299: gnu: python-thinc: Remove old version of dataclasses., guix-commits, 2025/01/13
- 167/299: gnu: Remove python-starlette-for-fastapi-0.88.,
guix-commits <=
- 155/299: gnu: python-pdm-backend: Update to 2.4.3., guix-commits, 2025/01/13
- 173/299: gnu: python-asgi-lifespan: Update to 2.1.0., guix-commits, 2025/01/13
- 169/299: gnu: python-wrapt: Update to 1.17.0., guix-commits, 2025/01/13
- 168/299: gnu: python-pytorch-geometric: Disable one test., guix-commits, 2025/01/13
- 176/299: gnu: python-legacy-api-wrap: Update to 1.4.1., guix-commits, 2025/01/13
- 180/299: gnu: Remove python-flask-basicauth., guix-commits, 2025/01/13
- 171/299: gnu: python-anndata: Update to 0.11.1., guix-commits, 2025/01/13
- 170/299: guix: toml: Fix evaluation of empty inline tables., guix-commits, 2025/01/13
- 186/299: gnu: python-cattrs: Disable failing test., guix-commits, 2025/01/13
- 187/299: gnu: python-gseapy: Add missing input., guix-commits, 2025/01/13