Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3 lsp server 1.6.0
@ 2022-11-08 20:03 CameronNemo
  2022-11-09 16:25 ` [PR REVIEW] " icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: CameronNemo @ 2022-11-08 20:03 UTC (permalink / raw)
  To: ml

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

There is a new pull request by CameronNemo against master on the void-packages repository

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

python3 lsp server 1.6.0
- New package: python3-docstring-to-markdown-0.10 (new dependency)
- python3-lsp-server: update to 1.6.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/40393.patch is attached

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

From 0727a46d8f1b2ea79f6cd7b4e109fb95bdcc955f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Tue, 8 Nov 2022 11:55:55 -0800
Subject: [PATCH 1/2] New package: python3-docstring-to-markdown-0.10

---
 srcpkgs/python3-docstring-to-markdown/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/python3-docstring-to-markdown/template

diff --git a/srcpkgs/python3-docstring-to-markdown/template b/srcpkgs/python3-docstring-to-markdown/template
new file mode 100644
index 000000000000..e910ead2c04d
--- /dev/null
+++ b/srcpkgs/python3-docstring-to-markdown/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-docstring-to-markdown'
+pkgname=python3-docstring-to-markdown
+version=0.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
+short_desc="Python implementation of the Language Server Protocol"
+maintainer="Cameron Nemo <cam@nohom.org>"
+license="LGPL-2.1-only"
+homepage="https://github.com/python-lsp/docstring-to-markdown"
+distfiles="${PYPI_SITE}/d/${pkgname/python3-}/${pkgname/python3-}-${version}.tar.gz"
+checksum=12f75b0c7b7572defea2d9e24b57ef7ac38c3e26e91c0e5547cfc02b1c168bf6

From a173ad811345dab6227d9805eb5fc5dacc64f331 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Tue, 8 Nov 2022 12:02:37 -0800
Subject: [PATCH 2/2] python3-lsp-server: update to 1.6.0

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

diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template
index 5ec6cf068b3d..9a07cb57ce46 100644
--- a/srcpkgs/python3-lsp-server/template
+++ b/srcpkgs/python3-lsp-server/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-lsp-server'
 pkgname=python3-lsp-server
-version=1.5.0
-revision=2
+version=1.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
 depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson
- python3-setuptools"
+ python3-setuptools python3-docstring-to-markdown"
 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
@@ -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/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
-checksum=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d
+checksum=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b
 
 do_check() {
 	python3 -m pytest \

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] python3 lsp server 1.6.0
  2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
@ 2022-11-09 16:25 ` icp1994
  2022-11-10 10:14 ` paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-11-09 16:25 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40393#discussion_r1018157301

Comment:
```suggestion
hostmakedepends="python3-setuptools_scm"
depends="python3"
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] python3 lsp server 1.6.0
  2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
  2022-11-09 16:25 ` [PR REVIEW] " icp1994
@ 2022-11-10 10:14 ` paper42
  2022-11-10 10:14 ` paper42
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-11-10 10:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40393#discussion_r1018908048

Comment:
```suggestion
distfiles="${PYPI_SITE}/d/docstring-to-markdown/docstring-to-markdown-${version}.tar.gz"
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] python3 lsp server 1.6.0
  2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
  2022-11-09 16:25 ` [PR REVIEW] " icp1994
  2022-11-10 10:14 ` paper42
@ 2022-11-10 10:14 ` paper42
  2022-11-10 18:59 ` [PR PATCH] [Updated] " CameronNemo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-11-10 10:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40393#discussion_r1018909025

Comment:
```suggestion
distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] python3 lsp server 1.6.0
  2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
                   ` (2 preceding siblings ...)
  2022-11-10 10:14 ` paper42
@ 2022-11-10 18:59 ` CameronNemo
  2022-11-10 19:03 ` CameronNemo
  2022-11-10 19:23 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-11-10 18:59 UTC (permalink / raw)
  To: ml

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

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

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

python3 lsp server 1.6.0
- New package: python3-docstring-to-markdown-0.10 (new dependency)
- python3-lsp-server: update to 1.6.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/40393.patch is attached

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

From 0347918f24d27f426a877c25741d8058fdf0d9c2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Tue, 8 Nov 2022 11:55:55 -0800
Subject: [PATCH 1/2] New package: python3-docstring-to-markdown-0.10

---
 srcpkgs/python3-docstring-to-markdown/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/python3-docstring-to-markdown/template

diff --git a/srcpkgs/python3-docstring-to-markdown/template b/srcpkgs/python3-docstring-to-markdown/template
new file mode 100644
index 000000000000..3b35f6bf7bfb
--- /dev/null
+++ b/srcpkgs/python3-docstring-to-markdown/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-docstring-to-markdown'
+pkgname=python3-docstring-to-markdown
+version=0.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+short_desc="Python implementation of the Language Server Protocol"
+maintainer="Cameron Nemo <cam@nohom.org>"
+license="LGPL-2.1-only"
+homepage="https://github.com/python-lsp/docstring-to-markdown"
+distfiles="${PYPI_SITE}/d/docstring-to-markdown/docstring-to-markdown-${version}.tar.gz"
+checksum=12f75b0c7b7572defea2d9e24b57ef7ac38c3e26e91c0e5547cfc02b1c168bf6

From fdbe77d5e3784faea699afcb6c0261b350bdbafa Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Tue, 8 Nov 2022 12:02:37 -0800
Subject: [PATCH 2/2] python3-lsp-server: update to 1.6.0

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

diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template
index 5ec6cf068b3d..42f8b7703a33 100644
--- a/srcpkgs/python3-lsp-server/template
+++ b/srcpkgs/python3-lsp-server/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-lsp-server'
 pkgname=python3-lsp-server
-version=1.5.0
-revision=2
+version=1.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
 depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson
- python3-setuptools"
+ python3-setuptools python3-docstring-to-markdown"
 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
@@ -15,8 +15,8 @@ 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=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d
+distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
+checksum=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b
 
 do_check() {
 	python3 -m pytest \

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: python3 lsp server 1.6.0
  2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
                   ` (3 preceding siblings ...)
  2022-11-10 18:59 ` [PR PATCH] [Updated] " CameronNemo
@ 2022-11-10 19:03 ` CameronNemo
  2022-11-10 19:23 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-11-10 19:03 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/40393#issuecomment-1310766714

Comment:
@paper42, @icp1994 Thanks, I have made those changes.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: python3 lsp server 1.6.0
  2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
                   ` (4 preceding siblings ...)
  2022-11-10 19:03 ` CameronNemo
@ 2022-11-10 19:23 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-11-10 19:23 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

python3 lsp server 1.6.0
https://github.com/void-linux/void-packages/pull/40393

Description:
- New package: python3-docstring-to-markdown-0.10 (new dependency)
- python3-lsp-server: update to 1.6.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
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-10 19:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 20:03 [PR PATCH] python3 lsp server 1.6.0 CameronNemo
2022-11-09 16:25 ` [PR REVIEW] " icp1994
2022-11-10 10:14 ` paper42
2022-11-10 10:14 ` paper42
2022-11-10 18:59 ` [PR PATCH] [Updated] " CameronNemo
2022-11-10 19:03 ` CameronNemo
2022-11-10 19:23 ` [PR PATCH] [Merged]: " paper42

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).