Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-zeroconf
Commits: eb2b91d6 by Jelle van der Waa at 2025-02-22T12:04:01+01:00 Drop python-async-timeout dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-zeroconf pkgdesc = A pure python implementation of multicast DNS service discovery pkgver = 0.141.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jstasiak/python-zeroconf arch = any license = LGPL-2.1-or-later @@ -14,7 +14,6 @@ pkgbase = python-zeroconf makedepends = cython depends = python depends = python-ifaddr - depends = python-async-timeout source = python-zeroconf-0.141.0.tar.gz::https://github.com/jstasiak/python-zeroconf/archive/0.141.0.tar.gz sha256sums = 53428227007073a6731302b5f3657a21e88122edb4f4859b5d8faf006f8389c6 ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=python-zeroconf pkgver=0.141.0 -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-2.1-or-later') -depends=('python' 'python-ifaddr' 'python-async-timeout') +depends=('python' 'python-ifaddr') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-poetry-core' 'cython') checkdepends=('python-pytest') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/commit/eb2b91d61844bd8c77eef87be9fc9e8c4bdbcee2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/commit/eb2b91d61844bd8c77eef87be9fc9e8c4bdbcee2 You're receiving this email because of your account on gitlab.archlinux.org.