public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fastapi] rawhide: Drop conditionals and workarounds relating to Fedora 44
@ 2026-06-15  8:48 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-15  8:48 UTC (permalink / raw)
  To: git-commits

            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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15  8:48 [rpms/python-fastapi] rawhide: Drop conditionals and workarounds relating to Fedora 44 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox