Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
4637c20c by Giovanni Harting at 2025-12-03T19:37:07+01:00
upgpkg: 42.10.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 = 42.8.0
+ pkgver = 42.10.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=v42.8.0
- b2sums =
8bec3e8d36dc679d19a65dca58a7fb63f64a13953682f87f073af4e5c88f40eabf70eb12695f458c7417358181af4bd2461f417f23559e7e14f8ad49cfff0293
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v42.10.0
+ b2sums =
99d253fe8bb5e4f6251483d197dd563feef2f2cd595c3b52e711b273558e355f5e770290af52f7f724abcf1917be7aee89fe0c34a27db4d532c409b68863c08b
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=42.8.0
+pkgver=42.10.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=('8bec3e8d36dc679d19a65dca58a7fb63f64a13953682f87f073af4e5c88f40eabf70eb12695f458c7417358181af4bd2461f417f23559e7e14f8ad49cfff0293')
+b2sums=('99d253fe8bb5e4f6251483d197dd563feef2f2cd595c3b52e711b273558e355f5e770290af52f7f724abcf1917be7aee89fe0c34a27db4d532c409b68863c08b')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/4637c20c55f6dd314c4d95f1b8ed10aab933aef4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/4637c20c55f6dd314c4d95f1b8ed10aab933aef4
You're receiving this email because of your account on gitlab.archlinux.org.