From 8f1d770170f56dc77aea7d5cc21bee9ae6529e1b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 13 2022 14:53:52 +0000 Subject: Bootstrap for Python 3.11 --- diff --git a/pytest.spec b/pytest.spec index e4679e0..20b7620 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,8 +1,11 @@ +%global _without_docs 1 +%global _without_tests 1 +%global _without_tiemout 1 Name: pytest %global base_version 7.1.2 #global prerelease ... Version: %{base_version}%{?prerelease:~%{prerelease}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -156,6 +159,9 @@ find %{buildroot}%{python3_sitelib} \ %changelog +* Mon Jun 13 2022 Python Maint - 7.1.2-2 +- Bootstrap for Python 3.11 + * Fri Apr 08 2022 Lumír Balhar - 7.1.2-1 - Update to 7.1.2 Resolves: rhbz#2063549