From 7f1405f49139687a7c71b88538d16099c03df3fb Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Oct 01 2018 19:56:04 +0000 Subject: Remove Python 2 subpackage. --- diff --git a/python-simplebayes.spec b/python-simplebayes.spec index 34b854d..43817cd 100644 --- a/python-simplebayes.spec +++ b/python-simplebayes.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.5.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A memory-based, optional-persistence naïve bayesian text classifier License: MIT @@ -24,18 +24,6 @@ of sample data. %description %{_description} -%package -n python2-%{srcname} -Summary: %{summary} -%{?python_provide:%python_provide python2-%{srcname}} - -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-nose -BuildRequires: python2-mock - -%description -n python2-%{srcname} %{_description} - - %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} @@ -56,26 +44,17 @@ rm -rf %{srcname}.egg-info %build -%py2_build %py3_build %install -%py2_install %py3_install %check -nosetests-2 nosetests-3 -%files -n python2-%{srcname} -%license LICENSE -%doc README.rst -%{python2_sitelib}/%{srcname} -%{python2_sitelib}/%{srcname}-%{version}-py?.?.egg-info - %files -n python3-%{srcname} %license LICENSE %doc README.rst @@ -84,6 +63,9 @@ nosetests-3 %changelog +* Mon Oct 01 2018 Elliott Sales de Andrade - 1.5.8-5 +- Drop Python 2 subpackage + * Sat Jul 14 2018 Fedora Release Engineering - 1.5.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild