public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-sqlmodel] rawhide: Don’t version-bound test dependencies
@ 2026-09-11 12:18 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-11 12:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-sqlmodel
Branch : rawhide
Commit : d34c54ad8fcce29e0dcdcb0509de82e4ec6ef632
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-11T13:17:41+01:00
Stats : +6/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-sqlmodel/c/d34c54ad8fcce29e0dcdcb0509de82e4ec6ef632?branch=rawhide
Log:
Don’t version-bound test dependencies
[skip changelog]
---
diff --git a/python-sqlmodel.spec b/python-sqlmodel.spec
index 80a2fe0..48f52f8 100644
--- a/python-sqlmodel.spec
+++ b/python-sqlmodel.spec
@@ -30,13 +30,13 @@ BuildArch: noarch
# - Already a direct dependency, perhaps with different version bounds:
# typing-extensions
# - Only needed for ignored tests/test_select_gen.py: black, jinja2
-BuildRequires: %{py3_dist dirty-equals} >= 0.11
-BuildRequires: %{py3_dist fastapi} >= 0.128
-# Upstream asks for httpx >= 0.28.1, but this is just an indirect dependency
-# via Starlette, and Starlette has deprecated httpx in favor of httpx2.
+BuildRequires: %{py3_dist dirty-equals}
+BuildRequires: %{py3_dist fastapi}
+# Upstream asks for httpx, but this is just an indirect dependency via
+# Starlette, and Starlette has deprecated httpx in favor of httpx2.
BuildRequires: %{py3_dist httpx2}
-BuildRequires: %{py3_dist pytest} >= 7.0.1
-BuildRequires: %{py3_dist typer} >= 0.24.1
+BuildRequires: %{py3_dist pytest}
+BuildRequires: %{py3_dist typer}
%global common_description %{expand:
SQLModel is a library for interacting with SQL databases from Python code, with
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 12:18 [rpms/python-sqlmodel] 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