From 3ba11a8514e62629ee552d433b1ee7952e8d2645 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:44:37 +0300 Subject: [PATCH] python-smbc: ver bump --- .../language/python/python-smbc/actions.py | 4 ++-- .../language/python/python-smbc/pspec.xml | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/programming/language/python/python-smbc/actions.py b/programming/language/python/python-smbc/actions.py index e848039ca7..0df58f2a54 100755 --- a/programming/language/python/python-smbc/actions.py +++ b/programming/language/python/python-smbc/actions.py @@ -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 diff --git a/programming/language/python/python-smbc/pspec.xml b/programming/language/python/python-smbc/pspec.xml index 765249e592..1c4968d289 100755 --- a/programming/language/python/python-smbc/pspec.xml +++ b/programming/language/python/python-smbc/pspec.xml @@ -13,11 +13,11 @@ library Python interface to the libsmbclient library python-smbc is a Python binding for the libsmbclient library. - https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2 + https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz - python-setuptools - python-devel samba-devel + python-devel + python-setuptools @@ -26,14 +26,22 @@ Python interface to the libsmbclient library samba + python - /usr/share/doc/python-smbc /usr/lib/python2* + /usr/share/doc/python-smbc + + 2020-05-24 + 1.0.22 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 1.0.21