From be4404cc5ff2603d3a9e202144cc80bbe094daa1 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 27 Oct 2025 09:15:31 +0300 Subject: [PATCH] python3-dbusmock rebuild --- .../language/python3/python3-dbusmock/actions.py | 12 +++++++++--- .../language/python3/python3-dbusmock/pspec.xml | 14 ++++++++++++-- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/programming/language/python3/python3-dbusmock/actions.py b/programming/language/python3/python3-dbusmock/actions.py index 3a3c0d4ad2..bf3271eb2e 100644 --- a/programming/language/python3/python3-dbusmock/actions.py +++ b/programming/language/python3/python3-dbusmock/actions.py @@ -4,12 +4,18 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import pythonmodules +from pisi.actionsapi import python3modules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools + + + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","0.37.1") + def build(): - pythonmodules.compile(pyVer = '3') + python3modules.compile(pyVer = '3') def install(): - pythonmodules.install(pyVer = '3') + python3modules.install(pyVer = '3') diff --git a/programming/language/python3/python3-dbusmock/pspec.xml b/programming/language/python3/python3-dbusmock/pspec.xml index 7dd2c9f97b..9c392703ac 100644 --- a/programming/language/python3/python3-dbusmock/pspec.xml +++ b/programming/language/python3/python3-dbusmock/pspec.xml @@ -11,10 +11,13 @@ Mock D-Bus objects for tests dbus-python3 - python-pygobject3 + python3-build + python3-devel + python3-pygobject3 python3-setuptools + python3-setuptools-scm - https://github.com/martinpitt/python-dbusmock/releases/download/0.23.1/python-dbusmock-0.23.1.tar.gz + https://github.com/martinpitt/python-dbusmock/archive/refs/tags/0.37.1.tar.gz python3-dbusmock @@ -29,6 +32,13 @@ + + 2025-10-26 + 0.37.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-17 0.23.1