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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  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 ` TeddyDD
  2022-10-27 22:35 ` [PR REVIEW] " classabbyamp
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-27 20:47 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2896 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 b441838ed3c80fa277729232d329f033dd4cb0a3 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 | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..5b4f971f5f55 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,24 @@
 # 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
+# XXX: test hangs and crashes midway
+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-yaml 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/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 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'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (2 preceding siblings ...)
  2022-10-27 22:35 ` classabbyamp
@ 2022-10-27 22:35 ` classabbyamp
  2022-10-28 13:21 ` TeddyDD
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-27 22:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1007434395

Comment:
this is probably caused by not specifying checkdepends properly. maybe it can be fixed?

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  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 ` classabbyamp
  2022-10-27 22:35 ` classabbyamp
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-27 22:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1007433921

Comment:
```suggestion
depends="python3-colorama python3-click python3-yaml python3-libtmux"
```

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  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
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-27 22:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1007434137

Comment:
```suggestion
homepage="https://github.com/tmux-python/libtmux"
changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
```

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

* Re: python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (3 preceding siblings ...)
  2022-10-27 22:35 ` classabbyamp
@ 2022-10-28 13:21 ` TeddyDD
  2022-10-28 13:22 ` [PR PATCH] [Updated] " TeddyDD
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-28 13:21 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#issuecomment-1294994244

Comment:
Here is the test error log with `test_workspacebuilder` enabled. 

[log.txt](https://github.com/void-linux/void-packages/files/9888723/log.txt)

Might be related: https://github.com/tmux-python/tmuxp/issues/788

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (4 preceding siblings ...)
  2022-10-28 13:21 ` TeddyDD
@ 2022-10-28 13:22 ` TeddyDD
  2022-10-28 14:43 ` [PR REVIEW] " TeddyDD
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-28 13:22 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3009 bytes --]

From 78a1522bb58a9461c46b406a021bdc3e27e4ae6a 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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..ca39cb4387fd 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
@@ -10,8 +10,9 @@ short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/libtmux"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 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 b3d5691169225312900ce743d8b4ef6c122bd9f2 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 | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..a28fde1ab878 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,24 @@
 # 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
+# XXX: test hangs and crashes midway
+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-colorama python3-click python3-yaml 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/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 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'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (5 preceding siblings ...)
  2022-10-28 13:22 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-10-28 14:43 ` TeddyDD
  2022-10-28 15:30 ` icp1994
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-28 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1008145396

Comment:
If that's the case, then I don't have an idea what dependency is missing.

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

* Re: python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (6 preceding siblings ...)
  2022-10-28 14:43 ` [PR REVIEW] " TeddyDD
@ 2022-10-28 15:30 ` icp1994
  2022-10-28 15:31 ` [PR REVIEW] " icp1994
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: icp1994 @ 2022-10-28 15:30 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#issuecomment-1295138871

Comment:
You can do `--deselect tests/test_workspacebuilder.py::test_automatic_rename_option` instead of `--ignore tests/test_workspacebuilder.py` to run all the other tests in that file.

A couple of suggestion:
* change the homepages to https://libtmux.git-pull.com and https://tmuxp.git-pull.com so that github is slightly less hammered by the update checker.
* click is no longer a dependency for tmuxp - [source](https://github.com/tmux-python/tmuxp/blob/master/CHANGES#tmuxp-1170-2022-10-09)
* `make_check_target=tests` isn't really needed, pytest can find it anyway

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (7 preceding siblings ...)
  2022-10-28 15:30 ` icp1994
@ 2022-10-28 15:31 ` icp1994
  2022-10-28 23:04 ` [PR PATCH] [Updated] " TeddyDD
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: icp1994 @ 2022-10-28 15:31 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1008193745

Comment:
`checkdepends="python3-pytest-mock tmux"`
...
...
`make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"`

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (8 preceding siblings ...)
  2022-10-28 15:31 ` [PR REVIEW] " icp1994
@ 2022-10-28 23:04 ` TeddyDD
  2022-10-28 23:05 ` TeddyDD
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-28 23:04 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3105 bytes --]

From 49251feb5d75bec483f0a40b8ff3bdd0c19adbfb 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..e09fd92bc436 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
@@ -9,9 +9,10 @@ depends="python3"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 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 df47bbd2d455b1dabdb2306c04c64ee5acad942a 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, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..3cdc6f32edf2 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,23 @@
 # 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
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/test_workspacebuilder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml 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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 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'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (9 preceding siblings ...)
  2022-10-28 23:04 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-10-28 23:05 ` TeddyDD
  2022-10-28 23:10 ` [PR PATCH] [Updated] " TeddyDD
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-28 23:05 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#issuecomment-1295618519

Comment:
Implemented @icp1994's suggestions, thanks!

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (10 preceding siblings ...)
  2022-10-28 23:05 ` TeddyDD
@ 2022-10-28 23:10 ` TeddyDD
  2022-10-28 23:43 ` [PR REVIEW] " classabbyamp
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-28 23:10 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3090 bytes --]

From 49251feb5d75bec483f0a40b8ff3bdd0c19adbfb 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..e09fd92bc436 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
@@ -9,9 +9,10 @@ depends="python3"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 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 9f8913e879ac0910b887946fa9c36f8f4c681ab4 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, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..e0894632bf3b 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,23 @@
 # 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
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/test_workspacebuilder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 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'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (11 preceding siblings ...)
  2022-10-28 23:10 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-10-28 23:43 ` classabbyamp
  2022-10-29  0:05 ` [PR PATCH] [Updated] " TeddyDD
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-10-28 23:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1008580618

Comment:
can you add this ^ change too?

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (12 preceding siblings ...)
  2022-10-28 23:43 ` [PR REVIEW] " classabbyamp
@ 2022-10-29  0:05 ` TeddyDD
  2022-11-01 10:33 ` TeddyDD
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-10-29  0:05 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3256 bytes --]

From f60b5c157317422fdb6157ef71a80a63fd8692ec 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 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..0a9835946853 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,19 +1,20 @@
 # 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
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
-make_check=no
+checksum=cf352a645ebeaa5046ad0593cc01d691d77f8b3af1660327a6433cc6276ab796
+make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {
 	vlicense LICENSE

From bfb0000f8d6eaa0f718bbc7ebede40d116eb291d 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, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..e0894632bf3b 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,23 @@
 # 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
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/test_workspacebuilder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 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'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (13 preceding siblings ...)
  2022-10-29  0:05 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-11-01 10:33 ` TeddyDD
  2022-11-01 15:02 ` [PR REVIEW] " classabbyamp
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-11-01 10:33 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3256 bytes --]

From d8cff07c0f9476a81d00fe61a45928f50caf2fd9 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 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..0a9835946853 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,19 +1,20 @@
 # 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
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
-make_check=no
+checksum=cf352a645ebeaa5046ad0593cc01d691d77f8b3af1660327a6433cc6276ab796
+make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {
 	vlicense LICENSE

From 3b41a6b5ea6efd14b17d44281df62aeb4c5de736 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, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..e0894632bf3b 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,23 @@
 # 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
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/test_workspacebuilder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 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'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (14 preceding siblings ...)
  2022-11-01 10:33 ` TeddyDD
@ 2022-11-01 15:02 ` classabbyamp
  2022-11-01 15:02 ` classabbyamp
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-11-01 15:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1010536093

Comment:
0.15.9 was tagged but there's no release for it 🤷‍♀️

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (15 preceding siblings ...)
  2022-11-01 15:02 ` [PR REVIEW] " classabbyamp
@ 2022-11-01 15:02 ` classabbyamp
  2022-11-01 18:46 ` [PR PATCH] [Updated] " TeddyDD
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-11-01 15:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1010536792

Comment:
1.18.1 is available

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (16 preceding siblings ...)
  2022-11-01 15:02 ` classabbyamp
@ 2022-11-01 18:46 ` TeddyDD
  2022-11-01 18:46 ` TeddyDD
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-11-01 18:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3257 bytes --]

From 437bad711139e9b827a63445b7ec925314408948 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 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..6e5317005638 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,19 +1,20 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
+version=0.15.9
 revision=1
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
-make_check=no
+checksum=da25358ae555c2a7f38ec764aeecf525fa3a9fd37001622877070d4de3b4addd
+make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {
 	vlicense LICENSE

From 8f934cf3922c132642863e3fb7d3b20c2afe1f8f 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.18.1.

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..f1398ef5f2dd 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,23 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
+version=1.18.1
 revision=1
 wrksrc="tmuxp-${version}"
 build_style=python3-module
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=7923a26da7766d6359e044a79029d3f882dcb7a2a9f47ffffce72f3ec708809a
 conflicts="python-tmuxp>=0"
 
-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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (17 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-11-01 18:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3257 bytes --]

From c1c9485bc293a783789a9f7be230ebfdca70024a 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.9.

---
 srcpkgs/python3-libtmux/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index e4f3736977de..6e5317005638 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,19 +1,20 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
+version=0.15.9
 revision=1
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
-make_check=no
+checksum=da25358ae555c2a7f38ec764aeecf525fa3a9fd37001622877070d4de3b4addd
+make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {
 	vlicense LICENSE

From 76980b2e5f3fde0bf1ed0c77d032e69fa402c41d 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.18.1.

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 22725c04b3d2..f1398ef5f2dd 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,26 +1,23 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
+version=1.18.1
 revision=1
 wrksrc="tmuxp-${version}"
 build_style=python3-module
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=7923a26da7766d6359e044a79029d3f882dcb7a2a9f47ffffce72f3ec708809a
 conflicts="python-tmuxp>=0"
 
-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

* Re: python3-libtmux: update to 0.15.9 and python3-tmuxp: update to 1.18.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (18 preceding siblings ...)
  2022-11-01 18:46 ` TeddyDD
@ 2022-11-19 14:21 ` paper42
  2022-11-20 20:50 ` [PR PATCH] [Updated] " TeddyDD
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-11-19 14:21 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#issuecomment-1320895970

Comment:
Could you rebase on top of master and update the packages to their newest versions?

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.9 and python3-tmuxp: update to 1.18.1
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (19 preceding siblings ...)
  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 ` TeddyDD
  2022-11-20 20:55 ` [PR REVIEW] python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2 classabbyamp
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-11-20 20:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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.9 and python3-tmuxp: update to 1.18.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: 3290 bytes --]

From 61652d2c621541f3d8471cbe05e606e81e498f20 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.10.

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

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index b23d8ad39498..757b0a3b14e0 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
-revision=2
+version=0.15.10
+revision=1
+wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
-make_check=no
+checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
+make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {
 	vlicense LICENSE

From 90dc5f50127fcf88108d3a81dfbf71af9b15d575 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.18.2.

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index ed180ff1e744..30bbeb297bdf 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,25 +1,23 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
-revision=2
+version=1.18.2
+revision=1
+wrksrc="tmuxp-${version}"
 build_style=python3-module
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
 conflicts="python-tmuxp>=0"
 
-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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (20 preceding siblings ...)
  2022-11-20 20:50 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-11-20 20:55 ` classabbyamp
  2022-11-20 20:55 ` classabbyamp
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-11-20 20:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1027351958

Comment:
```suggestion
```

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

* Re: [PR REVIEW] python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (21 preceding siblings ...)
  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
  24 siblings, 0 replies; 26+ messages in thread
From: classabbyamp @ 2022-11-20 20:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40193#discussion_r1027351965

Comment:
```suggestion
```

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

* Re: [PR PATCH] [Updated] python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (22 preceding siblings ...)
  2022-11-20 20:55 ` classabbyamp
@ 2022-11-20 20:58 ` TeddyDD
  2022-11-22 21:45 ` [PR PATCH] [Merged]: " paper42
  24 siblings, 0 replies; 26+ messages in thread
From: TeddyDD @ 2022-11-20 20:58 UTC (permalink / raw)
  To: ml

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

There is an updated 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.10 and python3-tmuxp: update to 1.18.2
<!-- 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: 3231 bytes --]

From a6e8cad601fac9e44c62fd22d586023fea90ea51 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.10.

---
 srcpkgs/python3-libtmux/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index b23d8ad39498..afb81c37c77f 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
-revision=2
+version=0.15.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
-homepage="https://github.com/tmux-python/libtmux"
+homepage="https://libtmux.git-pull.com/"
+changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
-make_check=no
+checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
+make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {
 	vlicense LICENSE

From 8e2a93a7db02685d17bda1fab017bca3bc45f4b4 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.18.2.

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index ed180ff1e744..57d87c5f4d93 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,25 +1,22 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
-revision=2
+version=1.18.2
+revision=1
 build_style=python3-module
+# XXX: test hangs and crashes midway
+make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools python3-colorama python3-click
- python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+depends="python3-colorama python3-yaml python3-libtmux"
+checkdepends="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/"
+homepage="https://tmuxp.git-pull.com/"
+changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
 conflicts="python-tmuxp>=0"
 
-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

* Re: [PR PATCH] [Merged]: python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2
  2022-10-27 20:35 [PR PATCH] python3-libtmux: update to 0.15.8 and python3-tmuxp: update to 1.17.1 TeddyDD
                   ` (23 preceding siblings ...)
  2022-11-20 20:58 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-11-22 21:45 ` paper42
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-11-22 21:45 UTC (permalink / raw)
  To: ml

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

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

python3-libtmux: update to 0.15.10 and python3-tmuxp: update to 1.18.2
https://github.com/void-linux/void-packages/pull/40193

Description:
<!-- 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] 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).