Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3 lsp server
Date: Tue, 06 Sep 2022 16:40:55 +0200	[thread overview]
Message-ID: <20220906144055.R9f-wEvaBPiXE0IcrixSeuzkGIpdjYtushuji8FIrOo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39126@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/CameronNemo/void-packages python3-lsp-server
https://github.com/void-linux/void-packages/pull/39126

python3 lsp server
- python3-lsp-jsonrpc: change maintainer email
- python3-lsp-server: update to 1.5.0

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39126.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-lsp-server-39126.patch --]
[-- Type: text/x-diff, Size: 3265 bytes --]

From 7d97b3819c218e1c7bbef3bb4eb1422d200719da Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 18:32:44 -0700
Subject: [PATCH 1/2] python3-lsp-jsonrpc: change maintainer email

---
 srcpkgs/python3-lsp-jsonrpc/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-lsp-jsonrpc/template b/srcpkgs/python3-lsp-jsonrpc/template
index 1455aa108797..395f776c40a6 100644
--- a/srcpkgs/python3-lsp-jsonrpc/template
+++ b/srcpkgs/python3-lsp-jsonrpc/template
@@ -1,16 +1,17 @@
 # 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 <cnemo@tutanota.com>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 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 6bf9e1b1e227efcff5e5471344a139d47da607aa Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 18:33:06 -0700
Subject: [PATCH 2/2] python3-lsp-server: update to 1.5.0

---
 srcpkgs/python3-lsp-server/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template
index cda7c928052a..f7bdbdc0dd10 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,21 @@ 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 <cnemo@tutanota.com>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 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=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() {

  parent reply	other threads:[~2022-09-06 14:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  1:34 [PR PATCH] " CameronNemo
2022-09-06  7:03 ` [PR REVIEW] " classabbyamp
2022-09-06  7:04 ` classabbyamp
2022-09-06 14:39 ` [PR PATCH] [Updated] " sgn
2022-09-06 14:39 ` sgn
2022-09-06 14:40 ` sgn [this message]
2022-09-06 14:41 ` [PR PATCH] [Merged]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02 20:04 [PR PATCH] " CameronNemo
2022-04-02 21:42 ` [PR PATCH] [Updated] " CameronNemo
2022-04-02 21:44 ` CameronNemo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220906144055.R9f-wEvaBPiXE0IcrixSeuzkGIpdjYtushuji8FIrOo@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).