dbus-python3:ver.bump

This commit is contained in:
blue-devil
2020-02-12 21:16:08 +03:00
parent 974d713da8
commit 825cbddb12
2 changed files with 22 additions and 13 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>dbus-python3</Name> <Name>dbus-python3</Name>
@@ -8,34 +8,35 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.python3</PartOf>
<License>GPLv2</License> <License>GPLv2</License>
<License>AFL-2.1</License> <License>AFL-2.1</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>D-Bus Python bindings</Summary> <Summary>D-Bus Python bindings</Summary>
<Description>dbus-python provides a Python module which wraps the D-Bus programming API.</Description> <Description>dbus-python provides a Python module which wraps the D-Bus programming API.</Description>
<Archive sha1sum="7ccb3c5870d3411439a91e695f5780bf2527ed93" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.14.tar.gz</Archive> <Archive sha1sum="de05308c75baa2ce5434de73d60428c005ac0cc1" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency> <Dependency>dbus-glib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libpcre-devel</Dependency> <Dependency>libpcre-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">suppress-warnings.patch</Patch> <!--<Patch level="1">suppress-warnings.patch</Patch>-->
</Patches> </Patches>
</Source> </Source>
<Package> <Package>
<Name>dbus-python3</Name> <Name>dbus-python3</Name>
<PartOf>programming.language.python</PartOf> <PartOf>programming.language.python3</PartOf>
<Summary>D-Bus Python3 bindings</Summary> <Summary>D-Bus Python3 bindings</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<!--<Dependency release="current">dbus-python-common</Dependency>--><!--is system.devel package, is not dependency in real --> <!--<Dependency release="current">dbus-python-common</Dependency>--><!--is system.devel package, is not dependency in real -->
<Dependency>python3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>dbus-glib</Dependency> <Dependency>dbus-glib</Dependency>
<Dependency>python3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>dbus</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/python3*</Path> <Path fileType="library">/usr/lib/python3*</Path>
@@ -43,6 +44,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2020-02-12</Date>
<Version>1.2.16</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2020-01-12</Date> <Date>2020-01-12</Date>
<Version>1.2.14</Version> <Version>1.2.14</Version>
@@ -86,4 +94,4 @@
<Email>suvarice@gmail.com</Email> <Email>suvarice@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -3,5 +3,6 @@
<Source> <Source>
<Name>dbus-python</Name> <Name>dbus-python</Name>
<Summary xml:lang="tr">D-Bus için Python bağlayıcıları</Summary> <Summary xml:lang="tr">D-Bus için Python bağlayıcıları</Summary>
<Description xml:lang="tr">dbus-python, D-Bus için Python bağlayıcılarını içerir.</Description>
</Source> </Source>
</PISI> </PISI>