public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/spyder] f44: relax dep versions in f44/f43
@ 2026-08-29 21:50 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-29 21:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/spyder
Branch : f44
Commit : ebeb02b5466fa6820ff2abe99cf5c96bb22298ae
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-29T18:50:14-03:00
Stats  : +8/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/spyder/c/ebeb02b5466fa6820ff2abe99cf5c96bb22298ae?branch=f44

Log:
relax dep versions in f44/f43

---
diff --git a/spyder.spec b/spyder.spec
index 9777cab..02f57e1 100644
--- a/spyder.spec
+++ b/spyder.spec
@@ -39,6 +39,8 @@ BuildRequires:  python3-devel
 BuildRequires:  python3dist(python-lsp-black) >= 2
 BuildRequires:  python3dist(python-lsp-ruff) >= 2.3
 BuildRequires:  python3dist(python-lsp-server) >= 1.13
+BuildRequires:  python3dist(qtawesome) >= 1.4
+BuildRequires:  python3dist(qtconsole) >= 5.7
 BuildRequires:  python3dist(spyder-kernels) >= 3.1
 
 %global appname org.spyder_ide.spyder
@@ -67,6 +69,8 @@ Requires:       mathjax
 Requires:       python3dist(python-lsp-black) >= 2
 Requires:       python3dist(python-lsp-ruff) >= 2.3
 Requires:       python3dist(python-lsp-server) >= 1.13
+Requires:       python3dist(qtawesome) >= 1.4
+Requires:       python3dist(qtconsole) >= 5.7
 Requires:       python3dist(spyder-kernels) >= 3.1
 
 %description -n python3-spyder %_description
@@ -88,8 +92,12 @@ sed -i \
     -e '/python-lsp-black/d' \
     -e '/python-lsp-ruff/d' \
     -e '/python-lsp-server/d' \
+    -e '/qtawesome/d' \
+    -e '/qtconsole/d' \
     -e '/spyder-kernels/d' setup.py
 sed -i -e "s/PYLSP_REQVER = .*/PYLSP_REQVER = '>=1.13.0'/g" spyder/dependencies.py
+sed -i -e "s/QTAWESOME_REQVER = .*/QTAWESOME_REQVER = '>=1.4.0'/g" spyder/dependencies.py
+sed -i -e "s/QTCONSOLE_REQVER = .*/QTCONSOLE_REQVER = '>=5.7.0'/g" spyder/dependencies.py
 sed -i -e "s/SPYDER_KERNELS_REQVER = .*/SPYDER_KERNELS_REQVER = '>=3.1.0'/g" spyder/dependencies.py
 
 

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

only message in thread, other threads:[~2026-08-29 21:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 21:50 [rpms/spyder] f44: relax dep versions in f44/f43 Filipe Rosset

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