[arch-commits] Commit in python-zeroconf/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon May 3 19:52:00 UTC 2021
Date: Monday, May 3, 2021 @ 19:52:00
Author: jelle
Revision: 927274
upgpkg: python-zeroconf 0.29.0-1
Modified:
python-zeroconf/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-03 19:47:27 UTC (rev 927273)
+++ PKGBUILD 2021-05-03 19:52:00 UTC (rev 927274)
@@ -2,7 +2,7 @@
# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
pkgname=python-zeroconf
-pkgver=0.28.8
+pkgver=0.29.0
pkgrel=1
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
@@ -10,9 +10,9 @@
license=('LGPL')
depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr')
makedepends=('python-setuptools')
-checkdepends=('python-nose')
+checkdepends=('python-pytest')
source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('5272431bf88611c722119504504b86738f9366f518781deb24e520e382d1f337')
+sha256sums=('b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06')
build() {
cd "${pkgbase}-${pkgver}"
@@ -27,7 +27,7 @@
check() {
cd "${pkgbase}-${pkgver}"
- nosetests --exclude test_integration_with_listener_ipv6 zeroconf/test.py
+ pytest -k test_integration_with_listener_ipv6 zeroconf/test.py
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list