Merge pull request #1318 from suvari/master

dbus-python: version bump to 1.2.18
This commit is contained in:
Kamil ATLI
2022-02-05 17:00:28 +03:00
committed by GitHub
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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 \
+9 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dbus-python</Name>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>D-Bus Python bindings</Summary>
<Description>dbus-python provides a Python module which wraps the D-Bus programming API.</Description>
<Archive sha1sum="de05308c75baa2ce5434de73d60428c005ac0cc1" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz</Archive>
<Archive sha1sum="ab94729c940f0d95dde2503a96e5c3e2f4644b76" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<!-- <Dependency>python3</Dependency>-->
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="13">
<Date>2022-02-05</Date>
<Version>1.2.18</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2022-01-14</Date>
<Version>1.2.16</Version>