Github messages for voidlinux
 help / color / mirror / Atom feed
From: kartikynwa <kartikynwa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated]  python3-lsp-server: update to 1.8.0.
Date: Mon, 02 Oct 2023 09:55:52 +0200	[thread overview]
Message-ID: <20231002075552.kS1OhU1_xj14urH_DthW75KSc8PSVrwXzj--afxr9rY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46180@inbox.vuxu.org>

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

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

https://github.com/kartikynwa/void-packages update-pylsp
https://github.com/void-linux/void-packages/pull/46180

 python3-lsp-server: update to 1.8.0.
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-pylsp-46180.patch --]
[-- Type: text/x-diff, Size: 4966 bytes --]

From 53e565dc9f64a9132015a24b551d8f22012a83a2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 22 Sep 2023 12:55:37 +0530
Subject: [PATCH 1/4] python3-lsp-jsonrpc: update to 1.1.1.

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

diff --git a/srcpkgs/python3-lsp-jsonrpc/template b/srcpkgs/python3-lsp-jsonrpc/template
index 7da8fe15b48b0..11c4716aa2551 100644
--- a/srcpkgs/python3-lsp-jsonrpc/template
+++ b/srcpkgs/python3-lsp-jsonrpc/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-lsp-jsonrpc'
 pkgname=python3-lsp-jsonrpc
-version=1.0.0
-revision=3
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=1.1.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-ultrajson"
 checkdepends="python3-pytest python3-pytest-cov"
 short_desc="Python server implementation of the JSON RPC 2.0 protocol"
@@ -12,7 +12,7 @@ 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
+checksum=05cc914aa5ee2e7f52eb762014ba4996a8cc52459bfddb81fb96c56ace927908
 
 post_install() {
 	vlicense LICENSE

From 44ea99df6b3e7a45a3b31ece3a9e25ed035b9f7b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 22 Sep 2023 12:55:40 +0530
Subject: [PATCH 2/4] python3-jedi: update to 0.19.0.

---
 srcpkgs/python3-jedi/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 22bbbd403163d..ced448c87ee97 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
-version=0.18.2
+version=0.19.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,11 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://jedi.readthedocs.io/"
 distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
-checksum=bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612
-
-do_check() {
-	PYTHONPATH="$(cd build/lib* && pwd)" python3 ./test/run.py
-}
+checksum=bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4
 
 post_install() {
 	vlicense LICENSE.txt

From f403e0182834dacbe77cf37d6fd010d9fa4a8f35 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 22 Sep 2023 12:35:23 +0530
Subject: [PATCH 3/4] python3-lsp-server: update to 1.8.0.

---
 srcpkgs/python3-lsp-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template
index ab08051443a8a..77183db695e4f 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.7.4
+version=1.8.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
@@ -16,7 +16,7 @@ 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/python-lsp-server/python-lsp-server-${version}.tar.gz"
-checksum=c84254485a4d9431b24ecefd59741d21c00165611bcf6037bd7d54d0ed06a197
+checksum=807b0347cf83f02cbd9113a68624ac5dbf8b01854a3b11dd03c3bbbdff4e5d89
 
 do_check() {
 	python3 -m pytest \

From 61ccc4ed7d16a314f7be1912472b56c5af685910 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sat, 30 Sep 2023 23:37:59 +0530
Subject: [PATCH 4/4] python3-pycodestyle: update to 2.11.0.

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

diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template
index 6c3c525367b86..fea47c0acdc0c 100644
--- a/srcpkgs/python3-pycodestyle/template
+++ b/srcpkgs/python3-pycodestyle/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pycodestyle'
 pkgname=python3-pycodestyle
-version=2.10.0
+version=2.11.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,8 @@ license="MIT"
 homepage="https://github.com/PyCQA/pycodestyle"
 changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
 distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
-checksum=347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053
+checksum=259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0
+make_check=no # needs tox for testing
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2023-10-02  7:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22  7:27 [PR PATCH] " kartikynwa
2023-09-30 16:22 ` [PR PATCH] [Updated] " kartikynwa
2023-09-30 18:08 ` kartikynwa
2023-10-01  6:33 ` kartikynwa
2023-10-02  5:52 ` [PR REVIEW] " classabbyamp
2023-10-02  6:16 ` [PR PATCH] [Updated] " kartikynwa
2023-10-02  6:23 ` [PR REVIEW] " kartikynwa
2023-10-02  6:35 ` classabbyamp
2023-10-02  6:37 ` classabbyamp
2023-10-02  7:55 ` kartikynwa [this message]
2023-10-02  7:56 ` kartikynwa
2023-10-02 13:42 ` [PR PATCH] [Merged]: " classabbyamp
2023-10-02 13:47 ` kartikynwa
2023-10-26 18:23 ` [PR REVIEW] " paper42

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=20231002075552.kS1OhU1_xj14urH_DthW75KSc8PSVrwXzj--afxr9rY@z \
    --to=kartikynwa@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).