Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
7635f53b by Giovanni Harting at 2024-12-03T02:26:53+01:00
upgpkg: 27.0.3-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 = 27.0.2
+ pkgver = 27.0.3
pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-aioesphomeapi
depends = python-cryptography
depends = python-noiseprotocol
depends = python-async-timeout
- source = git+https://github.com/esphome/aioesphomeapi.git#tag=v27.0.2
- b2sums =
df4fb5861b0198d113e6f5e5bc680f89a595c3194b34312529cfe9bbd5ff510d9f78fb773605c2c59784431342094b5565b0b320878d98155ef2e681c2a307c4
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v27.0.3
+ b2sums =
6447b2080214d27e52de029c3043e2405d649e007b4c72c0ea5610375f180cc466c5e16175df71c7ca9c69a1b44c808a343445ad2b6d8a068496bbfa662e9b71
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=27.0.2
+pkgver=27.0.3
pkgrel=1
pkgdesc='Python Client for ESPHome native API'
arch=(x86_64)
@@ -23,7 +23,7 @@ depends=(
makedepends=(python-build python-installer python-wheel python-setuptools git
cython)
license=(MIT)
source=(git+$url.git#tag=v$pkgver)
-b2sums=('df4fb5861b0198d113e6f5e5bc680f89a595c3194b34312529cfe9bbd5ff510d9f78fb773605c2c59784431342094b5565b0b320878d98155ef2e681c2a307c4')
+b2sums=('6447b2080214d27e52de029c3043e2405d649e007b4c72c0ea5610375f180cc466c5e16175df71c7ca9c69a1b44c808a343445ad2b6d8a068496bbfa662e9b71')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/7635f53bffe56be34a9cb026a2aa7d980aead8da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/7635f53bffe56be34a9cb026a2aa7d980aead8da
You're receiving this email because of your account on gitlab.archlinux.org.