Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / python-dbusmock
Commits:
09b83bc6 by Jan Alexander Steffens (heftig) at 2024-08-24T20:46:46+02:00
0.32.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dbusmock
pkgdesc = Mock D-Bus objects for tests
- pkgver = 0.31.1
- pkgrel = 2
+ pkgver = 0.32.1
+ pkgrel = 1
url = https://github.com/martinpitt/python-dbusmock
arch = any
license = LGPL-3.0-or-later
@@ -11,10 +11,12 @@ pkgbase = python-dbusmock
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.31.1
+ source = git+https://github.com/martinpitt/python-dbusmock#tag=0.32.1
validpgpkeys = 3DB46B55EFA59D40E6232148D14EF15DAFE11347
- b2sums =
e41f7198e1bdbdbfb37dac77afad364fab9421d7284fd2a13b4b86c818418abf722e77e490132b437a09723ec964ee91b1373055827be7cebbd7606f646c4b6c
+ b2sums =
3b4978c49f2f4a60a2439456b67ba09eb4ade9443e1889263c36e2571ed69e9eeb2d79823c58bfe5c7c9be7d59251592b12543ef07c37e437a0e75563131db16
pkgname = python-dbusmock
=====================================
PKGBUILD
=====================================
@@ -1,13 +1,15 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
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
)
@@ -20,7 +22,7 @@ makedepends=(
python-wheel
)
source=("git+https://github.com/martinpitt/python-dbusmock#tag=$pkgver")
-b2sums=('e41f7198e1bdbdbfb37dac77afad364fab9421d7284fd2a13b4b86c818418abf722e77e490132b437a09723ec964ee91b1373055827be7cebbd7606f646c4b6c')
+b2sums=('3b4978c49f2f4a60a2439456b67ba09eb4ade9443e1889263c36e2571ed69e9eeb2d79823c58bfe5c7c9be7d59251592b12543ef07c37e437a0e75563131db16')
validpgpkeys=(
3DB46B55EFA59D40E6232148D14EF15DAFE11347 # Martin Pitt <[email protected]>
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbusmock/-/commit/09b83bc6a6d4c57992bf60879f70017d0341ffb3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbusmock/-/commit/09b83bc6a6d4c57992bf60879f70017d0341ffb3
You're receiving this email because of your account on gitlab.archlinux.org.