commit:     b2205a13200f5915664ccb6be784d7bb2815c170
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Jun 30 08:58:06 2025 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Jun 30 08:58:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2205a13

dev-python/fastapi: add 0.115.14

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 dev-python/fastapi/Manifest                                       | 1 +
 dev-python/fastapi/fastapi-0.115.13.ebuild                        | 2 +-
 .../fastapi/{fastapi-0.115.13.ebuild => fastapi-0.115.14.ebuild}  | 2 +-
 ...arlette-0.48.0.patch => fastapi-0.115.14-starlette-bump.patch} | 8 ++------
 4 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/fastapi/Manifest b/dev-python/fastapi/Manifest
index e1999f5f4f..8cedfa132f 100644
--- a/dev-python/fastapi/Manifest
+++ b/dev-python/fastapi/Manifest
@@ -1 +1,2 @@
 DIST fastapi-0.115.13.tar.gz 295680 BLAKE2B 
04fa6fec81e25045f6e6601dc6207973fa4afe7b2fe6ebd27645a48f5b6f0a30758581dba947972fbcfb62e6e5dcf119c03f007c9f31ddc80236f1ea7e39d453
 SHA512 
0c337265d118ce86e1800251caba4f55ece9c8262870000cf5b3b36f21467079043377a136c1c5aa17f96b724c3633cc600c96093192ced7a2ffa18eba7c8171
+DIST fastapi-0.115.14.tar.gz 296263 BLAKE2B 
196cf0043d43b9b03b24198c9c001e1fcd9a37ba608ae0190908024dfb0cff2789f85a8a1b5f9b61f66101df5b28c701638e15f414e446b5a57b64d482d52b9e
 SHA512 
48831b78c6a4738b02ba32327d4cef251e776126180b265877fcf3bab3d7631dbb20434b63c5845781d3dae495cce9fb12ee59e35edc656c8806efbddbfc0e53

diff --git a/dev-python/fastapi/fastapi-0.115.13.ebuild 
b/dev-python/fastapi/fastapi-0.115.13.ebuild
index 6923a9ffbd..8ee00d96e9 100644
--- a/dev-python/fastapi/fastapi-0.115.13.ebuild
+++ b/dev-python/fastapi/fastapi-0.115.13.ebuild
@@ -60,7 +60,7 @@ BDEPEND="
 
 PATCHES=(
        "${FILESDIR}/${PN}-0.115.6-httpx-0.28-test-fix.patch"
-       "${FILESDIR}/${PN}-0.115.12-starlette-0.48.0.patch"
+       "${FILESDIR}/${PN}-0.115.14-starlette-bump.patch"
 )
 
 distutils_enable_tests pytest

diff --git a/dev-python/fastapi/fastapi-0.115.13.ebuild 
b/dev-python/fastapi/fastapi-0.115.14.ebuild
similarity index 98%
copy from dev-python/fastapi/fastapi-0.115.13.ebuild
copy to dev-python/fastapi/fastapi-0.115.14.ebuild
index 6923a9ffbd..8ee00d96e9 100644
--- a/dev-python/fastapi/fastapi-0.115.13.ebuild
+++ b/dev-python/fastapi/fastapi-0.115.14.ebuild
@@ -60,7 +60,7 @@ BDEPEND="
 
 PATCHES=(
        "${FILESDIR}/${PN}-0.115.6-httpx-0.28-test-fix.patch"
-       "${FILESDIR}/${PN}-0.115.12-starlette-0.48.0.patch"
+       "${FILESDIR}/${PN}-0.115.14-starlette-bump.patch"
 )
 
 distutils_enable_tests pytest

diff --git a/dev-python/fastapi/files/fastapi-0.115.12-starlette-0.48.0.patch 
b/dev-python/fastapi/files/fastapi-0.115.14-starlette-bump.patch
similarity index 81%
rename from dev-python/fastapi/files/fastapi-0.115.12-starlette-0.48.0.patch
rename to dev-python/fastapi/files/fastapi-0.115.14-starlette-bump.patch
index 7783ed459a..9c0b391638 100644
--- a/dev-python/fastapi/files/fastapi-0.115.12-starlette-0.48.0.patch
+++ b/dev-python/fastapi/files/fastapi-0.115.14-starlette-bump.patch
@@ -1,3 +1,5 @@
+https://github.com/fastapi/fastapi/pull/13743
+
 From 037aff6a9c4e3ea94d9312f734efd79220ac94d2 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <[email protected]>
 Date: Thu, 29 May 2025 13:25:06 -0400
@@ -7,12 +9,6 @@ MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 1c540e2f63b66..a0fe805cdb3b3 100644
 --- a/pyproject.toml
 +++ b/pyproject.toml
 @@ -43,7 +43,7 @@ classifiers = [

Reply via email to