Date: Wednesday, September 21, 2022 @ 13:57:55
Author: dvzrv
Revision: 1305980
upgpkg: python-libtmux 0.15.3-1: Upgrade to 0.15.3.
Modified:
python-libtmux/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-21 13:25:19 UTC (rev 1305979)
+++ PKGBUILD 2022-09-21 13:57:55 UTC (rev 1305980)
@@ -2,7 +2,7 @@
_name=libtmux
pkgname=python-libtmux
-pkgver=0.15.1
+pkgver=0.15.3
pkgrel=1
pkgdesc="Python api for tmux"
arch=(any)
@@ -13,8 +13,8 @@
checkdepends=(python-pytest procps-ng)
optdepends=('python-pytest: for pytest plugin')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('d53cc5b8679fa960dd6ac909459ecba1e078a14173eb07d826e3199293908d231bd049aac975c308caede10bbe392db5ebf1bdcbc21ad68c2f598f77cb8af2bb')
-b2sums=('e7190f5ed323c84b0285001ea280b900570c4e8f9ec64972def58169d42b1dc6283b11c1218c00b606745f4c5238dbbc87f60cd24a943483eb7a8311fa3526ba')
+sha512sums=('96c0f17c3c2924ddcdafa7880b98b2ffa11f1a201fda53c13aba157df5e82719d0f81c90f01042a2b3f5bd3ce125544a5a817a5139c159f35ca38669fb112a93')
+b2sums=('8c7801c0677b075f3008f24792f97b8b5211345652ece0f4759d1cc614cece33597ef7723d39a20828cb7af6b18e1bed2d9f1216e835a95a07ad7c1f639f8a7b')
build() {
cd $_name-$pkgver
@@ -27,7 +27,8 @@
cd $_name-$pkgver
python -m installer --destdir=test_dir dist/*.whl
export PYTHONPATH="test_dir/$_site_packages"
- pytest -vv tests
+ # disable plugin test until upstream fixes the contents of the sdist
tarball: https://github.com/tmux-python/libtmux/issues/441
+ pytest -vv tests -k "not test_plugin"
}
package() {