Date: Sunday, October 30, 2022 @ 23:11:47
  Author: dvzrv
Revision: 1339701

upgpkg: tmuxp 1.18.0-1: Upgrade to 1.18.0.

Modified:
  tmuxp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-30 22:55:52 UTC (rev 1339700)
+++ PKGBUILD    2022-10-30 23:11:47 UTC (rev 1339701)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <[email protected]>
 
 pkgname=tmuxp
-pkgver=1.17.2
+pkgver=1.18.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=('9d02d5ccfb87d4216b6765faf059a46c23e63265ae215c7eec7c175311fc64edbd231fa4205069ab8800164f7fad686e8f76c23121079de67af83aaf6d8b85ed')
-b2sums=('3fdd2c6260fc81912ceb9d0f558802345e716a154de36e023cc06dc11c1d8d37591a6755c2dfea633cf3d30e7248786d8e02d826a5965db1e856bfadaf24f9a6')
+sha512sums=('d55860d0b83280c2906204c9a5fdbbc837751cc22a23f2d4f2ce05e381f994e231a2d0a98932c70426251d4ae32f6c17dd2479a6a1630c471e895b35793e4383')
+b2sums=('92998fbc150affcdb3abc86064beb668f71c452111dd0f44930a25640549596e9be15ceacf1c8ba5ab4631f9bb0a6446b5144218113e27accf9622224ab34df7')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,7 +22,7 @@
 check() {
   local _deselected=(
     # https://github.com/tmux-python/tmuxp/issues/788
-    --deselect tests/test_workspacebuilder.py::test_automatic_rename_option
+    --deselect tests/workspace/test_builder.py::test_automatic_rename_option
   )
   local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
 

Reply via email to