From 0211fc3d17c6ebe69e59318a2005193adfd40071 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 14 Feb 2018 17:19:02 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- pyserial.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyserial.spec b/pyserial.spec index 8494979..83fe149 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -1,12 +1,12 @@ Summary: Python serial port access library Name: pyserial Version: 3.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz License: Python Group: Development/Libraries URL: http://pyserial.sourceforge.net -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: python3-devel BuildArch: noarch @@ -76,6 +76,10 @@ ln -sf %{_bindir}/miniterm.py-2 %{buildroot}/%{_bindir}/miniterm-%{python2_versi %{_bindir}/miniterm-%{python3_version}.py %changelog +* 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) + * Fri Feb 09 2018 Fedora Release Engineering - 3.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild