Date: Monday, August 16, 2021 @ 10:32:48 Author: felixonmars Revision: 1000960
upgpkg: python-zeep 4.1.0-1 Modified: python-zeep/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-16 10:30:49 UTC (rev 1000959) +++ PKGBUILD 2021-08-16 10:32:48 UTC (rev 1000960) @@ -1,25 +1,23 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-zeep -pkgver=4.0.0 -pkgrel=3 +pkgver=4.1.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-requests-file' 'python-pytz') +depends=('python-attrs' 'python-cached-property' 'python-isodate' 'python-lxml' + 'python-platformdirs' '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-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=('48999c8b6144021d974ce40db0fdfe9702a9b2984c1ebd8b39c426a0dc58a50e3bffc439586d3bb6bfd7f69b42a32758bd09b0b4c1dfc061fd61d36d1e346e58') +source=("https://github.com/mvantellingen/python-zeep/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('977b3072718112ad0ee69c51f9f0069bebce9508f0473e113c67016d57f640b5779a6ebf6601216f936db0b5e99cade15e235768afe4273be29b4248909dd304') 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() { @@ -35,5 +33,5 @@ package() { cd python-zeep-$pkgver python setup.py install --root="$pkgdir" --optimize=1 - install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ }
