Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-websocket-client: fix alternatives, update to 1.7.0
@ 2024-02-08 18:01 dkwo
  2024-02-08 21:34 ` tornaria
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dkwo @ 2024-02-08 18:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages wsdump
https://github.com/void-linux/void-packages/pull/48607

python3-websocket-client: fix alternatives, update to 1.7.0
discoverd this with `xbps-pkgdb -a`, and while at it also updated.
cc @tornaria @ahesford 
`/usr/bin/wsdump` was broken, now it works.

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

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

From e0e19c76621c5b773a834cf49731c3fe9f91a01e Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 8 Feb 2024 11:44:55 -0500
Subject: [PATCH] python3-websocket-client: fix alternatives, update to 1.7.0

---
 srcpkgs/python3-websocket-client/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index 2af5a45ed25f5..71a5a67e1b5d6 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
-version=1.6.3
-revision=2
-build_style=python3-module
+version=1.7.0
+revision=1
+build_style=python3-pep517
 make_check_target="websocket/tests"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3 ca-certificates"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-socks"
 short_desc="WebSocket client for Python3"
 maintainer="Sergi Alvarez <pancake@nopcode.org>"
 license="Apache-2.0"
 homepage="https://github.com/websocket-client/websocket-client"
 changelog="https://raw.githubusercontent.com/websocket-client/websocket-client/master/ChangeLog"
 distfiles="https://github.com/websocket-client/websocket-client/archive/refs/tags/v${version}.tar.gz"
-checksum=65e9e02843ef02b8f9503d6b284a3605d92c201170b5b234afcaf1c5a01c64e0
-alternatives="websocket-client:wsdump:/usr/bin/wsdump.py"
+checksum=923c3b7d0cecfdc449eec5e95c90ae6b0ea24e8782d42f23c05d2bb43bfabd39
+alternatives="websocket-client:wsdump:/usr/bin/wsdump"

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

end of thread, other threads:[~2024-02-15  1:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08 18:01 [PR PATCH] python3-websocket-client: fix alternatives, update to 1.7.0 dkwo
2024-02-08 21:34 ` tornaria
2024-02-08 21:44 ` ahesford
2024-02-08 22:04 ` dkwo
2024-02-09  1:57 ` ahesford
2024-02-09 14:52 ` [PR PATCH] [Updated] " dkwo
2024-02-09 15:23 ` dkwo
2024-02-14 20:52 ` dkwo
2024-02-15  1:23 ` [PR PATCH] [Merged]: " ahesford

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