From 8ef846b4d2cd64dec85078e2ca6daee6e0bff3bb Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Jan 09 2020 13:31:56 +0000 Subject: Remove traceback2 and unittest2 --- diff --git a/python-testtools.spec b/python-testtools.spec index 108dada..ab0c5e1 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -3,7 +3,7 @@ Name: python-testtools Version: 2.3.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Extensions to the Python unit testing framework License: MIT @@ -21,8 +21,6 @@ BuildRequires: python3-extras BuildRequires: python3-mimeparse BuildRequires: python3-pbr BuildRequires: python3-setuptools -BuildRequires: python3-unittest2 -BuildRequires: python3-traceback2 %if %{with tests} BuildRequires: python3-testscenarios %endif @@ -44,8 +42,6 @@ Summary: Extensions to the Python unit testing framework Requires: python3-extras Requires: python3-mimeparse Requires: python3-pbr -Requires: python3-unittest2 >= 1.0.0 -Requires: python3-traceback2 %description -n python3-testtools testtools is a set of extensions to the Python standard library's unit testing @@ -105,6 +101,10 @@ make PYTHON=%{__python3} check %changelog +* Thu Jan 09 2020 Avram Lubkin - 2.3.0-16 +- Remove unittest2 dependency +- Remove traceback2 dependency + * Thu Oct 03 2019 Miro HronĨok - 2.3.0-15 - Subpackage python2-testtools has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal