Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
spyder
Commits:
e696c593 by Antonio Rojas at 2024-09-01T10:46:37+02:00
upgpkg: 5.5.6-1: Update to 5.5.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = spyder
pkgdesc = The Scientific Python Development Environment
- pkgver = 5.5.5
+ pkgver = 5.5.6
pkgrel = 1
url = https://www.spyder-ide.org/
arch = any
@@ -81,7 +81,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 =
https://github.com/spyder-ide/spyder/archive/v5.5.5/spyder-5.5.5.tar.gz
- sha512sums =
5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42
+ source =
https://github.com/spyder-ide/spyder/archive/v5.5.6/spyder-5.5.6.tar.gz
+ sha512sums =
93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164
pkgname = spyder
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: TDY <[email protected]>
pkgname=spyder
-pkgver=5.5.5
+pkgver=5.5.6
pkgrel=1
pkgdesc="The Scientific Python Development Environment"
arch=(any)
@@ -90,7 +90,7 @@ checkdepends=(
xorg-server-xvfb
)
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5f5d25822f20f8ae8767402b037cca78b760768b9bc53ef74ed95839aa59e1c24206457fd4c71003bb9ebffe8daf8ad3bda8dd40e71cc15d3d3ee2030b284b42')
+sha512sums=('93ce6ac2e71bd4e81ca4a630a6fe152d1bf3c83d6e5c01dda8f3e5ad2735de1948a86642f5bc589c90616935e997526b26367ce178905ad2b80faf81f36f9164')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/e696c593f0cdadd7ff420c2c176b73840d1b93de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/e696c593f0cdadd7ff420c2c176b73840d1b93de
You're receiving this email because of your account on gitlab.archlinux.org.