Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
spyder
Commits:
f487485a by Carl Smedstad at 2025-10-06T16:24:04+02:00
upgpkg: 6.1.0-3: Replace missed dep qt5-svg with qt6-svg
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = spyder
pkgdesc = The Scientific Python Development Environment
pkgver = 6.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.spyder-ide.org/
arch = any
license = MIT
@@ -93,7 +93,7 @@ pkgbase = spyder
depends = python-watchdog
depends = python-whatthepatch
depends = python-yarl
- depends = qt5-svg
+ depends = qt6-svg
depends = yapf
optdepends = cython: run Cython files in the IPython Console
optdepends = python-matplotlib: 2D/3D plotting in the IPython Console
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=spyder
pkgver=6.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="The Scientific Python Development Environment"
arch=(any)
url="https://www.spyder-ide.org/"
@@ -80,7 +80,7 @@ depends=(
python-watchdog
python-whatthepatch
python-yarl
- qt5-svg
+ qt6-svg
yapf
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/f487485ae1a213eb029b2ace9592e6695f0591bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/f487485ae1a213eb029b2ace9592e6695f0591bc
You're receiving this email because of your account on gitlab.archlinux.org.