public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/spyder] f43: relax dep versions in f44/f43
Date: Sat, 29 Aug 2026 22:27:58 GMT [thread overview]
Message-ID: <178804247872.1.11037402266117186442.rpms-spyder-ebeb02b5466f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/spyder
Branch : f43
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=f43
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
reply other threads:[~2026-08-29 22:27 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=178804247872.1.11037402266117186442.rpms-spyder-ebeb02b5466f@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--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