Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-bleak


Commits:
c5ce0070 by Maxime Gauduin at 2024-05-20T23:43:35+02:00
upgpkg: 0.22.1-1

- - - - -
c85b9be5 by Maxime Gauduin at 2024-05-20T23:44:40+02:00
upgpkg: 0.22.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-bleak
        pkgdesc = Bluetooth Low Energy platform Agnostic Klient for Python
-       pkgver = 0.21.1
-       pkgrel = 3
+       pkgver = 0.22.1
+       pkgrel = 1
        url = https://github.com/hbldh/bleak
        arch = any
        license = MIT
@@ -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=v0.21.1
-       b2sums = 
7b87ba78915f6cb81442752181f9c17955497ab7b8406b5ccd26fc051a97dba9698e93184c2a1edf4aa7221c404a1892eb32242ab64b50d865621665a69f67d2
+       source = 
git+https://github.com/hbldh/bleak.git#tag=e285de5876c5b31bcb265668cc32ac054598211d
+       b2sums = 
c0cc3cc0f266df6d6dfb492d554f061659e3d3ee80c7d9e70ec80a784fe516ebc6cfba630b1ad90fac6336ee7e16967bb4724c11c4db2a93b49250c21d2ff91d
 
 pkgname = python-bleak


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Francesco Minnocci <ascoli.minno...@gmail.com>
 
 pkgname=python-bleak
-pkgver=0.21.1
-pkgrel=3
+pkgver=0.22.1
+pkgrel=1
 pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
 arch=(any)
 url=https://github.com/hbldh/bleak
@@ -26,8 +26,14 @@ checkdepends=(
   python-pytest
   python-pytest-asyncio
 )
-source=(git+$url.git#tag=v$pkgver)
-b2sums=('7b87ba78915f6cb81442752181f9c17955497ab7b8406b5ccd26fc051a97dba9698e93184c2a1edf4aa7221c404a1892eb32242ab64b50d865621665a69f67d2')
+_tag=e285de5876c5b31bcb265668cc32ac054598211d
+source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
+b2sums=('c0cc3cc0f266df6d6dfb492d554f061659e3d3ee80c7d9e70ec80a784fe516ebc6cfba630b1ad90fac6336ee7e16967bb4724c11c4db2a93b49250c21d2ff91d')
+
+pkgver() {
+  cd bleak
+  git describe --tags | sed 's/^v//'
+}
 
 build() {
   cd bleak



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bleak/-/compare/50f79d9f20ae334d7f65c49dd6f936e1ab95f401...c85b9be5d1c9340d8fc596dd70db17893ebc6a41

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bleak/-/compare/50f79d9f20ae334d7f65c49dd6f936e1ab95f401...c85b9be5d1c9340d8fc596dd70db17893ebc6a41
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to