public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fastapi-cli] rawhide: Don’t version-bound test dependencies
@ 2026-09-07 20:41 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-07 20:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fastapi-cli
            Branch : rawhide
            Commit : 7fb19188c26eddebd732433398420acdb65e732e
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-07T21:39:15+01:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fastapi-cli/c/7fb19188c26eddebd732433398420acdb65e732e?branch=rawhide

            Log:
            Don’t version-bound test dependencies

[skip changelog]

---
diff --git a/fastapi-cli.spec b/fastapi-cli.spec
index 78b5c84..88084ec 100644
--- a/fastapi-cli.spec
+++ b/fastapi-cli.spec
@@ -32,9 +32,9 @@ Obsoletes:      fastapi-cli-slim < 0.0.21-1
 # we just list the few test dependencies we *do* want manually rather than
 # trying to patch pyproject.toml. We preserve upstream’s lower bounds but
 # remove upper bounds, as we must try to make do with what we have.
-BuildRequires:  %{py3_dist pytest} >= 4.4
-BuildRequires:  %{py3_dist fastapi} >= 0.128
-BuildRequires:  %{py3_dist uvicorn} >= 0.39
+BuildRequires:  %{py3_dist pytest}
+BuildRequires:  %{py3_dist fastapi}
+BuildRequires:  %{py3_dist uvicorn}
 
 %global common_description %{expand:
 FastAPI CLI is a command line program fastapi that you can use to serve your

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

only message in thread, other threads:[~2026-09-07 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 20:41 [rpms/fastapi-cli] rawhide: Don’t version-bound test dependencies 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