Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
bb48650c by Giovanni Harting at 2025-07-29T19:10:38+02:00
upgpkg: 37.1.4-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 = 37.0.2
+ pkgver = 37.1.4
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=v37.0.2
- b2sums =
e024f1e08525659cae4a436fef4c8c8da129ba7ae0b820c68cb85704d12ba8d396a4a87f9f923165a316f24c175c28180dbb536db92221588d5f0bf6efd6b3a8
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v37.1.4
+ b2sums =
7e4a5ae493b21e6367e6a58ebfe15587933fe7e60f5216c15e70b9ac6f93fa1dac3f3a3351ffe90f8f04e34a9da6467ad2d9ac4a92738ac8680d8a2531dc0502
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=37.0.2
+pkgver=37.1.4
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=('e024f1e08525659cae4a436fef4c8c8da129ba7ae0b820c68cb85704d12ba8d396a4a87f9f923165a316f24c175c28180dbb536db92221588d5f0bf6efd6b3a8')
+b2sums=('7e4a5ae493b21e6367e6a58ebfe15587933fe7e60f5216c15e70b9ac6f93fa1dac3f3a3351ffe90f8f04e34a9da6467ad2d9ac4a92738ac8680d8a2531dc0502')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/bb48650cc645cb774b553911eed575a607434802
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/bb48650cc645cb774b553911eed575a607434802
You're receiving this email because of your account on gitlab.archlinux.org.