Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
spyder
Commits:
3f24347e by Antonio Rojas at 2026-07-19T15:05:48+02:00
upgpkg: 6.1.5-1: Upstream update
- - - - -
4 changed files:
- .SRCINFO
- − LICENSES/MIT.txt
- PKGBUILD
- − spyder-fix-fixuredef-api-for-pytest-8.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = spyder
pkgdesc = The Scientific Python Development Environment
- pkgver = 6.1.4
+ pkgver = 6.1.5
pkgrel = 1
url = https://www.spyder-ide.org/
arch = any
@@ -101,9 +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.4
- source = spyder-fix-fixuredef-api-for-pytest-8.patch
- b2sums =
76c4a64ffaf42ee55707613bcc9aa2dacd96c0c30c132036ac40d882af7607d3f0e6e1c6e4651e77d52a658cc4622dba2b5eef61de477d8e2f934b59388c5e99
- b2sums =
cf4f805f69d4ed4b0a1932c06eb4c37215a23f2b7ecffd0a55feb915319ac7c68c7e4d20c63fa0e6fdf31360ae8c7714a6adb9bfac477db8eb8be53811f55993
+ source = git+https://github.com/spyder-ide/spyder#tag=v6.1.5
+ b2sums =
529ef0964c6fd8d470fbed155de9fb58f94fc2bd7bad0e07a7fe17c27aa2f1c9b818944c37311f25a5a9dabd2c0f80837bf18ef64b36f357017f2fb38af27659
pkgname = spyder
=====================================
LICENSES/MIT.txt deleted
=====================================
@@ -1,18 +0,0 @@
-MIT License
-
-Copyright (c) <year> <copyright holders>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and
-associated documentation files (the "Software"), to deal in the Software
without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be included in all
copies or substantial
-portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT
-LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
AND NONINFRINGEMENT. IN NO
-EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE
-USE OR OTHER DEALINGS IN THE SOFTWARE.
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: TDY <[email protected]>
pkgname=spyder
-pkgver=6.1.4
+pkgver=6.1.5
pkgrel=1
pkgdesc="The Scientific Python Development Environment"
arch=(any)
@@ -117,15 +117,8 @@ optdepends=(
)
source=(
"git+https://github.com/spyder-ide/spyder#tag=v$pkgver"
- "$pkgname-fix-fixuredef-api-for-pytest-8.patch"
)
-b2sums=('76c4a64ffaf42ee55707613bcc9aa2dacd96c0c30c132036ac40d882af7607d3f0e6e1c6e4651e77d52a658cc4622dba2b5eef61de477d8e2f934b59388c5e99'
-
'cf4f805f69d4ed4b0a1932c06eb4c37215a23f2b7ecffd0a55feb915319ac7c68c7e4d20c63fa0e6fdf31360ae8c7714a6adb9bfac477db8eb8be53811f55993')
-
-prepare() {
- cd $pkgname
- patch -Np1 < ../$pkgname-fix-fixuredef-api-for-pytest-8.patch
-}
+b2sums=('529ef0964c6fd8d470fbed155de9fb58f94fc2bd7bad0e07a7fe17c27aa2f1c9b818944c37311f25a5a9dabd2c0f80837bf18ef64b36f357017f2fb38af27659')
build() {
cd $pkgname
@@ -186,6 +179,7 @@ check() {
--deselect='spyder/plugins/application/tests/test_plugin.py'
--deselect='spyder/utils/tests/test_environ.py'
--deselect='spyder/widgets/tests/test_dependencies.py'
+ --deselect='spyder/plugins/editor/tests/test_plugin.py'
)
export PYTEST_QT_API="pyqt6"
export CI=true
=====================================
spyder-fix-fixuredef-api-for-pytest-8.patch deleted
=====================================
@@ -1,16 +0,0 @@
-diff --git i/spyder/api/plugins/tests.py w/spyder/api/plugins/tests.py
-index f741c864b2..5d7c577b97 100644
---- i/spyder/api/plugins/tests.py
-+++ w/spyder/api/plugins/tests.py
-@@ -126,10 +126,10 @@ def register_plugin(main_window_mock):
-
- request._fixturemanager._arg2fixturedefs[fixture_name] = [
- FixtureDef(
-+ config=request.config,
- argname=fixture_name,
- func=register_plugin_factory(plugin_cls),
- scope="session",
-- fixturemanager=request._fixturemanager,
- baseid=request.node.nodeid,
- params=None,
- )
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/3f24347e3bd9356c98580a785a37b1f93871c001
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spyder/-/commit/3f24347e3bd9356c98580a785a37b1f93871c001
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help