Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-zeroconf
Commits: 295c627e by Carl Smedstad at 2024-10-06T18:13:42+02:00 Use SPDX license identifier - - - - - a01d577c by Carl Smedstad at 2024-10-06T18:37:48+02:00 upgpkg: 0.132.2-2: 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,12 +1,11 @@ pkgbase = python-zeroconf pkgdesc = A pure python implementation of multicast DNS service discovery pkgver = 0.132.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jstasiak/python-zeroconf arch = any - license = LGPL + license = LGPL-2.1-or-later checkdepends = python-pytest - checkdepends = python-pytest-cov makedepends = python-setuptools makedepends = python-build makedepends = python-installer ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ pkgname=python-zeroconf pkgver=0.132.2 -pkgrel=1 +pkgrel=2 pkgdesc="A pure python implementation of multicast DNS service discovery" arch=('any') url="https://github.com/jstasiak/python-zeroconf" -license=('LGPL') +license=('LGPL-2.1-or-later') depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr' 'python-async-timeout') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-poetry-core' 'cython') -checkdepends=('python-pytest' 'python-pytest-cov') +checkdepends=('python-pytest') source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz) sha256sums=('a0188086e1806d19bf49f797b25a1eba9b14e60422931188af287a98b304b80e') @@ -28,7 +28,9 @@ package() { check() { cd "${pkgbase}-${pkgver}" - pytest -k 'not test_integration_with_listener_ipv6' tests + pytest tests \ + --override-ini="addopts=" \ + --deselect tests/services/test_types.py::test_integration_with_listener_ipv6 } # vim:set ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/compare/9dc24521c46bbb4a8e79a12e8fc3eff7a21bb250...a01d577c7e504388e54c1773bd62606581ecc5ef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/compare/9dc24521c46bbb4a8e79a12e8fc3eff7a21bb250...a01d577c7e504388e54c1773bd62606581ecc5ef You're receiving this email because of your account on gitlab.archlinux.org.
