Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / python-dbusmock
Commits: d877aebf by Jan Alexander Steffens (heftig) at 2023-12-20T04:12:49+01:00 0.30.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-dbusmock + pkgdesc = Mock D-Bus objects for tests + pkgver = 0.30.0 + pkgrel = 1 + url = https://github.com/martinpitt/python-dbusmock + arch = any + license = LGPL3 + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python-dbus + depends = python-gobject + source = git+https://github.com/martinpitt/python-dbusmock#commit=6368b5f5c206377e187b75e36fdf73f62293c551 + b2sums = SKIP + +pkgname = python-dbusmock ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-dbusmock -pkgver=0.29.1 +pkgver=0.30.0 pkgrel=1 pkgdesc="Mock D-Bus objects for tests" url="https://github.com/martinpitt/python-dbusmock" @@ -19,7 +19,7 @@ makedepends=( python-setuptools-scm python-wheel ) -_commit=0b4c5d9b858a54aacd87dc7b1138cc3742947768 # tags/0.29.1^0 +_commit=6368b5f5c206377e187b75e36fdf73f62293c551 # tags/0.30.0^0 source=( "git+https://github.com/martinpitt/python-dbusmock#commit=$_commit" ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbusmock/-/commit/d877aebf0e9159de0007c7c16c28843dd6a41471 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbusmock/-/commit/d877aebf0e9159de0007c7c16c28843dd6a41471 You're receiving this email because of your account on gitlab.archlinux.org.
