Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-zeroconf
Commits:
a620af5d by Jelle van der Waa at 2025-01-25T15:08:15+01:00
upgpkg: 0.141.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-zeroconf
pkgdesc = A pure python implementation of multicast DNS service
discovery
- pkgver = 0.136.2
+ pkgver = 0.141.0
pkgrel = 1
url = https://github.com/jstasiak/python-zeroconf
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-zeroconf
depends = python
depends = python-ifaddr
depends = python-async-timeout
- source =
python-zeroconf-0.136.2.tar.gz::https://github.com/jstasiak/python-zeroconf/archive/0.136.2.tar.gz
- sha256sums =
787277bc1f4ed398f3d8e8bd1a1de8df343eb4e949585a6105fe819542e45774
+ source =
python-zeroconf-0.141.0.tar.gz::https://github.com/jstasiak/python-zeroconf/archive/0.141.0.tar.gz
+ sha256sums =
53428227007073a6731302b5f3657a21e88122edb4f4859b5d8faf006f8389c6
pkgname = python-zeroconf
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Maxim Andersson <[email protected]>
pkgname=python-zeroconf
-pkgver=0.136.2
+pkgver=0.141.0
pkgrel=1
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python-build'
'python-installer'
'python-wheel' 'python-poetry-core' 'cython')
checkdepends=('python-pytest')
source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('787277bc1f4ed398f3d8e8bd1a1de8df343eb4e949585a6105fe819542e45774')
+sha256sums=('53428227007073a6731302b5f3657a21e88122edb4f4859b5d8faf006f8389c6')
build() {
cd "${pkgbase}-${pkgver}"
@@ -30,6 +30,7 @@ check() {
cd "${pkgbase}-${pkgver}"
pytest tests \
--override-ini="addopts=" \
+ --ignore tests/benchmarks \
--deselect
tests/services/test_types.py::test_integration_with_listener_ipv6
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/commit/a620af5d221385c26b713ede302c81f14011fdc6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeroconf/-/commit/a620af5d221385c26b713ede302c81f14011fdc6
You're receiving this email because of your account on gitlab.archlinux.org.