From 3b8b640e534d05209a467a6b5f7014f04b5b7496 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 5 Sep 2022 18:32:44 -0700 Subject: [PATCH 1/4] python3-lsp-jsonrpc: change maintainer email --- srcpkgs/python3-lsp-jsonrpc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-lsp-jsonrpc/template b/srcpkgs/python3-lsp-jsonrpc/template index 1455aa108797..06109f4b43fd 100644 --- a/srcpkgs/python3-lsp-jsonrpc/template +++ b/srcpkgs/python3-lsp-jsonrpc/template @@ -1,14 +1,14 @@ # Template file for 'python3-lsp-jsonrpc' pkgname=python3-lsp-jsonrpc version=1.0.0 -revision=1 +revision=2 wrksrc="${pkgname/3}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ultrajson" checkdepends="python3-pytest python3-pytest-cov" short_desc="Python server implementation of the JSON RPC 2.0 protocol" -maintainer="Cameron Nemo " +maintainer="Cameron Nemo " license="MIT" homepage="https://github.com/python-lsp/python-lsp-jsonrpc" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" From 06c8398a4aea07562ae49aace45621c72535e11b Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 5 Sep 2022 18:33:06 -0700 Subject: [PATCH 2/4] python3-lsp-server: update to 1.5.0 --- srcpkgs/python3-lsp-server/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index cda7c928052a..b049305f9251 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -1,6 +1,6 @@ # Template file for 'python3-lsp-server' pkgname=python3-lsp-server -version=1.4.1 +version=1.5.0 revision=1 wrksrc="${pkgname/3}-${version}" build_style=python3-module @@ -10,19 +10,20 @@ depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson checkdepends="${depends} autopep8 python3-coverage python3-flaky python3-matplotlib python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov - python3-yapf flake8" + flake8" short_desc="Python implementation of the Language Server Protocol" -maintainer="Cameron Nemo " +maintainer="Cameron Nemo " license="MIT" homepage="https://github.com/python-lsp/python-lsp-server" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" -checksum=be7f83298af9f0951a93972cafc9db04fd7cf5c05f20812515275f0ba70e342f +checksum=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d do_check() { python3 -m pytest \ --ignore=test/plugins/test_completion.py \ --ignore=test/plugins/test_pydocstyle_lint.py \ - --ignore=test/plugins/test_rope_rename.py + --ignore=test/plugins/test_rope_rename.py \ + --ignore=test/plugins/test_yapf_format.py } post_install() { From d038372e60cf44c4a17df71e39dcb8e4ed2c4ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 6 Sep 2022 21:39:29 +0700 Subject: [PATCH 3/4] Update srcpkgs/python3-lsp-jsonrpc/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/python3-lsp-jsonrpc/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-lsp-jsonrpc/template b/srcpkgs/python3-lsp-jsonrpc/template index 06109f4b43fd..395f776c40a6 100644 --- a/srcpkgs/python3-lsp-jsonrpc/template +++ b/srcpkgs/python3-lsp-jsonrpc/template @@ -11,6 +11,7 @@ short_desc="Python server implementation of the JSON RPC 2.0 protocol" maintainer="Cameron Nemo " license="MIT" homepage="https://github.com/python-lsp/python-lsp-jsonrpc" +changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-jsonrpc/develop/CHANGELOG.md" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" checksum=7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd From 75c2b89362ffa256407cb1204e5eda5eaa7a0dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 6 Sep 2022 21:39:47 +0700 Subject: [PATCH 4/4] Update srcpkgs/python3-lsp-server/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/python3-lsp-server/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index b049305f9251..f7bdbdc0dd10 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -15,6 +15,7 @@ short_desc="Python implementation of the Language Server Protocol" maintainer="Cameron Nemo " license="MIT" homepage="https://github.com/python-lsp/python-lsp-server" +changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" checksum=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d