From 72f970a2e6911b88f0e8fdd521a3c8b7e1b27304 Mon Sep 17 00:00:00 2001 From: dvzrv Date: Wed, 28 Dec 2022 09:56:41 +0000 Subject: [PATCH] upgpkg: tmuxp 1.22.0-1: Upgrade to 1.22.0. Disable another broken test: https://github.com/tmux-python/tmuxp/issues/855 git-svn-id: file:///srv/repos/svn-community/svn@1369857 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- trunk/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index db24989e1b61..18a31b87d2f3 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: David Runge pkgname=tmuxp -pkgver=1.19.1 +pkgver=1.22.0 pkgrel=1 pkgdesc="Tmux session manager built on libtmux" arch=(any) @@ -11,8 +11,8 @@ depends=(python-click python-colorama python-kaptan python-libtmux python-typing makedepends=(python-build python-installer python-poetry-core python-wheel) checkdepends=(python-pytest python-pytest-mock python-pytest-rerunfailures) source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz) -sha512sums=('89bfb35fe2f211271540f01bec7946171eb321d5d815e29d4b61e29c0c67ed7ea694f40bfdecbf7bde4a305cc6b37d241ddf1ceeb55c7fddbbba3f8f7224e398') -b2sums=('d8d7d33d04ec03bf28ba46551bdfd952939ae1972bd13d681eec82c34bbd0df0776d933302852f638417931903b7178e9ebb931016c86455f05b6cc911083e0a') +sha512sums=('2978be0c6f41ee77498e3141cd7a0c0d14866003b93af164ce0667f35f52eeb48f0e0916acd1ca7e26eda27f8360e20dec981614e0aed313f6b1b524a95c79dd') +b2sums=('b474ff07bba18c5ade01fc13462b4eb562ea88153921855307a515c96e400bec315da0af9700728ffbd63e090040f8e5cec9b458b99bd40519a762252db51ede') build() { cd $pkgname-$pkgver @@ -23,6 +23,8 @@ check() { local _deselected=( # https://github.com/tmux-python/tmuxp/issues/788 --deselect tests/workspace/test_builder.py::test_automatic_rename_option + # https://github.com/tmux-python/tmuxp/issues/855 + --deselect tests/workspace/test_builder.py::test_window_shell ) local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])")