Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
d5ab5880 by Giovanni Harting at 2025-07-14T22:04:00+02:00
upgpkg: 35.0.1-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 = 35.0.0
+ pkgver = 35.0.1
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=v35.0.0
- b2sums =
d2e293a430832ae7e4ca5414caeec748ee318d7c9d50952c3716a85ae47a2cb540b8030b3b3c78dd22f702c871297000da7c5873c032e8a31ffb8fb46b90d108
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v35.0.1
+ b2sums =
e13251801f6874f9cebe29a25b254c727132a37173a0b3daacd176a61120a4abda240e194c0bdc575d9b8af887e4be2fc6da991c1764f9a17e655d5edd3b3150
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=35.0.0
+pkgver=35.0.1
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=('d2e293a430832ae7e4ca5414caeec748ee318d7c9d50952c3716a85ae47a2cb540b8030b3b3c78dd22f702c871297000da7c5873c032e8a31ffb8fb46b90d108')
+b2sums=('e13251801f6874f9cebe29a25b254c727132a37173a0b3daacd176a61120a4abda240e194c0bdc575d9b8af887e4be2fc6da991c1764f9a17e655d5edd3b3150')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/d5ab5880ec0b39a2bf34dc68d8d2756ff8337728
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/d5ab5880ec0b39a2bf34dc68d8d2756ff8337728
You're receiving this email because of your account on gitlab.archlinux.org.