Date: Sunday, April 16, 2023 @ 10:23:25 Author: arojas Revision: 1446451
upgpkg: python-lsp-server 1.7.2-1: Update to 1.7.2 Modified: python-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-16 10:18:47 UTC (rev 1446450) +++ PKGBUILD 2023-04-16 10:23:25 UTC (rev 1446451) @@ -3,8 +3,8 @@ # Contributor: Platon Pronko <[email protected]> pkgname=python-lsp-server -pkgver=1.7.1 -pkgrel=4 +pkgver=1.7.2 +pkgrel=1 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" @@ -42,14 +42,11 @@ python-pyqt5 python-appdirs ) -source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz - https://github.com/python-lsp/python-lsp-server/commit/40124c6d.patch) -sha256sums=('67473bb301f35434b5fa8b21fc5ed5fac27dc8a8446ccec8bae456af52a0aef6' - 'a035a8a4053cc134fb2dd88f9c7ee3a7ebbcf43b439cb72c665d785fd4b0336e') +source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('b2433467d0fcb8fd45828463ff1cc805837c08731fcea5d7d953d9be776881e1') prepare() { cd ${pkgname}-${pkgver} - patch -p1 -i ../40124c6d.patch # Support pydocstyle 6.3 sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|' -i pyproject.toml sed 's|flake8>=5.0.0,<7|flake8>=5.0.0|' -i pyproject.toml sed 's|mccabe>=0.7.0,<0.8.0|mccabe>=0.7.0|' -i pyproject.toml
