Date: Tuesday, September 27, 2022 @ 18:17:32 Author: felixonmars Revision: 1312635
upgpkg: python-xcffib 0.12.0-1: rebuild with xcffib 0.12.0 Modified: python-xcffib/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 18:14:46 UTC (rev 1312634) +++ PKGBUILD 2022-09-27 18:17:32 UTC (rev 1312635) @@ -2,8 +2,8 @@ # Contributor: Roger Duran <[email protected]> pkgname=python-xcffib -pkgver=0.11.1 -pkgrel=5 +pkgver=0.12.0 +pkgrel=1 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding" arch=('any') url="https://pypi.python.org/pypi/xcffib" @@ -10,9 +10,9 @@ license=('Apache') depends=('python-six' 'python-cffi' 'libxcb') makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 'haskell-xcffib') -checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes') +checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes') source=("https://github.com/tych0/xcffib/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('7fa2b6aea16375311c09f2daebab47db6ecb2f64ad39a7657d88bf3bc21dc06e29a91b0e9376bf41518161847d06e6cd36fb672ea7d62da6c128913c66d26f86') +sha512sums=('c780c20b19236d0c9814ee5f87eb149d303d3f1ffbefb61e8aae7b3f24a70df126d6f5fa545c83a811c628a088f891d173b621fea371bb7246f62366314b1630') build() { cd xcffib-$pkgver @@ -22,7 +22,7 @@ check() { cd xcffib-$pkgver - xvfb-run nosetests3 + xvfb-run pytest } package() {
