From f4b102c64047857ed6137c1f01fcce32849132d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:19:41 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-smbc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-smbc.spec b/python-smbc.spec index dd5fd27..33e6d5b 100644 --- a/python-smbc.spec +++ b/python-smbc.spec @@ -6,7 +6,7 @@ Summary: Python bindings for libsmbclient API from Samba Name: python-smbc Version: 1.0.15.4 -Release: 15%{?dist} +Release: 16%{?dist} URL: https://github.com/hamano/pysmbc Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2 License: GPLv2+ @@ -90,6 +90,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.0.15.4-16 +- Rebuilt for Python 3.7 + * Thu Apr 19 2018 Zdenek Dohnal - 1.0.15.4-15 - make python2 subpackage optional - fix documentation