Date: Sunday, August 14, 2022 @ 21:30:33 Author: dvzrv Revision: 1266093
upgpkg: tmuxp 1.13.0-1: Upgrade to 1.13.0. Remove deselection of test, which now works again. Modified: tmuxp/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-14 21:26:11 UTC (rev 1266092) +++ PKGBUILD 2022-08-14 21:30:33 UTC (rev 1266093) @@ -1,7 +1,7 @@ # Maintainer: David Runge <dv...@archlinux.org> pkgname=tmuxp -pkgver=1.12.1 +pkgver=1.13.0 pkgrel=1 pkgdesc="Tmux session manager built on libtmux" arch=(any) @@ -11,8 +11,8 @@ 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=('0bcaf98cb7d6b22b8abf5a449b37b409b81f64c990052abb2afcda8ba9dbfa1bb277b8d19f5078c0d99c1ef10a36af03e4d33264b99af4e5297595483addfebb') -b2sums=('fb72918baea9a39e5cc8702a4f5c8219b9165a23f2b73f5b1006c876c4708253612542da56276bd5009f20ffce83e450b7e1bc78dd87c0dc6e0bb111bcafc1e0') +sha512sums=('06011f9a22ecd83906312feae6a2a3158473add50858521604fe75958f99bad3fee4305a87ef66b5cde597dbe744886f94d1bea70b86bcb2c8e3ae9299b898ae') +b2sums=('29eabf98906f3ace634faec8cf6a8fbaa471d28b7634b46f03a43fe19cca418d9d06610da9d37c21ae94830664ad4be9f818910f6ebc1adb3a3c1bb23605325c') build() { cd $pkgname-$pkgver @@ -23,8 +23,6 @@ local _deselected=( # https://github.com/tmux-python/tmuxp/issues/788 --deselect tests/test_workspacebuilder.py::test_automatic_rename_option - # https://github.com/tmux-python/tmuxp/issues/792 - --deselect tests/test_workspacebuilder.py::test_environment_variables ) cd $pkgname-$pkgver pytest -vv "${_deselected[@]}"