Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
03a0a6f1 by Giovanni Harting at 2026-01-10T00:40:03+01:00
upgpkg: 43.10.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API
- pkgver = 43.3.0
- pkgrel = 2
+ pkgver = 43.10.1
+ pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = x86_64
license = MIT
@@ -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=v43.3.0
- b2sums =
171387a23e20992e0dd9c0ff201d3ab0ca4324b02a0c038a1cc59841700eed0fac98594a82ff69c82a908f47a259910032df00af166c405fcc032ed87ef86c0d
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v43.10.1
+ b2sums =
c2878fe67a6ad27d3b33a8847d0f94347d361ac0b70b1ec1f0e305c0aa2e4295926899463f6e6bcf8e46d6bec80261aef15d48be3341bda66501a9831ad2d19b
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=43.3.0
-pkgrel=2
+pkgver=43.10.1
+pkgrel=1
pkgdesc='Python Client for ESPHome native API'
arch=(x86_64)
url='https://github.com/esphome/aioesphomeapi'
@@ -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=('171387a23e20992e0dd9c0ff201d3ab0ca4324b02a0c038a1cc59841700eed0fac98594a82ff69c82a908f47a259910032df00af166c405fcc032ed87ef86c0d')
+b2sums=('c2878fe67a6ad27d3b33a8847d0f94347d361ac0b70b1ec1f0e305c0aa2e4295926899463f6e6bcf8e46d6bec80261aef15d48be3341bda66501a9831ad2d19b')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/03a0a6f144c49d3ae65b5cda9481e8d7b589655c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/03a0a6f144c49d3ae65b5cda9481e8d7b589655c
You're receiving this email because of your account on gitlab.archlinux.org.