From dc8bbaee1e0f77286bec0f282ec6d85d0b0ca909 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Sep 17 2018 12:07:56 +0000 Subject: Remove Python 2 subpackage (#1627358) --- diff --git a/python-pyxid.spec b/python-pyxid.spec index 385e2f4..a2effc9 100644 --- a/python-pyxid.spec +++ b/python-pyxid.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.1 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10.git%{shortcommit}%{?dist} Summary: Python library for interfacing with Cedrus XID and StimTracker devices License: BSD with advertising @@ -20,21 +20,6 @@ XID (eXperiment Interface Device) devices are used in software such as SuperLab, Presentation, and ePrime for receiving input as part of stimulus/response testing experiments. -%package -n python2-%{modname} -Summary: %{summary} -%{?python_provide:%python_provide python2-%{modname}} -BuildRequires: python2-devel python2-setuptools -Requires: pyserial - -%description -n python2-%{modname} -%{summary}. - -XID (eXperiment Interface Device) devices are used in software such as -SuperLab, Presentation, and ePrime for receiving input as part of -stimulus/response testing experiments. - -Python 2 version. - %package -n python3-%{modname} Summary: %{summary} %{?python_provide:%python_provide python3-%{modname}} @@ -54,17 +39,11 @@ Python 3 version. %autosetup -n %{modname}-%{commit} %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{modname} -%license COPYING -%doc README.txt -%{python2_sitelib}/%{modname}* %files -n python3-%{modname} %license COPYING @@ -72,6 +51,9 @@ Python 3 version. %{python3_sitelib}/%{modname}* %changelog +* Mon Sep 17 2018 Miro Hrončok - 1.1-0.10.gitc84afe9 +- Remove Python 2 subpackage (#1627358) + * Sat Jul 14 2018 Fedora Release Engineering - 1.1-0.9.gitc84afe9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild