From cd92dec0f5e304cd4cace8d7272b9c306066cb12 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:14:10 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-psutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index fe5b857..9c04542 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 5.8.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: %{sum} License: BSD @@ -94,6 +94,9 @@ make test APPVEYOR=1 PYTHON=%{__python3} PYTHONPATH=%{buildroot}/%{python3_sitea %changelog +* Mon Jun 13 2022 Python Maint - 5.8.0-15 +- Rebuilt for Python 3.11 + * Thu Jun 09 2022 Miro HronĨok - 5.8.0-14 - Relax testing assumptions when building the package - Fixes: rhbz#2049426