[arch-commits] Commit in python-zeep/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 10 13:36:44 UTC 2018
Date: Friday, August 10, 2018 @ 13:36:43
Author: felixonmars
Revision: 370906
upgpkg: python-zeep 3.1.0-2
fix missing dependency on attrs (FS#59584)
Modified:
python-zeep/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-10 13:27:15 UTC (rev 370905)
+++ PKGBUILD 2018-08-10 13:36:43 UTC (rev 370906)
@@ -3,13 +3,14 @@
pkgname=python-zeep
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A fast and modern Python SOAP client"
arch=('any')
license=('MIT')
url="http://docs.python-zeep.org"
-depends=('python-appdirs' 'python-cached-property' 'python-defusedxml' 'python-isodate'
- 'python-lxml' 'python-requests' 'python-requests-toolbelt' 'python-six' 'python-pytz')
+depends=('python-appdirs' 'python-attrs' 'python-cached-property' 'python-defusedxml'
+ 'python-isodate' 'python-lxml' 'python-requests' 'python-requests-toolbelt' 'python-six'
+ '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')
More information about the arch-commits
mailing list