Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] protontricks, python3-language-server: update, add missing setuptools dependency
@ 2022-03-14  7:40 classabbyamp
  2022-03-20 22:08 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2022-03-14  7:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages py-setuptools
https://github.com/void-linux/void-packages/pull/36130

protontricks, python3-language-server: update, add missing setuptools dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

fixes #36129 
fixes #36072

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36130.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py-setuptools-36130.patch --]
[-- Type: text/x-diff, Size: 3118 bytes --]

From 32e7fd1dc0807ddf1dde22f6b0f3272b6907e2c3 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 14 Mar 2022 03:34:41 -0400
Subject: [PATCH 1/2] python3-language-server: update to 0.36.2, add missing
 dependency.

fixes #36129
---
 srcpkgs/python3-language-server/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 83332ba10f94..a443ec3fb514 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
-version=0.36.1
-revision=3
+version=0.36.2
+revision=1
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson"
+depends="python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson
+ python3-setuptools"
 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,7 +16,7 @@ maintainer="k4leg <d0xi@inbox.ru>"
 license="MIT"
 homepage="https://github.com/palantir/python-language-server"
 distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
-checksum=c85d718ef6860319ad59fd6f2acb1166e9349b782ee8e8908e08ecf241615f52
+checksum=9984c84a67ee2c5102c8e703215f407fcfa5e62b0ae86c9572d0ada8c4b417b0
 # Needs unpackaged rope and versioneer
 # https://github.com/palantir/python-language-server/blob/develop/setup.py#L51
 make_check=no

From 1ba524c7625b4070cf5cc85fd9e6f29432e86ef3 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 14 Mar 2022 03:39:12 -0400
Subject: [PATCH 2/2] protontricks: update to 1.8.0, add missing dependency.

fixes #36072
---
 srcpkgs/protontricks/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 30b450cd3532..208a55032a36 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,17 +1,17 @@
 # Template file for 'protontricks'
 pkgname=protontricks
-version=1.6.1
+version=1.8.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
-depends="python3-vdf winetricks"
+depends="python3-vdf winetricks python3-setuptools"
 short_desc="Simple wrapper that does winetricks things for Proton enabled games"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/Matoking/protontricks"
 changelog="https://raw.githubusercontent.com/Matoking/protontricks/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=7fe1bcc4cf029947850d8032b8a389e07ffb4e60e2d25a9c7535fa6e845b3ad8
+checksum=d56b53c4ea4286ae20588072433c30193143a75654ea216db389503a63661b09
 make_check=no # no tests in pypi tarball
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: protontricks, python3-language-server: update, add missing setuptools dependency
  2022-03-14  7:40 [PR PATCH] protontricks, python3-language-server: update, add missing setuptools dependency classabbyamp
@ 2022-03-20 22:08 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-03-20 22:08 UTC (permalink / raw)
  To: ml

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

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

protontricks, python3-language-server: update, add missing setuptools dependency
https://github.com/void-linux/void-packages/pull/36130

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

fixes #36129 
fixes #36072

Grouped because they were suffering from the same issue. Both happened to have updates available.

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 2+ messages in thread

end of thread, other threads:[~2022-03-20 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  7:40 [PR PATCH] protontricks, python3-language-server: update, add missing setuptools dependency classabbyamp
2022-03-20 22:08 ` [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).