Date: Thursday, November 3, 2022 @ 14:04:26
  Author: felixonmars
Revision: 1341607

upgpkg: python-zeep 4.2.0-1

Modified:
  python-zeep/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-03 14:00:28 UTC (rev 1341606)
+++ PKGBUILD    2022-11-03 14:04:26 UTC (rev 1341607)
@@ -1,21 +1,20 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-zeep
-pkgver=4.1.0
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')
 url="https://docs.python-zeep.org";
-depends=('python-attrs' 'python-cached-property' 'python-isodate' 'python-lxml'
-         'python-platformdirs' 'python-requests' 'python-requests-toolbelt' 
'python-requests-file'
-         'python-pytz')
+depends=('python-attrs' 'python-isodate' 'python-lxml' 'python-platformdirs' 
'python-requests'
+         'python-requests-toolbelt' 'python-requests-file' 'python-pytz')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 
'python-pretend'
-              'python-pytest-cov' 'python-requests-mock' 'python-pytest-httpx'
-              'python-pytest-asyncio' 'python-aiohttp' 'python-aioresponses' 
'python-xmlsec')
+checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 
'python-pytest-cov'
+              'python-requests-mock' 'python-pytest-httpx' 
'python-pytest-asyncio' 'python-aiohttp'
+              'python-aioresponses' 'python-xmlsec')
 
source=("https://github.com/mvantellingen/python-zeep/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('977b3072718112ad0ee69c51f9f0069bebce9508f0473e113c67016d57f640b5779a6ebf6601216f936db0b5e99cade15e235768afe4273be29b4248909dd304')
+sha512sums=('540ff6087a79031a219839e4ba83041f9fea64558df1d2afb580a8c363c2193aec1b2b3b86ddc2283e3f533d00dbc01679be8d9c88d0864ffcf2d49c272f3b94')
 
 prepare() {
   sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' 
python-zeep-$pkgver/setup.py
@@ -28,7 +27,7 @@
 
 check() {
   cd python-zeep-$pkgver
-  python setup.py pytest
+  PYTHONPATH="$PWD"/build/lib pytest
 }
 
 package() {

Reply via email to