Date: Saturday, October 30, 2021 @ 15:13:21 Author: yan12125 Revision: 1034984
upgpkg: python-mocket 3.10.0-1 Part of efforts on updating python-sure to 2.0. Tests were broken with newer urllib [1], so I update this package first to make sure tests still work with python-sure 2.0. [1] https://github.com/mindflayer/python-mocket/issues/151 Modified: python-mocket/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-30 15:12:25 UTC (rev 1034983) +++ PKGBUILD 2021-10-30 15:13:21 UTC (rev 1034984) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-mocket -pkgver=3.9.40 -pkgrel=2 +pkgver=3.10.0 +pkgrel=1 pkgdesc="Socket Mock Framework - for all kinds of socket animals, web-clients included - with gevent/asyncio/SSL support" url="https://github.com/mindflayer/python-mocket" license=('BSD') @@ -12,7 +12,7 @@ checkdepends=('pifpaf' 'python-aiohttp' 'python-gevent' 'python-mock' 'python-pook' 'python-redis' 'python-sure' 'python-xxhash' 'redis') source=("https://github.com/mindflayer/python-mocket/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('d3f1b9c60d10cc8f803da3e465cd84bc954b885cf8cb400f85eabe8da0f144542f9992849ea86c44bc29d13e6ed3da7f61e472eac2ce81b1d9d2753539653d40') +sha512sums=('c6a07ea520ca895b4be0c86be030aa894a7ff29dd648433c41636ff63fdc90bf9b98ffde438a292da45e1e04600131314a8abbed41abcc1d86a01a34c57bf2f4') prepare() { cd python-mocket-$pkgver
