From 040dabd5f4c8dc34685ccc4ead13e808e24a1f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Fri, 3 Oct 2025 07:53:52 +0100 Subject: [PATCH] python-spyder: update to 6.1.0 --- mingw-w64-python-spyder/PKGBUILD | 9 +++++---- .../spyder-requirements-fix.patch | 14 +++++++------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/mingw-w64-python-spyder/PKGBUILD b/mingw-w64-python-spyder/PKGBUILD index f13b1c4133..6061b19459 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=6.0.8 +pkgver=6.1.0 pkgrel=1 pkgdesc='The Scientific Python Development Environment (mingw-w64)' arch=('any') @@ -44,6 +44,7 @@ depends=( ${MINGW_PACKAGE_PREFIX}-python-lsp-black ${MINGW_PACKAGE_PREFIX}-python-pyls-spyder ${MINGW_PACKAGE_PREFIX}-python-pyqt5 + ${MINGW_PACKAGE_PREFIX}-python-lsp-ruff ${MINGW_PACKAGE_PREFIX}-python-lsp-server ${MINGW_PACKAGE_PREFIX}-python-pygithub ${MINGW_PACKAGE_PREFIX}-python-pyzmq @@ -73,12 +74,12 @@ optdepends=( ) makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" - "${MINGW_PACKAGE_PREFIX}-python-setuptools") + "${MINGW_PACKAGE_PREFIX}-python-packaging") options=(!strip) source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz spyder-requirements-fix.patch) -sha256sums=('be62114d10c4339b1c0b22e702ea90597fbb19f269a8d6c700b4693a9eb12b63' - 'a5ea57d8458b2d069abd8c72f763b63a25aed1ad62e27a94a0c17d253a0c5fbf') +sha256sums=('5200c6249bb037307455f00c80633f50884d6ab43a75ad7c5ca13d2462574636' + '0efee114d144c77fa7f5c74a8a2bcef6f5c5b5ed8e478e560bc8a39bae0dfadc') 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 5049cb4e92..6fed5ed1c9 100644 --- a/mingw-w64-python-spyder/spyder-requirements-fix.patch +++ b/mingw-w64-python-spyder/spyder-requirements-fix.patch @@ -1,5 +1,5 @@ ---- spyder-6.0.4.orig/setup.py 2025-02-07 19:08:30.994015200 +0300 -+++ spyder-6.0.4/setup.py 2025-02-07 19:12:10.675939600 +0300 +--- a/setup.py ++++ b/setup.py @@ -97,7 +97,7 @@ ('share/metainfo', ['scripts/org.spyder_ide.spyder.appdata.xml'])] @@ -9,16 +9,16 @@ else: data_files = [] -@@ -247,12 +247,10 @@ +@@ -246,12 +246,10 @@ + qt_requirements = { 'pyqt5': [ 'pyqt5>=5.15,<5.16', - 'pyqt5-sip<12.16; python_version=="3.8"', - 'pyqtwebengine>=5.15,<5.16', - 'qtconsole>=5.6.1,<5.7.0', + 'qtconsole>=5.7.0,<5.8.0', ], 'pyqt6': [ 'pyqt6>=6.5,<7', - 'pyqt6-webengine>=6.5,<7', - 'qtconsole>=5.6.1,<5.7.0', + 'qtconsole>=5.7.0,<5.8.0', ], - 'conda-forge': [ + 'pyside6': [