From cc60242f78b5637884f18032626be47e60e61592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 10 Mar 2021 18:36:48 +0100 Subject: [PATCH] Drop redundant build dependency on wcwidth (unused since 6.0.0rc1) --- pytest.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pytest.spec b/pytest.spec index de43b27..584e6a0 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 6.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -40,7 +40,6 @@ BuildRequires: python3-packaging BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-py >= 1.5.0 BuildRequires: python3-toml -BuildRequires: python3-wcwidth %if %{with tests} BuildRequires: python3-hypothesis @@ -158,6 +157,9 @@ export INPUTRC=$PWD/.inputrc %{python3_sitelib}/pytest/ %changelog +* Wed Mar 10 2021 Miro Hrončok - 6.2.2-2 +- Drop redundant build dependency on wcwidth (unused since 6.0.0rc1) + * Wed Jan 27 2021 Miro Hrončok - 6.2.2-1 - Update to 6.2.2 - Update the description