Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-zeroconf
Commits: d492cfbb by Jelle van der Waa at 2024-04-11T09:37:07+02:00 upgpkg: 0.63.0-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = python-zeroconf + pkgdesc = A pure python implementation of multicast DNS service discovery + pkgver = 0.63.0 + pkgrel = 2 + url = https://github.com/jstasiak/python-zeroconf + arch = any + license = LGPL + checkdepends = python-pytest + checkdepends = python-pytest-cov + makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-poetry-core + makedepends = cython + depends = python + depends = python-netifaces + depends = python-six + depends = python-ifaddr + depends = python-async-timeout + source = python-zeroconf-0.63.0.tar.gz::https://github.com/jstasiak/python-zeroconf/archive/0.63.0.tar.gz + sha256sums = 2ca40c275bd23d57aed3c7ba91eae1e3a60cf7382a6443110fff965a2e82f0cc + +pkgname = python-zeroconf ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-zeroconf pkgver=0.63.0 -pkgrel=1 +pkgrel=2 pkgdesc="A pure python implementation of multicast DNS service discovery" arch=('any') url="https://github.com/jstasiak/python-zeroconf" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/commit/d492cfbb2b609d6510d25842789c8757e872fc57 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/commit/d492cfbb2b609d6510d25842789c8757e872fc57 You're receiving this email because of your account on gitlab.archlinux.org.