Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
@ 2022-10-27 20:35 TeddyDD
  2022-10-27 20:47 ` [PR PATCH] [Updated] " TeddyDD
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-27 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-python3-libtmux
https://github.com/void-linux/void-packages/pull/40193

python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
<!-- 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/40193.patch is attached

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

From bf953e56ed31730ffcb39f30c97ce93c85db50b7 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 27 Oct 2022 22:03:54 +0200
Subject: [PATCH 1/2] python3-libtmux: update to 0.15.8.

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

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..186fafd6b12d 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
+version=0.15.8
 revision=1
 wrksrc="libtmux-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/libtmux"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
+checksum=cf352a645ebeaa5046ad0593cc01d691d77f8b3af1660327a6433cc6276ab796
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From ed5da7a67dde736515c3df49246193f073422bec Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 27 Oct 2022 22:34:28 +0200
Subject: [PATCH 2/2] python3-tmuxp: update to 1.17.1.

---
 srcpkgs/python3-tmuxp/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..72b8c92300ff 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,25 +1,26 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
+version=1.17.1
 revision=1
 wrksrc="tmuxp-${version}"
 build_style=python3-module
+make_check_args="--ignore tests/test_workspacebuilder.py"
+make_check_target=tests
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3 python3-colorama python3-click python3-kaptan python3-libtmux"
+checkdepends="python3-pytest python3-pytest-mock $depends tmux"
 short_desc="Session manager for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/tmuxp/"
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=60df9d935ee37daee564bcfd13a2c219f1634d7436a932e71486fd6638edd998
 conflicts="python-tmuxp>=0"
 
-do_check() {
-	# XXX: test hangs and crashes midway
-	python3 -m pytest -k 'not workspacebuilder'
-}
+# do_check() {
+# 	# XXX: test hangs and crashes midway
+# 	python3 -m pytest -k 'not workspacebuilder'
+# }
 
 post_install() {
 	vlicense LICENSE

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

end of thread, other threads:[~2022-11-22 21:45 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
2022-10-27 20:47 ` [PR PATCH] [Updated] " TeddyDD
2022-10-27 22:35 ` [PR REVIEW] " classabbyamp
2022-10-27 22:35 ` classabbyamp
2022-10-27 22:35 ` classabbyamp
2022-10-28 13:21 ` TeddyDD
2022-10-28 13:22 ` [PR PATCH] [Updated] " TeddyDD
2022-10-28 14:43 ` [PR REVIEW] " TeddyDD
2022-10-28 15:30 ` icp1994
2022-10-28 15:31 ` [PR REVIEW] " icp1994
2022-10-28 23:04 ` [PR PATCH] [Updated] " TeddyDD
2022-10-28 23:05 ` TeddyDD
2022-10-28 23:10 ` [PR PATCH] [Updated] " TeddyDD
2022-10-28 23:43 ` [PR REVIEW] " classabbyamp
2022-10-29  0:05 ` [PR PATCH] [Updated] " TeddyDD
2022-11-01 10:33 ` TeddyDD
2022-11-01 15:02 ` [PR REVIEW] " classabbyamp
2022-11-01 15:02 ` classabbyamp
2022-11-01 18:46 ` [PR PATCH] [Updated] " TeddyDD
2022-11-01 18:46 ` TeddyDD
2022-11-19 14:21 ` python3-libtmux: update to 0.15.9 and python3-tmuxp: update to 1.18.1 paper42
2022-11-20 20:50 ` [PR PATCH] [Updated] " TeddyDD
2022-11-20 20:55 ` [PR REVIEW] python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2 classabbyamp
2022-11-20 20:55 ` classabbyamp
2022-11-20 20:58 ` [PR PATCH] [Updated] " TeddyDD
2022-11-22 21:45 ` [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).