Date: Saturday, September 24, 2022 @ 08:49:11
Author: dvzrv
Revision: 1309282
upgpkg: python-libtmux 0.15.4-1: Upgrade to 0.15.4.
Remove ignoring of test which is now fixed upstream.
Modified:
python-libtmux/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-24 08:48:16 UTC (rev 1309281)
+++ PKGBUILD 2022-09-24 08:49:11 UTC (rev 1309282)
@@ -2,7 +2,7 @@
_name=libtmux
pkgname=python-libtmux
-pkgver=0.15.3
+pkgver=0.15.4
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=('96c0f17c3c2924ddcdafa7880b98b2ffa11f1a201fda53c13aba157df5e82719d0f81c90f01042a2b3f5bd3ce125544a5a817a5139c159f35ca38669fb112a93')
-b2sums=('8c7801c0677b075f3008f24792f97b8b5211345652ece0f4759d1cc614cece33597ef7723d39a20828cb7af6b18e1bed2d9f1216e835a95a07ad7c1f639f8a7b')
+sha512sums=('5a0768f544b919d2d675edcd32d4582dfae73e8abd3102e96caf72b755a8edc9bcd8d262aad9fb2c5e8a4d9c8db1a8b778527b4ccd625eeedae973f3920837a0')
+b2sums=('0c5c6865346bec1d74379c9330e8cb5034b93fa3af91ed5f6a08b7456980acc540ecb4e7b94811815a6777fee86f7bb0a1c727594073eef53109e58ef6c3c9f8')
build() {
cd $_name-$pkgver
@@ -27,8 +27,7 @@
cd $_name-$pkgver
python -m installer --destdir=test_dir dist/*.whl
export PYTHONPATH="test_dir/$_site_packages"
- # 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"
+ pytest -vv tests
}
package() {