public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-fastapi] rawhide: Drop conditionals and workarounds relating to Fedora 44
Date: Mon, 15 Jun 2026 08:48:14 GMT [thread overview]
Message-ID: <178151329462.1.8100169296461097659.rpms-python-fastapi-1a4bb6917843@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-fastapi
Branch : rawhide
Commit : 1a4bb69178437a5142f89959743f116104e293a4
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-15T07:13:23+01:00
Stats : +3/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-fastapi/c/1a4bb69178437a5142f89959743f116104e293a4?branch=rawhide
Log:
Drop conditionals and workarounds relating to Fedora 44
No longer needed due to a breaking change that won’t be shipped there
---
diff --git a/python-fastapi.spec b/python-fastapi.spec
index 056222a..f78353f 100644
--- a/python-fastapi.spec
+++ b/python-fastapi.spec
@@ -72,9 +72,7 @@ BuildRequires: %{py3_dist pwdlib[argon2]} >= 0.2.1
%if %{with pyjwt}
BuildRequires: %{py3_dist pyjwt} >= 2.9
%endif
-# Upstream wants >= 9.0.0! But this is not really needed yet.
-# Allow v8 for F44 compatibility.
-BuildRequires: %{py3_dist pytest} >= 8
+BuildRequires: %{py3_dist pytest} >= 9
BuildRequires: %{py3_dist pyyaml} >= 5.3.1
%if %{with sqlmodel}
BuildRequires: %{py3_dist sqlmodel} >= 0.0.31
@@ -120,7 +118,7 @@ The key features are:
%package -n python3-fastapi
Summary: %{summary}
-%if %{defined fc44} || %{defined fc45} || %{defined fc46}
+%if %{defined fc45} || %{defined fc46}
# Removed in F44 after upstream deprecated fastapi-slim
Obsoletes: python3-fastapi-slim < 0.128.8
%endif
@@ -128,7 +126,7 @@ Obsoletes: python3-fastapi-slim < 0.128.8
%description -n python3-fastapi %{common_description}
-%if %{defined fc44} || %{defined fc45} || %{defined fc46}
+%if %{defined fc45} || %{defined fc46}
# We don’t use “%%pyproject_extras_subpkg -n python3-fastapi …” because we want
# to Obsolete the corresponding fastapi-slim extras.
reply other threads:[~2026-06-15 8:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178151329462.1.8100169296461097659.rpms-python-fastapi-1a4bb6917843@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox