* update python-dbusmock to 0.34.2-1

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:17 +01:00
parent e4577ff3e0
commit 9ed2942a62
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-dbusmock pkgbase = python-dbusmock
pkgdesc = Mock D-Bus objects for tests pkgdesc = Mock D-Bus objects for tests
pkgver = 0.32.1 pkgver = 0.34.2
pkgrel = 2 pkgrel = 1
url = https://github.com/martinpitt/python-dbusmock url = https://github.com/martinpitt/python-dbusmock
arch = any arch = any
license = LGPL-3.0-or-later license = LGPL-3.0-or-later
@ -15,8 +15,8 @@ pkgbase = python-dbusmock
depends = python depends = python
depends = python-dbus depends = python-dbus
depends = python-gobject depends = python-gobject
source = git+https://github.com/martinpitt/python-dbusmock#tag=0.32.1 source = git+https://github.com/martinpitt/python-dbusmock#tag=0.34.2
validpgpkeys = 3DB46B55EFA59D40E6232148D14EF15DAFE11347 validpgpkeys = 3DB46B55EFA59D40E6232148D14EF15DAFE11347
b2sums = 3b4978c49f2f4a60a2439456b67ba09eb4ade9443e1889263c36e2571ed69e9eeb2d79823c58bfe5c7c9be7d59251592b12543ef07c37e437a0e75563131db16 b2sums = 00076fa1265b1a654259e8967f70188e6445c59a2ad191403617397f33a49200de026e83191ee6059d42cb4938d5345c42d4631910772de7252e38ac12e964e5
pkgname = python-dbusmock pkgname = python-dbusmock

View File

@ -2,8 +2,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=python-dbusmock pkgname=python-dbusmock
pkgver=0.32.1 pkgver=0.34.2
pkgrel=2 pkgrel=1
pkgdesc="Mock D-Bus objects for tests" pkgdesc="Mock D-Bus objects for tests"
url="https://github.com/martinpitt/python-dbusmock" url="https://github.com/martinpitt/python-dbusmock"
arch=(any) arch=(any)
@ -23,7 +23,7 @@ makedepends=(
python-wheel python-wheel
) )
source=("git+https://github.com/martinpitt/python-dbusmock#tag=$pkgver") source=("git+https://github.com/martinpitt/python-dbusmock#tag=$pkgver")
b2sums=('3b4978c49f2f4a60a2439456b67ba09eb4ade9443e1889263c36e2571ed69e9eeb2d79823c58bfe5c7c9be7d59251592b12543ef07c37e437a0e75563131db16') b2sums=('00076fa1265b1a654259e8967f70188e6445c59a2ad191403617397f33a49200de026e83191ee6059d42cb4938d5345c42d4631910772de7252e38ac12e964e5')
validpgpkeys=( validpgpkeys=(
3DB46B55EFA59D40E6232148D14EF15DAFE11347 # Martin Pitt <martin@piware.de> 3DB46B55EFA59D40E6232148D14EF15DAFE11347 # Martin Pitt <martin@piware.de>
) )