Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-dbus-fast
Commits:
6f5c07e9 by Maxime Gauduin at 2024-09-08T14:39:00+02:00
upgpkg: 2.24.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-dbus-fast
pkgdesc = A faster version of dbus-next
- pkgver = 2.22.1
+ pkgver = 2.24.0
pkgrel = 1
url = https://github.com/bluetooth-devices/dbus-fast
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-dbus-fast
depends = glib2
depends = glibc
depends = python
- source =
git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=3013744626299f6e3cb7813d4f312752384b2330
- b2sums =
4160716a8f3167754e7a2810b59fb3d8fc03feeae487672f1cc9d864968883df0c23feaba5461760ecdcc2af4f5aa94edcf0cf0e578d467788d016a868785b74
+ source =
git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=31ff222f82ce3bab7ef68be74e484244af3a3b20
+ b2sums =
0aed62c852f05c283931d1ed86c6ee9dc09250d265df45468c71cafa3c4e057cb38b64f06de508e6f0f6e75d6c8e883a6bb74b521f2023e550aa1d26b2ed6652
pkgname = python-dbus-fast
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-dbus-fast
-pkgver=2.22.1
+pkgver=2.24.0
pkgrel=1
pkgdesc='A faster version of dbus-next'
arch=(x86_64)
@@ -29,9 +29,9 @@ checkdepends=(
python-pytest-cov
python-pytest-timeout
)
-_tag=3013744626299f6e3cb7813d4f312752384b2330
+_tag=31ff222f82ce3bab7ef68be74e484244af3a3b20
source=(git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=${_tag})
-b2sums=('4160716a8f3167754e7a2810b59fb3d8fc03feeae487672f1cc9d864968883df0c23feaba5461760ecdcc2af4f5aa94edcf0cf0e578d467788d016a868785b74')
+b2sums=('0aed62c852f05c283931d1ed86c6ee9dc09250d265df45468c71cafa3c4e057cb38b64f06de508e6f0f6e75d6c8e883a6bb74b521f2023e550aa1d26b2ed6652')
pkgver() {
cd dbus-fast
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/6f5c07e9af880bf281d02199101af99ac257b342
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/6f5c07e9af880bf281d02199101af99ac257b342
You're receiving this email because of your account on gitlab.archlinux.org.