Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
00446bbd by Giovanni Harting at 2025-03-10T21:57:09+01:00
upgpkg: 29.5.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 = 29.4.1
+ pkgver = 29.5.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=v29.4.1
- b2sums =
7bd5e51fe9d739616af6c375ff87f11674afbc82980fa764b60dc6987df85635658aa826585f075319d7aaaa8c9a48adace95504a2d9ab0fe3e72473ee53c2fd
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v29.5.1
+ b2sums =
96ef9c607bc696436f1182b5296c9bc15958f85ea79fea91d3de4eaa965c9f3a4f863156cfd247c12919c408473eafb9c71964e5493197222c0372afc8e15b81
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=29.4.1
+pkgver=29.5.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=('7bd5e51fe9d739616af6c375ff87f11674afbc82980fa764b60dc6987df85635658aa826585f075319d7aaaa8c9a48adace95504a2d9ab0fe3e72473ee53c2fd')
+b2sums=('96ef9c607bc696436f1182b5296c9bc15958f85ea79fea91d3de4eaa965c9f3a4f863156cfd247c12919c408473eafb9c71964e5493197222c0372afc8e15b81')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/00446bbd9093bc69e550ff3a03ccab426a351a72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/00446bbd9093bc69e550ff3a03ccab426a351a72
You're receiving this email because of your account on gitlab.archlinux.org.