From 2d369f8f0e7b112b71288a9fbc234ec7ff5b34b6 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mon, 6 Apr 2020 09:06:21 +0200 Subject: [PATCH] Drop unneeded R: pythonX-setuptools This is not needed anymore since 2.11. Signed-off-by: Igor Raits --- python-jinja2.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index fcfc204..2a1b61d 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -2,7 +2,7 @@ Name: python-jinja2 Version: 2.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General purpose template engine License: BSD URL: https://palletsprojects.com/p/jinja/ @@ -55,7 +55,6 @@ BuildRequires: python2-babel >= 0.8 BuildRequires: python2-markupsafe >= 0.23 Requires: python2-babel >= 0.8 Requires: python2-markupsafe >= 0.23 -Requires: python2-setuptools %{?python_provide:%python_provide python2-jinja2} %description -n python2-jinja2 @@ -88,7 +87,6 @@ BuildRequires: python3-sphinx-issues %endif Requires: python3-babel >= 0.8 Requires: python3-markupsafe >= 0.23 -Requires: python3-setuptools %{?python_provide:%python_provide python3-jinja2} %description -n python3-jinja2 @@ -160,8 +158,8 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests %if %{with docs} %doc docs/_build/html %endif -%{python2_sitelib}/jinja2 -%{python2_sitelib}/Jinja2-%{version}-py?.?.egg-info +%{python2_sitelib}/jinja2/ +%{python2_sitelib}/Jinja2-*.egg-info/ %endif # with python2 @@ -174,12 +172,15 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests %if %{with docs} %doc docs/_build/html %endif -%{python3_sitelib}/jinja2 -%{python3_sitelib}/Jinja2-%{version}-py?.?.egg-info +%{python3_sitelib}/jinja2/ +%{python3_sitelib}/Jinja2-*.egg-info/ %endif # with python3 %changelog +* Mon Apr 06 2020 Igor Raits - 2.11.1-2 +- Drop unneeded R: pythonX-setuptools + * Sat Feb 8 2020 Thomas Moschny - 2.11.1-1 - Update to 2.11.1.