[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/187: gnu: Remove python-starlette-for-fastapi-0.88.
From: |
guix-commits |
Subject: |
168/187: gnu: Remove python-starlette-for-fastapi-0.88. |
Date: |
Wed, 8 Jan 2025 10:16:07 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 693924bb3976965f9f812db00a1186376db63e01
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")
- 134/187: gnu: python-botocore: Update to 1.35.91., (continued)
- 134/187: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/08
- 142/187: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/08
- 158/187: gnu: python-pydantic-settings: Update to 2.7.1., guix-commits, 2025/01/08
- 39/187: gnu: python-devpi-process: Add missing input., guix-commits, 2025/01/08
- 82/187: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/08
- 110/187: gnu: python-matrix-nio: Update to 0.25.2., guix-commits, 2025/01/08
- 140/187: gnu: python-kombu: Add missing inputs., guix-commits, 2025/01/08
- 133/187: gnu: python-geopandas: Update to 1.0.1., guix-commits, 2025/01/08
- 146/187: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/08
- 159/187: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/08
- 168/187: gnu: Remove python-starlette-for-fastapi-0.88.,
guix-commits <=
- 169/187: gnu: python-pytorch-geometric: Disable one test., guix-commits, 2025/01/08
- 162/187: gnu: python-lightning-cloud: Update to 0.5.70., guix-commits, 2025/01/08
- 183/187: gnu: python-flask-assets: Update to 2.1.0-1.62efd23., guix-commits, 2025/01/08
- 184/187: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/08
- 173/187: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/08
- 175/187: gnu: python-pypika-tortoise: Add missing input., guix-commits, 2025/01/08
- 186/187: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/08
- 131/187: gnu: Remove python-dataclasses., guix-commits, 2025/01/08