Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1
@ 2023-09-17 10:05 egorenar
  2023-09-17 10:13 ` [PR PATCH] [Updated] " egorenar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: egorenar @ 2023-09-17 10:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/46098

python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.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, (x86_64-glibc)


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

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

From f159954039e4c50739bd7c1095b099a4ba08f92c Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 17 Sep 2023 11:52:37 +0200
Subject: [PATCH 1/2] python3-libtmux: update to 0.23.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index afb81c37c77fb..d8f94f6a803f7 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.15.10
+version=0.23.2
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3"
 checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
@@ -12,7 +12,7 @@ license="MIT"
 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=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
+checksum=eb3e8fb803e4e7c9ce515c93a95145aa6a0b58ddb2ae532daf9fad879609971d
 make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {

From c9051d3809e5269e22a13e46bb35af528f1997ba Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 17 Sep 2023 11:52:57 +0200
Subject: [PATCH 2/2] python3-tmuxp: update to 1.30.1

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 57d87c5f4d935..c194bcf0fb4e7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.18.2
+version=1.30.1
 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"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3-colorama python3-yaml python3-libtmux"
 checkdepends="python3-pytest-mock $depends tmux"
 short_desc="Session manager for tmux"
@@ -14,7 +12,7 @@ license="MIT"
 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=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
+checksum=c94123a0ed19c8c54b120a1d92f386aecf4adaf95184decc10d6441f36c446a3
 conflicts="python-tmuxp>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1
  2023-09-17 10:05 [PR PATCH] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1 egorenar
@ 2023-09-17 10:13 ` egorenar
  2023-09-17 10:16 ` egorenar
  2023-09-18 18:59 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: egorenar @ 2023-09-17 10:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/46098

python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.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, (x86_64-glibc)


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

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

From f159954039e4c50739bd7c1095b099a4ba08f92c Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 17 Sep 2023 11:52:37 +0200
Subject: [PATCH 1/2] python3-libtmux: update to 0.23.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index afb81c37c77fb..d8f94f6a803f7 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.15.10
+version=0.23.2
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3"
 checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
@@ -12,7 +12,7 @@ license="MIT"
 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=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
+checksum=eb3e8fb803e4e7c9ce515c93a95145aa6a0b58ddb2ae532daf9fad879609971d
 make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
 
 post_install() {

From 25cafca2c0bdd9075a338d8a9e8cda0322840b80 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 17 Sep 2023 11:52:57 +0200
Subject: [PATCH 2/2] python3-tmuxp: update to 1.30.1

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 57d87c5f4d935..9bd0ddfa896ba 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.18.2
+version=1.30.1
 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"
+build_style=python3-pep517
+# XXX: https://github.com/tmux-python/tmuxp/issues/855
+make_check_args="--deselect tests/workspace/test_builder.py::test_window_shell"
+hostmakedepends="python3-poetry-core"
 depends="python3-colorama python3-yaml python3-libtmux"
 checkdepends="python3-pytest-mock $depends tmux"
 short_desc="Session manager for tmux"
@@ -14,7 +14,7 @@ license="MIT"
 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=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
+checksum=c94123a0ed19c8c54b120a1d92f386aecf4adaf95184decc10d6441f36c446a3
 conflicts="python-tmuxp>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1
  2023-09-17 10:05 [PR PATCH] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1 egorenar
  2023-09-17 10:13 ` [PR PATCH] [Updated] " egorenar
@ 2023-09-17 10:16 ` egorenar
  2023-09-18 18:59 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: egorenar @ 2023-09-17 10:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/46098

python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.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, (x86_64-glibc)


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

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

From 72a44cb29d80ee48e24d2bf7772fcc6b0d7193fb Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 17 Sep 2023 11:52:37 +0200
Subject: [PATCH 1/2] python3-libtmux: update to 0.23.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index afb81c37c77fb..a84cbe2cd6078 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.15.10
+version=0.23.2
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3"
 checkdepends="python3-pytest-mock tmux"
 short_desc="Python binding for tmux"
@@ -12,8 +12,7 @@ license="MIT"
 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=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
-make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
+checksum=eb3e8fb803e4e7c9ce515c93a95145aa6a0b58ddb2ae532daf9fad879609971d
 
 post_install() {
 	vlicense LICENSE

From c73855e71e9256f630bf45bcb80b56931ac66afd Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 17 Sep 2023 11:52:57 +0200
Subject: [PATCH 2/2] python3-tmuxp: update to 1.30.1

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 57d87c5f4d935..9bd0ddfa896ba 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.18.2
+version=1.30.1
 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"
+build_style=python3-pep517
+# XXX: https://github.com/tmux-python/tmuxp/issues/855
+make_check_args="--deselect tests/workspace/test_builder.py::test_window_shell"
+hostmakedepends="python3-poetry-core"
 depends="python3-colorama python3-yaml python3-libtmux"
 checkdepends="python3-pytest-mock $depends tmux"
 short_desc="Session manager for tmux"
@@ -14,7 +14,7 @@ license="MIT"
 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=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
+checksum=c94123a0ed19c8c54b120a1d92f386aecf4adaf95184decc10d6441f36c446a3
 conflicts="python-tmuxp>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1
  2023-09-17 10:05 [PR PATCH] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1 egorenar
  2023-09-17 10:13 ` [PR PATCH] [Updated] " egorenar
  2023-09-17 10:16 ` egorenar
@ 2023-09-18 18:59 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-18 18:59 UTC (permalink / raw)
  To: ml

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

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

python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1
https://github.com/void-linux/void-packages/pull/46098

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, (x86_64-glibc)


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

end of thread, other threads:[~2023-09-18 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-17 10:05 [PR PATCH] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1 egorenar
2023-09-17 10:13 ` [PR PATCH] [Updated] " egorenar
2023-09-17 10:16 ` egorenar
2023-09-18 18:59 ` [PR PATCH] [Merged]: " Duncaen

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