[arch-commits] Commit in python-zeep/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Oct 18 15:41:43 UTC 2020


    Date: Sunday, October 18, 2020 @ 15:41:42
  Author: felixonmars
Revision: 726736

upgpkg: python-zeep 4.0.0-1

Modified:
  python-zeep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 15:41:03 UTC (rev 726735)
+++ PKGBUILD	2020-10-18 15:41:42 UTC (rev 726736)
@@ -1,25 +1,25 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-zeep
-pkgver=3.4.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')
 url="https://docs.python-zeep.org"
 depends=('python-appdirs' 'python-attrs' 'python-cached-property' 'python-defusedxml'
-         'python-isodate' 'python-lxml' 'python-requests' 'python-requests-toolbelt' 'python-six'
-         'python-pytz')
+         'python-isodate' 'python-lxml' 'python-requests' 'python-requests-toolbelt'
+         'python-requests-file' 'python-pytz')
 checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 'python-pretend'
-              'python-pytest-cov' 'python-requests-mock' 'python-pytest-tornado'
-              'python-aioresponses' 'python-xmlsec')
+              'python-pytest-cov' 'python-requests-mock' 'python-pytest-httpx'
+              'python-pytest-asyncio' 'python-aiohttp' 'python-aioresponses' 'python-xmlsec')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz")
-sha512sums=('cd4062b44e750c526f777ee04f32b14e9950259a503d024eb1a4e16f74cceb5703a3660ac6d8010a5bf03c84d0bc59738fa680ff44ef61a2b20b653c6f45f9d5')
+sha512sums=('48999c8b6144021d974ce40db0fdfe9702a9b2984c1ebd8b39c426a0dc58a50e3bffc439586d3bb6bfd7f69b42a32758bd09b0b4c1dfc061fd61d36d1e346e58')
 
 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
+  #sed -i 's/get_marker/get_closest_marker/' python-zeep-$pkgver/tests/conftest.py
 }
 
 build() {
@@ -29,7 +29,7 @@
 
 check() {
   cd python-zeep-$pkgver
-  python setup.py pytest || warning "https://github.com/mvantellingen/python-zeep/issues/724"
+  python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list