python-smbc: ver bump

This commit is contained in:
blue-devil
2020-05-25 00:44:37 +03:00
parent 6fd60bf74f
commit 3ba11a8514
2 changed files with 14 additions and 6 deletions
@@ -5,9 +5,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# suppress compiler warnings
@@ -13,11 +13,11 @@
<IsA>library</IsA>
<Summary>Python interface to the libsmbclient library</Summary>
<Description>python-smbc is a Python binding for the libsmbclient library.</Description>
<Archive sha1sum="8c1f9fad510aede09182476af39f7104dd86c35a" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2</Archive>
<Archive sha1sum="32e676c17b03f2bf30368e675fdd1d62da64060a" type="targz">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>samba-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -26,14 +26,22 @@
<Summary>Python interface to the libsmbclient library</Summary>
<RuntimeDependencies>
<Dependency>samba</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-smbc</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-smbc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2020-05-24</Date>
<Version>1.0.22</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-04-22</Date>
<Version>1.0.21</Version>