From 329bdb94732865e5897ae32b699caf683e361e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 17:09:43 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- pytest.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytest.spec b/pytest.spec index ad80ae8..5050b52 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,9 +1,6 @@ -%global _without_docs 1 -%global _without_optional_tests 1 -%global _without_timeout 1 Name: pytest Version: 4.6.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -142,6 +139,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/__pycache__/pytest.* %changelog +* Sun May 24 2020 Miro Hrončok - 4.6.10-3 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 4.6.10-2 - Bootstrap for Python 3.9