python-spyder: update to 5.5.4

This commit is contained in:
Biswapriyo Nath
2024-04-18 06:24:45 +00:00
parent 7f58fb65e0
commit 0dbf271c97
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
_realname=spyder
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=5.5.1
pkgver=5.5.4
pkgrel=1
pkgdesc='The Scientific Python Development Environment (mingw-w64)'
arch=('any')
@@ -71,8 +71,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
options=(!strip)
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz
spyder-requirements-fix.patch)
sha256sums=('fb3f098f4780fe6607d6bf19414c98505324ee1d660718e84c3e58664d1c1f49'
'2332ae4e768bc17eca2d337ffde8f2f98c84234ef26f8b00ec0e3a7f304c50cf')
sha256sums=('522232a054447ddde0574ba14a067c4d515088fdf2a6bac16433a6dfef0381ed'
'91ad4388d387b76dd99b84b8127539154c55bd616c7f4204269ee5ab29f9999a')
prepare() {
cd ${_realname}-${pkgver}

View File

@@ -23,6 +23,6 @@
'pyls-spyder>=0.4.0',
'pyqt5>=5.10,<5.16',
- 'pyqtwebengine>=5.10,<5.16',
'python-lsp-server[all]>=1.10.0,<1.11.0',
'python-lsp-server[all]>=1.11.0,<1.12.0',
'pyxdg>=0.26;platform_system=="Linux"',
'pyzmq>=22.1.0',
'pyzmq>=24.0.0',