* update python-dbusmock to 0.32.1-1

This commit is contained in:
Alexander Baldeck 2024-09-24 08:18:58 +02:00
parent 03f1d2ceb6
commit 1e2932cf53
3 changed files with 31 additions and 3 deletions

View File

@ -0,0 +1,22 @@
pkgbase = python-dbusmock
pkgdesc = Mock D-Bus objects for tests
pkgver = 0.32.1
pkgrel = 1
url = https://github.com/martinpitt/python-dbusmock
arch = any
license = LGPL-3.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = glib2
depends = python
depends = python-dbus
depends = python-gobject
source = git+https://github.com/martinpitt/python-dbusmock#tag=0.32.1
validpgpkeys = 3DB46B55EFA59D40E6232148D14EF15DAFE11347
b2sums = 3b4978c49f2f4a60a2439456b67ba09eb4ade9443e1889263c36e2571ed69e9eeb2d79823c58bfe5c7c9be7d59251592b12543ef07c37e437a0e75563131db16
pkgname = python-dbusmock

View File

@ -0,0 +1,4 @@
[python-dbusmock]
source = "github"
github = "martinpitt/python-dbusmock"
use_max_tag = true

View File

@ -2,13 +2,15 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=python-dbusmock
pkgver=0.31.1
pkgrel=2
pkgver=0.32.1
pkgrel=1
pkgdesc="Mock D-Bus objects for tests"
url="https://github.com/martinpitt/python-dbusmock"
arch=(any)
license=(LGPL-3.0-or-later)
depends=(
glib2
python
python-dbus
python-gobject
)
@ -21,7 +23,7 @@ makedepends=(
python-wheel
)
source=("git+https://github.com/martinpitt/python-dbusmock#tag=$pkgver")
b2sums=('e41f7198e1bdbdbfb37dac77afad364fab9421d7284fd2a13b4b86c818418abf722e77e490132b437a09723ec964ee91b1373055827be7cebbd7606f646c4b6c')
b2sums=('3b4978c49f2f4a60a2439456b67ba09eb4ade9443e1889263c36e2571ed69e9eeb2d79823c58bfe5c7c9be7d59251592b12543ef07c37e437a0e75563131db16')
validpgpkeys=(
3DB46B55EFA59D40E6232148D14EF15DAFE11347 # Martin Pitt <martin@piware.de>
)