Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-lsp-server
Commits:
1b0099c0 by Jelle van der Waa at 2024-12-04T16:05:28+01:00
upgpkg: 1.12.0-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the
Spyder IDE team and the community
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-lsp/python-lsp-server
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -1,10 +1,10 @@
-# Maintainer: Jelle van der Waa <[email protected]>
# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Jelle van der Waa <[email protected]>
# Contributor: Platon Pronko <[email protected]>
pkgname=python-lsp-server
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of the python-language-server project, maintained by the Spyder
IDE team and the community"
arch=(any)
url="https://github.com/python-lsp/python-lsp-server"
@@ -54,6 +54,9 @@ prepare() {
sed 's|pycodestyle>=2.11.0,<2.12.0|pycodestyle>=2.11.0|' -i pyproject.toml
sed 's|pyflakes>=3.1.0,<3.2.0|pyflakes>=3.1.0|' -i pyproject.toml
sed 's|yapf<=0.32.0|yapf>=0.33.0|' -i pyproject.toml
+
+ # https://github.com/python-lsp/python-lsp-server/issues/605
+ sed -i 's/DEBUG/INFO/' test/conftest.py
}
build() {
@@ -66,7 +69,8 @@ check() {
cd ${pkgname}-${pkgver}
# Disable coverage
sed -i '/--cov/d' pyproject.toml
- pytest -vv --color=yes
+ # https://github.com/python-lsp/python-lsp-server/issues/602
+ pytest -vv --color=yes -k 'not test_jedi_completion_with_fuzzy_enabled'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/1b0099c0dabf66eba80d6df561f54e84325952f8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/1b0099c0dabf66eba80d6df561f54e84325952f8
You're receiving this email because of your account on gitlab.archlinux.org.