Zdenek Dohnal 4 years ago
parent c477c6ba31
commit 603c006016

1
.gitignore vendored

@ -2,3 +2,4 @@
/pysmbc-1.0.11.tar.bz2 /pysmbc-1.0.11.tar.bz2
/pysmbc-1.0.13.tar.bz2 /pysmbc-1.0.13.tar.bz2
/pysmbc-1.0.15.4.tar.bz2 /pysmbc-1.0.15.4.tar.bz2
/pysmbc-1.0.23.tar.gz

@ -5,10 +5,10 @@
Summary: Python bindings for libsmbclient API from Samba Summary: Python bindings for libsmbclient API from Samba
Name: python-smbc Name: python-smbc
Version: 1.0.15.4 Version: 1.0.23
Release: 27%{?dist} Release: 1%{?dist}
URL: https://github.com/hamano/pysmbc URL: https://github.com/hamano/pysmbc
Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2 Source: %{URL}/archive/%{version}/pysmbc-%{version}.tar.gz
License: GPLv2+ License: GPLv2+
# gcc is no longer in buildroot by default # gcc is no longer in buildroot by default
@ -51,7 +51,7 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
%{_bindir}/mv smbc.html html %{_bindir}/mv smbc.html html
%files -n python3-smbc %files -n python3-smbc
%doc README NEWS %doc README.md NEWS
%license COPYING %license COPYING
%{python3_sitearch}/* %{python3_sitearch}/*
@ -60,6 +60,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
%changelog %changelog
* Tue Oct 27 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.23-1
- 1.0.23
* Tue Aug 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.15.4-27 * Tue Aug 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.15.4-27
- use versioned python3 sitearch - use versioned python3 sitearch

@ -1 +1 @@
7e1d0b5438bf9c2660a60094d7eaabb3 pysmbc-1.0.15.4.tar.bz2 SHA512 (pysmbc-1.0.23.tar.gz) = 91323044268cb91d40f693a833b12ab47c24edb0d027a6a5ce8936298b8dff4666be3ecd619b41449104ee3505766180355e9f92fd5cead0a8f50e86ef69e4fc

Loading…
Cancel
Save