From ec1d12b1857677be3b63b0368a14c250801449af Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 10:10:44 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/pytest.spec b/pytest.spec index cf93844..c959ecc 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,9 +1,6 @@ -%global _without_docs 1 -%global _without_tests 1 -%global _without_timeout 1 Name: pytest Version: 6.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -175,6 +172,9 @@ export INPUTRC=$PWD/.inputrc %{python3_sitelib}/pytest/ %changelog +* Fri Jun 04 2021 Python Maint - 6.2.4-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 6.2.4-2 - Bootstrap for Python 3.10