Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-aioesphomeapi
Commits:
4edeee50 by Giovanni Harting at 2024-12-13T11:18:29+01:00
upgpkg: 28.0.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 = 27.0.3
+ pkgver = 28.0.0
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.3
- b2sums =
6447b2080214d27e52de029c3043e2405d649e007b4c72c0ea5610375f180cc466c5e16175df71c7ca9c69a1b44c808a343445ad2b6d8a068496bbfa662e9b71
+ source = git+https://github.com/esphome/aioesphomeapi.git#tag=v28.0.0
+ b2sums =
e90745e4803278c4f6c1dd878f50c06a472a35853ea15056c9068fde60b0dcf20697cc4c0c4312ad889715a8a42d73938b7c0822f05d765cb2baa03ab6bfe010
pkgname = python-aioesphomeapi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aioesphomeapi
_name=${pkgname#python-}
-pkgver=27.0.3
+pkgver=28.0.0
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=('6447b2080214d27e52de029c3043e2405d649e007b4c72c0ea5610375f180cc466c5e16175df71c7ca9c69a1b44c808a343445ad2b6d8a068496bbfa662e9b71')
+b2sums=('e90745e4803278c4f6c1dd878f50c06a472a35853ea15056c9068fde60b0dcf20697cc4c0c4312ad889715a8a42d73938b7c0822f05d765cb2baa03ab6bfe010')
prepare() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/4edeee5030ecc9b451d06719e64d4ba7630e1089
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aioesphomeapi/-/commit/4edeee5030ecc9b451d06719e64d4ba7630e1089
You're receiving this email because of your account on gitlab.archlinux.org.