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

Jelle van der Waa jelle at gemini.archlinux.org
Sat Sep 18 21:02:04 UTC 2021


    Date: Saturday, September 18, 2021 @ 21:02:03
  Author: jelle
Revision: 1017090

upgpkg: python-zeroconf 0.36.4-1

Modified:
  python-zeroconf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-18 20:38:28 UTC (rev 1017089)
+++ PKGBUILD	2021-09-18 21:02:03 UTC (rev 1017090)
@@ -2,8 +2,8 @@
 # Contributor: Maxim Andersson <thesilentboatman at gmail.com>
 
 pkgname=python-zeroconf
-pkgver=0.29.0
-pkgrel=2
+pkgver=0.36.4
+pkgrel=1
 pkgdesc="A pure python implementation of multicast DNS service discovery"
 arch=('any')
 url="https://github.com/jstasiak/python-zeroconf"
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06')
+sha256sums=('05732464604858d79d45b6a30b0d47fa0e4a4b760eca44b0a2bfce16bf5061ee')
 
 build() {
   cd "${pkgbase}-${pkgver}"
@@ -27,7 +27,7 @@
 
 check() {
   cd "${pkgbase}-${pkgver}"
-  pytest -k 'not test_integration_with_listener_ipv6' zeroconf/test.py
+  pytest -k 'not test_integration_with_listener_ipv6' tests
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list