diff --git a/python-meld3.spec b/python-meld3.spec index a2d7733..1abb517 100644 --- a/python-meld3.spec +++ b/python-meld3.spec @@ -4,36 +4,20 @@ Summary: %{sum} Name: python-%{srcname} Version: 1.0.2 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: Development/Languages URL: https://github.com/Supervisor/%{srcname} Source0: https://files.pythonhosted.org/packages/source/m/%{srcname}/%{srcname}-%{version}.tar.gz -BuildRequires: python2-devel python3-devel +BuildRequires: python3-devel BuildArch: noarch %description %{srcname} is an HTML/XML templating system for Python which keeps template markup and dynamic rendering logic separate from one another. -This package contains common files for both Python 2 and Python 3 modules. - -%package -n python2-%{srcname} -Summary: %{sum} -Obsoletes: %{name} < 1.0.0 -Conflicts: %{name} < 1.0.0 -Conflicts: python < 2.5 -Conflicts: python2 < 2.5 -Requires: %{name} = %{version}-%{release} -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -%{srcname} is an HTML/XML templating system for Python 2.5+ which keeps -template markup and dynamic rendering logic separate from one another. - - %package -n python3-%{srcname} Summary: %{sum} Requires: %{name} = %{version}-%{release} @@ -47,28 +31,26 @@ template markup and dynamic rendering logic separate from one another. %setup -q -n %{srcname}-%{version} %build -%py2_build %py3_build %install -%py2_install %py3_install %check -%{__python2} setup.py test %{__python3} setup.py test %files %doc README.txt CHANGES.txt %license COPYRIGHT.txt LICENSE.txt -%files -n python2-%{srcname} -%{python2_sitelib}/* - %files -n python3-%{srcname} %{python3_sitelib}/* %changelog +* Sat Oct 13 2018 Francisco Javier Tsao Santín - 1.0.2-9 +- Removed Python2 binary package + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 1.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild @@ -151,7 +133,7 @@ template markup and dynamic rendering logic separate from one another. * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.4-2 - Rebuild for Python 2.6 -* Tue Feb 28 2008 Toshio Kuratomi 0.6.4-1 +* Thu Feb 28 2008 Toshio Kuratomi 0.6.4-1 - Update to 0.6.4. - Fix python-2.5 elementtree problem.