Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-zeep
Commits: d4cb4c90 by Carl Smedstad at 2024-10-06T18:12:09+02:00 upgpkg: 4.2.1-5: Drop unneeded checkdep python-pytest-cov https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,13 @@ pkgbase = python-zeep pkgdesc = A fast and modern Python SOAP client pkgver = 4.2.1 - pkgrel = 4 + pkgrel = 5 url = https://docs.python-zeep.org arch = any license = MIT checkdepends = python-pytest checkdepends = python-freezegun checkdepends = python-pretend - checkdepends = python-pytest-cov checkdepends = python-requests-mock checkdepends = python-pytest-httpx checkdepends = python-pytest-asyncio ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-zeep pkgver=4.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="A fast and modern Python SOAP client" arch=('any') license=('MIT') @@ -10,7 +10,7 @@ url="https://docs.python-zeep.org" depends=('python-attrs' 'python-isodate' 'python-lxml' 'python-platformdirs' 'python-requests' 'python-requests-toolbelt' 'python-requests-file' 'python-pytz') makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer') -checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 'python-pytest-cov' +checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' '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") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeep/-/commit/d4cb4c902b4a6ebf42a42a6ae28cb4acc287701d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeep/-/commit/d4cb4c902b4a6ebf42a42a6ae28cb4acc287701d You're receiving this email because of your account on gitlab.archlinux.org.
