Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update tmuxp and libtmux
@ 2022-05-14 10:10 egorenar
  2022-05-14 10:16 ` [PR PATCH] [Updated] " egorenar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: egorenar @ 2022-05-14 10:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 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/37125

Update tmuxp and libtmux

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64,glibc)

Note: tmuxp cannot be updated to v1.11.1 because it depends on click v8.

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

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

From 93014b095124ecd61e669d20a15e0689e16003b6 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 13 May 2022 07:00:42 +0200
Subject: [PATCH 1/2] python3-libtmux: update to version 0.11.0

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 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 0e7f610e0d6a..e4f3736977de 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.10.3
+version=0.11.0
 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=c7fbd837f0a9e4d33a157523e4ca6ef95e80256842e094ffd766c3dbd78d1957
+checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From c25f029c6945e9dad418ca6c56b1998a420f1a59 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 13 May 2022 07:01:09 +0200
Subject: [PATCH 2/2] python3-tmuxp: update to version 1.10.0

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 07a81064e700..4f12a35f964b 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.9.4
+version=1.10.0
 revision=1
 wrksrc="tmuxp-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ 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=4d7e748d58972736438b6d1299798808048e3e4649300abe6e46d285938b1b0e
+checksum=1f841965760f1153516f65899918336aedcbf61d9aeac473155b43a91903dcfd
 conflicts="python-tmuxp>=0"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] Update tmuxp and libtmux
  2022-05-14 10:10 [PR PATCH] Update tmuxp and libtmux egorenar
@ 2022-05-14 10:16 ` egorenar
  2022-05-21  9:42 ` egorenar
  2022-05-21 15:05 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: egorenar @ 2022-05-14 10:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 558 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/37125

Update tmuxp and libtmux

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64,glibc)

Note: tmuxp cannot be updated to v1.11.1 because it depends on click v8.

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

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

From 93014b095124ecd61e669d20a15e0689e16003b6 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 13 May 2022 07:00:42 +0200
Subject: [PATCH 1/2] python3-libtmux: update to version 0.11.0

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 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 0e7f610e0d6a..e4f3736977de 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.10.3
+version=0.11.0
 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=c7fbd837f0a9e4d33a157523e4ca6ef95e80256842e094ffd766c3dbd78d1957
+checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From c4c0a322d04cc6f4a13e2145ec0a830072f8f014 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 13 May 2022 07:01:09 +0200
Subject: [PATCH 2/2] python3-tmuxp: update to version 1.10.1

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 07a81064e700..22725c04b3d2 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.9.4
+version=1.10.1
 revision=1
 wrksrc="tmuxp-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ 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=4d7e748d58972736438b6d1299798808048e3e4649300abe6e46d285938b1b0e
+checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
 conflicts="python-tmuxp>=0"
 
 do_check() {

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

* Re: Update tmuxp and libtmux
  2022-05-14 10:10 [PR PATCH] Update tmuxp and libtmux egorenar
  2022-05-14 10:16 ` [PR PATCH] [Updated] " egorenar
@ 2022-05-21  9:42 ` egorenar
  2022-05-21 15:05 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: egorenar @ 2022-05-21  9:42 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/37125#issuecomment-1133589601

Comment:
polite ping :)

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

* Re: [PR PATCH] [Merged]: Update tmuxp and libtmux
  2022-05-14 10:10 [PR PATCH] Update tmuxp and libtmux egorenar
  2022-05-14 10:16 ` [PR PATCH] [Updated] " egorenar
  2022-05-21  9:42 ` egorenar
@ 2022-05-21 15:05 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-05-21 15:05 UTC (permalink / raw)
  To: ml

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

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

Update tmuxp and libtmux
https://github.com/void-linux/void-packages/pull/37125

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64,glibc)

Note: tmuxp cannot be updated to v1.11.1 because it depends on click v8.

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

end of thread, other threads:[~2022-05-21 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 10:10 [PR PATCH] Update tmuxp and libtmux egorenar
2022-05-14 10:16 ` [PR PATCH] [Updated] " egorenar
2022-05-21  9:42 ` egorenar
2022-05-21 15:05 ` [PR PATCH] [Merged]: " ericonr

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