From b1419c586a3ee3462460fbc1891d535c39fdb942 Mon Sep 17 00:00:00 2001 From: suvari Date: Sat, 5 Feb 2022 16:59:35 +0300 Subject: [PATCH] dbus-python: version bump to 1.2.18 --- system/base/dbus-python/actions.py | 2 +- system/base/dbus-python/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/system/base/dbus-python/actions.py b/system/base/dbus-python/actions.py index 9f89d177..784ec393 100644 --- a/system/base/dbus-python/actions.py +++ b/system/base/dbus-python/actions.py @@ -14,7 +14,7 @@ def setup(): autotools.autoreconf("-fi") shelltools.cd("build-python2") - shelltools.system("../configure --prefix=/usr \ + shelltools.system("../configure --prefix=/usr PYTHON_VERSION=2 \ --localstatedir=/var \ --disable-api-docs \ --disable-html-docs \ diff --git a/system/base/dbus-python/pspec.xml b/system/base/dbus-python/pspec.xml index 6b3f31f8..09692d76 100644 --- a/system/base/dbus-python/pspec.xml +++ b/system/base/dbus-python/pspec.xml @@ -1,5 +1,5 @@ - + dbus-python @@ -13,7 +13,7 @@ library D-Bus Python bindings dbus-python provides a Python module which wraps the D-Bus programming API. - https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz + https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz python-devel @@ -56,6 +56,13 @@ + + 2022-02-05 + 1.2.18 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2022-01-14 1.2.16