From 9dee61b8faaaa82b8103269097e317fce3d56b1a Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Sep 02 2019 12:34:25 +0000 Subject: Removed python3-nine as dependency. Not used anymore. --- diff --git a/python-tw2-core.spec b/python-tw2-core.spec index f56ddd4..c95c9ce 100644 --- a/python-tw2-core.spec +++ b/python-tw2-core.spec @@ -2,7 +2,7 @@ Name: python-tw2-core Version: 2.2.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Web widget creation toolkit based on TurboGears widgets License: MIT @@ -25,7 +25,6 @@ BuildRequires: python3-markupsafe BuildRequires: python3-speaklater BuildRequires: python3-paste-deploy BuildRequires: python3-six -BuildRequires: python3-nine # Specifically for the test suite BuildRequires: python3-unittest2 @@ -60,7 +59,6 @@ Requires: python3-markupsafe Requires: python3-speaklater Requires: python3-paste-deploy Requires: python3-six -Requires: python3-nine %{?python_provide:%python_provide python3-tw2-core} @@ -97,6 +95,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %{python3_sitelib}/%{modname}-%{version}* %changelog +* Mon Sep 02 2019 Ján ONDREJ (SAL) - 2.2.6-5 +- Removed python3-nine as dependency. Not used anymore. + * Thu Aug 29 2019 Ján ONDREJ (SAL) - 2.2.6-4 - Removed python3 support