From 208625a5efa767be94c46304cd8a38c52bb4b213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 22:15:16 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- pyserial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyserial.spec b/pyserial.spec index 83fe149..e6e206f 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -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 - 3.1.1-8 +- Rebuilt for Python 3.7 + * Wed Feb 14 2018 Iryna Shcherbina - 3.1.1-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)