Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / spyder
Commits: ce7f745b by Carl Smedstad at 2026-01-03T18:20:42+01:00 upgpkg: 6.1.2-1: Upstream release https://github.com/spyder-ide/spyder/releases/tag/v6.1.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = spyder pkgdesc = The Scientific Python Development Environment - pkgver = 6.1.1 - pkgrel = 2 + pkgver = 6.1.2 + pkgrel = 1 url = https://www.spyder-ide.org/ arch = any license = MIT @@ -101,7 +101,7 @@ pkgbase = spyder optdepends = python-pandas: support for DataFrames and Series in the Variable Explorer optdepends = python-scipy: support for Matlab workspace in the Variable Explorer optdepends = python-sympy: symbolic mathematics in the IPython Console - source = git+https://github.com/spyder-ide/spyder#tag=v6.1.1 - sha256sums = 9cdedace2642d48b994a36c7c52634bbd844bd27ac8c94859c4f429b60103e35 + source = git+https://github.com/spyder-ide/spyder#tag=v6.1.2 + b2sums = 9a79f651c15e09c3a48fdb0dbafee650e9cead52ee311b0fffc88ca3a9fa4311b85cd3e3cb86d49c2b875ca6b103fb71559acc4f246c37d51e697a1b955a6233 pkgname = spyder ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ # Contributor: TDY <[email protected]> pkgname=spyder -pkgver=6.1.1 -pkgrel=2 +pkgver=6.1.2 +pkgrel=1 pkgdesc="The Scientific Python Development Environment" arch=(any) url="https://www.spyder-ide.org/" @@ -116,7 +116,7 @@ optdepends=( 'python-sympy: symbolic mathematics in the IPython Console' ) source=("git+https://github.com/spyder-ide/spyder#tag=v$pkgver") -sha256sums=('9cdedace2642d48b994a36c7c52634bbd844bd27ac8c94859c4f429b60103e35') +b2sums=('9a79f651c15e09c3a48fdb0dbafee650e9cead52ee311b0fffc88ca3a9fa4311b85cd3e3cb86d49c2b875ca6b103fb71559acc4f246c37d51e697a1b955a6233') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/ce7f745be9449dfa7d920bcb68bd2db49af09e51 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/ce7f745be9449dfa7d920bcb68bd2db49af09e51 You're receiving this email because of your account on gitlab.archlinux.org.
