Date: Friday, March 8, 2019 @ 18:27:58 Author: felixonmars Revision: 438130
upgpkg: python-zeep 3.3.0-1 Modified: python-zeep/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-08 18:27:27 UTC (rev 438129) +++ PKGBUILD 2019-03-08 18:27:58 UTC (rev 438130) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-zeep -pkgver=3.2.0 +pkgver=3.3.0 pkgrel=1 pkgdesc="A fast and modern Python SOAP client" arch=('any') @@ -14,10 +14,12 @@ 'python-pytest-cov' 'python-requests-mock' 'python-pytest-tornado' 'python-aioresponses' 'python-xmlsec') source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz") -sha512sums=('d608e66d62120edab72c1d8bc70e8de8d22646255dbf838ae94b2e790b542c547479607d29832125e6ce7455f8a165e4815587c06f3ba57d0ca3a45c312eae64') +sha512sums=('3e328115e6d4912f04d867140c73ffade6fb4849cb05f057b9226814c03df2042288954096cb6308ede43f5a8141cb9de2e03a018f903b0a3df150f74911f3f7') prepare() { sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' python-zeep-$pkgver/setup.py + + sed -i 's/get_marker/get_closest_marker/' python-zeep-$pkgver/tests/conftest.py } build() {
