From 34115c70c5d1b9f7607c40a87d84b1772d2eff20 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 01:58:55 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pytest-cov.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index a665b47..935207c 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 2.11.1 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://pypi.python.org/pypi/%{srcname} License: MIT Summary: Pytest plugin for coverage reporting @@ -64,6 +64,9 @@ py.test-%{python3_version} -vv \ %changelog +* Wed Jun 02 2021 Python Maint - 2.11.1-4 +- Rebuilt for Python 3.10 + * Fri Jan 29 2021 Chedi Toueiti - 2.11.1-3 - Fix for failing tests with coverage 5.4 (#1922301)