Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-bleak
Commits:
3460520c by Maxime Gauduin at 2024-10-28T18:46:31+01:00
upgpkg: 0.22.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-bleak
pkgdesc = Bluetooth Low Energy platform Agnostic Klient for Python
- pkgver = 0.22.2
+ pkgver = 0.22.3
pkgrel = 1
url = https://github.com/hbldh/bleak
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-bleak
depends = python-async-timeout
depends = python-dbus-fast
depends = python-service-identity
- source =
git+https://github.com/hbldh/bleak.git#tag=c746071a3fcc3b5e69db6d6b23445ec3505d7730
- b2sums =
162b45b2b00e38300f9dfe9234db3ddadff2f5faef63a683c84fb427f1a0086a37d74ed960e3cf0469e6f4a5036606399ce193f8f9b512a6caf06d78b1c8742e
+ source =
git+https://github.com/hbldh/bleak.git#tag=b094466829e51f63e8e92c15c5ff3049105f2fb0
+ b2sums =
813bfd2164c526c556414b8bfe431e53876038fbbc1fcd29590da479fcbdfc750c20c3fe7cd0e115adba511abc258070da082d1298bea3163c3c1923371d4974
pkgname = python-bleak
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Francesco Minnocci <[email protected]>
pkgname=python-bleak
-pkgver=0.22.2
+pkgver=0.22.3
pkgrel=1
pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
arch=(any)
@@ -26,9 +26,9 @@ checkdepends=(
python-pytest
python-pytest-asyncio
)
-_tag=c746071a3fcc3b5e69db6d6b23445ec3505d7730
+_tag=b094466829e51f63e8e92c15c5ff3049105f2fb0
source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
-b2sums=('162b45b2b00e38300f9dfe9234db3ddadff2f5faef63a683c84fb427f1a0086a37d74ed960e3cf0469e6f4a5036606399ce193f8f9b512a6caf06d78b1c8742e')
+b2sums=('813bfd2164c526c556414b8bfe431e53876038fbbc1fcd29590da479fcbdfc750c20c3fe7cd0e115adba511abc258070da082d1298bea3163c3c1923371d4974')
pkgver() {
cd bleak
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bleak/-/commit/3460520cfac5050b9abc0d06fed960f0a425d4b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bleak/-/commit/3460520cfac5050b9abc0d06fed960f0a425d4b5
You're receiving this email because of your account on gitlab.archlinux.org.