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/fastapi-cli] rawhide: Don’t version-bound test dependencies
Date: Mon, 07 Sep 2026 20:41:38 GMT [thread overview]
Message-ID: <178881369843.1.14322485151325078528.rpms-fastapi-cli-7fb19188c26e@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-07 20:41 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=178881369843.1.14322485151325078528.rpms-fastapi-cli-7fb19188c26e@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