Github messages for voidlinux
 help / color / mirror / Atom feed
From: egorenar <egorenar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python3-libtmux + python3-tmuxp: update to 0.23.2 and 1.30.1
Date: Sun, 17 Sep 2023 12:05:11 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46098@inbox.vuxu.org> (raw)

[-- 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() {

             reply	other threads:[~2023-09-17 10:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 10:05 egorenar [this message]
2023-09-17 10:13 ` [PR PATCH] [Updated] " egorenar
2023-09-17 10:16 ` egorenar
2023-09-18 18:59 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46098@inbox.vuxu.org \
    --to=egorenar@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).