Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-lsp-server


Commits:
3ede1d89 by Antonio Rojas at 2023-12-04T22:17:33+01:00
upgpkg: 1.9.0-1: Update to 1.9.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,49 @@
+pkgbase = python-lsp-server
+       pkgdesc = Fork of the python-language-server project, maintained by the 
Spyder IDE team and the community
+       pkgver = 1.9.0
+       pkgrel = 1
+       url = https://github.com/python-lsp/python-lsp-server
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = python-flaky
+       checkdepends = python-mccabe
+       checkdepends = python-pycodestyle
+       checkdepends = python-pydocstyle
+       checkdepends = python-pyflakes
+       checkdepends = python-pylint
+       checkdepends = python-rope
+       checkdepends = autopep8
+       checkdepends = flake8
+       checkdepends = yapf
+       checkdepends = python-whatthepatch
+       checkdepends = python-matplotlib
+       checkdepends = python-numpy
+       checkdepends = python-pandas
+       checkdepends = python-pyqt5
+       checkdepends = python-appdirs
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools-scm
+       makedepends = python-wheel
+       depends = python-jedi
+       depends = python-lsp-jsonrpc
+       depends = python-pluggy
+       depends = python-ujson
+       depends = python-setuptools
+       depends = python-websockets
+       depends = python-docstring-to-markdown
+       optdepends = python-mccabe: complexity checking
+       optdepends = python-pycodestyle: linter - style checking
+       optdepends = python-pydocstyle: linter - docstring style checking
+       optdepends = python-pyflakes: linter to detect various errors
+       optdepends = python-pylint: code linting
+       optdepends = python-rope: for completions and renaming
+       optdepends = autopep8: code formatting
+       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.9.0.tar.gz
+       sha256sums = 
dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13
+
+pkgname = python-lsp-server


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Platon Pronko <[email protected]>
 
 pkgname=python-lsp-server
-pkgver=1.8.0
+pkgver=1.9.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=('807b0347cf83f02cbd9113a68624ac5dbf8b01854a3b11dd03c3bbbdff4e5d89')
+sha256sums=('dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/3ede1d8920f21ea848320da57ea82510c106370a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/3ede1d8920f21ea848320da57ea82510c106370a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to