Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 22:15:16 +02:00
parent 0211fc3d17
commit 208625a5ef

View File

@ -1,7 +1,7 @@
Summary: Python serial port access library
Name: pyserial
Version: 3.1.1
Release: 7%{?dist}
Release: 8%{?dist}
Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
License: Python
Group: Development/Libraries
@ -76,6 +76,9 @@ ln -sf %{_bindir}/miniterm.py-2 %{buildroot}/%{_bindir}/miniterm-%{python2_versi
%{_bindir}/miniterm-%{python3_version}.py
%changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 3.1.1-8
- Rebuilt for Python 3.7
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.1.1-7
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)