Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-lsp-server
Commits:
662c2a70 by Antonio Rojas at 2024-03-30T21:30:31+01:00
upgpkg: 1.11.0-1: Update to 1.11.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the
Spyder IDE team and the community
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/python-lsp/python-lsp-server
arch = any
@@ -43,7 +43,7 @@ pkgbase = python-lsp-server
optdepends = flake8: error checking
optdepends = yapf: code formatting (preferred)
optdepends = python-whatthepatch: required for yapf support
- source =
https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-1.10.0.tar.gz
- sha256sums =
0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4
+ source =
https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-1.11.0.tar.gz
+ sha256sums =
89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86
pkgname = python-lsp-server
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Platon Pronko <[email protected]>
pkgname=python-lsp-server
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="Fork of the python-language-server project, maintained by the Spyder
IDE team and the community"
arch=(any)
@@ -43,7 +43,7 @@ checkdepends=(
python-appdirs
)
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4')
+sha256sums=('89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/662c2a70437790b7fc59d29866a37599c54ac55b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/662c2a70437790b7fc59d29866a37599c54ac55b
You're receiving this email because of your account on gitlab.archlinux.org.