Date: Friday, November 11, 2022 @ 22:25:15 Author: jelle Revision: 1346898
upgpkg: python-engineio 4.3.4-2: drop python-mock Modified: python-engineio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 22:22:51 UTC (rev 1346897) +++ PKGBUILD 2022-11-11 22:25:15 UTC (rev 1346898) @@ -2,7 +2,7 @@ pkgname=python-engineio pkgver=4.3.4 -pkgrel=1 +pkgrel=2 pkgdesc='Python implementation of the Engine.IO realtime server' url='https://github.com/miguelgrinberg/python-engineio' arch=('any') @@ -16,7 +16,7 @@ makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-eventlet' 'python-aiohttp' 'python-tornado' 'python-urllib3' 'python-websocket-client' 'python-gevent' 'python-gevent-websocket' 'python-websockets' 'python-build' 'python-installer' 'python-wheel') -checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner') +checkdepends=('python-pytest' 'python-pytest-runner') options=('!makeflags') source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) sha512sums=('427f224ae24d939d55316931cd087676741195d578415224de291f9871b535fdd02b835ac32a65d73be0428c8c4be0414faefca06a4964b1fe34e2ac91b02694')
