Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tmuxp: update to 1.9.4
@ 2022-01-30  9:09 egorenar
  2022-02-06 23:19 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: egorenar @ 2022-01-30  9:09 UTC (permalink / raw)
  To: ml

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

tmuxp: update to 1.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From fc5fd9928468a3f438564bd83da10e47348b7641 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 30 Jan 2022 09:53:58 +0100
Subject: [PATCH 1/2] python3-libtmux: update to 0.10.3

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 8ebb2ffda3cd..0e7f610e0d6a 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.2
+version=0.10.3
 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=a0e958b85ec14cdaabecfa738a0dd51846f05e5c5e9d6749a2bf5160b9f7e1d2
+checksum=c7fbd837f0a9e4d33a157523e4ca6ef95e80256842e094ffd766c3dbd78d1957
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From 5affe631bd19add93a911c02f757f55a66a5196e Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 30 Jan 2022 09:54:13 +0100
Subject: [PATCH 2/2] python3-tmuxp: update to 1.9.4

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

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index c8cbdd3a374e..07a81064e700 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.3
+version=1.9.4
 revision=1
 wrksrc="tmuxp-${version}"
 build_style=python3-module
@@ -13,18 +13,9 @@ 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=91a73dceda6c6fb700d25e9d21380ab8af4ca84da1e7086a0324f498d409c39f
+checksum=4d7e748d58972736438b6d1299798808048e3e4649300abe6e46d285938b1b0e
 conflicts="python-tmuxp>=0"
 
-post_patch() {
-	# Remove version restrictions
-	# colorama is forced at 0.3.9 while Void is at 0.4.x
-	# click is at least 7 or higher while Void is at 6.x.x
-	vsed 's|[=><].*||g' -i requirements/base.txt
-
-	vsed '/addopts/d' -i setup.cfg
-}
-
 do_check() {
 	# XXX: test hangs and crashes midway
 	python3 -m pytest -k 'not workspacebuilder'

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

* Re: [PR PATCH] [Merged]: tmuxp: update to 1.9.4
  2022-01-30  9:09 [PR PATCH] tmuxp: update to 1.9.4 egorenar
@ 2022-02-06 23:19 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2022-02-06 23:19 UTC (permalink / raw)
  To: ml

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

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

tmuxp: update to 1.9.4
https://github.com/void-linux/void-packages/pull/35309

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2022-02-06 23:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30  9:09 [PR PATCH] tmuxp: update to 1.9.4 egorenar
2022-02-06 23:19 ` [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).