Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
f4406f80 by Giovanni Harting at 2026-03-04T20:58:21+01:00
upgpkg: 44.2.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API
- pkgver = 44.0.0
+ pkgver = 44.2.0
pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = python-aioesphomeapi
depends = python-chacha20poly1305-reuseable
depends = python-cryptography
depends = python-noiseprotocol
- source = git+https://github.com/esphome/aioesphomeapi.git#tag=v44.0.0
- b2sums =
9007256c1e975e48bc8855990cbc152aac0348551132063ea9e4570f3172250ad28e27c3707b92dbf4bc61fd9aaa509820949399fd83c8b703d0b817055dd0e0
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v44.2.0
+ b2sums =
2f3ec3f4fc4264d03f9324677102b14812eea06b0155937e51a7ce29d1f17a6515ecf8cd6810921b8bb307622243249d3719df5e5304fa3113d7ec331475107e
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=44.0.0
+pkgver=44.2.0
pkgrel=1
pkgdesc='Python Client for ESPHome native API'
arch=(x86_64)
@@ -22,7 +22,7 @@ depends=(
makedepends=(python-build python-installer python-wheel python-setuptools git
cython)
license=(MIT)
source=(git+$url.git#tag=v$pkgver)
-b2sums=('9007256c1e975e48bc8855990cbc152aac0348551132063ea9e4570f3172250ad28e27c3707b92dbf4bc61fd9aaa509820949399fd83c8b703d0b817055dd0e0')
+b2sums=('2f3ec3f4fc4264d03f9324677102b14812eea06b0155937e51a7ce29d1f17a6515ecf8cd6810921b8bb307622243249d3719df5e5304fa3113d7ec331475107e')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/f4406f8066d065784a640e839114f0d36c567c5c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/f4406f8066d065784a640e839114f0d36c567c5c
You're receiving this email because of your account on gitlab.archlinux.org.