From 718d0ce906271e4d412ec7e32de0d894e297f523 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 04:10:49 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- pytest.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index f362213..7c470b6 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 6.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -158,6 +158,9 @@ export INPUTRC=$PWD/.inputrc %{python3_sitelib}/pytest/ %changelog +* Fri Apr 16 2021 Mohan Boddu - 6.2.2-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Mar 10 2021 Charalampos Stratakis - 6.2.2-2 - Disable tests and documentation generation on RHEL9 to avoid pulling in dependencies - Drop redundant build dependency on wcwidth (unused since 6.0.0rc1)