diff --git a/mingw-w64-python-spyder/PKGBUILD b/mingw-w64-python-spyder/PKGBUILD index a3b289db77..351b0c4152 100644 --- a/mingw-w64-python-spyder/PKGBUILD +++ b/mingw-w64-python-spyder/PKGBUILD @@ -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} diff --git a/mingw-w64-python-spyder/spyder-requirements-fix.patch b/mingw-w64-python-spyder/spyder-requirements-fix.patch index c5662cda1e..8e18fe8b8e 100644 --- a/mingw-w64-python-spyder/spyder-requirements-fix.patch +++ b/mingw-w64-python-spyder/spyder-requirements-fix.patch @@ -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',