diff --git a/python-justbases.spec b/python-justbases.spec index 619bf05..1bf4c96 100644 --- a/python-justbases.spec +++ b/python-justbases.spec @@ -1,7 +1,7 @@ %global srcname justbases Name: python-%{srcname} Version: 0.9 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A small library for precise conversion between arbitrary bases License: GPLv2+ @@ -14,20 +14,6 @@ BuildArch: noarch A small library for precise conversion between arbitrary bases and native Python numbers. -%package -n python2-%{srcname} -Summary: A small library for precise conversion between arbitrary bases -%{?python_provide:%python_provide python2-%{srcname}} - -BuildRequires: python2-devel -BuildRequires: python2-setuptools - -Requires: python2-six - -%description -n python2-%{srcname} -A small library for precise conversion between arbitrary bases and native -Python numbers. - - %package -n python3-%{srcname} Summary: A small library for precise conversion between arbitrary bases %{?python_provide:%python_provide python3-%{srcname}} @@ -46,19 +32,11 @@ Python numbers. rm -rf justbases.egg-info %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{srcname} -%license LICENSE -%doc README.rst -%{python2_sitelib}/justbases/ -%{python2_sitelib}/justbases-%{version}-*.egg-info - %files -n python3-%{srcname} %license LICENSE %doc README.rst @@ -66,6 +44,10 @@ rm -rf justbases.egg-info %{python3_sitelib}/justbases-%{version}-*.egg-info %changelog +* Wed Jan 02 2019 Miro HronĨok - 0.9-8 +- Subpackage python2-justbases has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 0.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild