From 8a94e06841c267644a4df089057fedcb28634e99 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 20:10:36 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- pytest.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytest.spec b/pytest.spec index 3e619d0..8fc9672 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,11 +1,8 @@ -%global _without_docs 1 -%global _without_tests 1 -%global _without_timeout 1 Name: pytest %global base_version 7.3.2 #global prerelease ... Version: %{base_version}%{?prerelease:~%{prerelease}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -183,6 +180,9 @@ find %{buildroot}%{python3_sitelib} \ %changelog +* Thu Jun 29 2023 Python Maint - 7.3.2-3 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 7.3.2-2 - Bootstrap for Python 3.12