[arch-commits] Commit in python-zeroconf/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Apr 2 20:12:14 UTC 2020


    Date: Thursday, April 2, 2020 @ 20:12:13
  Author: jelle
Revision: 610233

upgpkg: python-zeroconf 0.24.5-1

Upstream update

Modified:
  python-zeroconf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-02 20:12:02 UTC (rev 610232)
+++ PKGBUILD	2020-04-02 20:12:13 UTC (rev 610233)
@@ -2,7 +2,7 @@
 # Contributor: Maxim Andersson <thesilentboatman at gmail.com>
 
 pkgname=python-zeroconf
-pkgver=0.24.4
+pkgver=0.24.5
 pkgrel=1
 pkgdesc="A pure python implementation of multicast DNS service discovery"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('738b0ad9f795d8e5808c9e261cad854a74a5f288262ccc19234069aab0964e85')
+sha256sums=('f5a35f1211312e8699177f2ba0a01d5a8d23df4b86f21a49480b65679741ef8b')
 
 build() {
   cd "${pkgbase}-${pkgver}"
@@ -27,7 +27,7 @@
 
 check() {
   cd "${pkgbase}-${pkgver}"
-  nosetests zeroconf/test.py
+  nosetests --exclude test_integration_with_listener_ipv6 zeroconf/test.py
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list