From edb068edece29d7e64d11a39f08fd636a5fc9f80 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 16:53:56 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- pywbem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index fa0f256..ad68dba 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -3,7 +3,7 @@ Name: pywbem Version: 0.17.6 Epoch: 1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python WBEM client interface and related utilities License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -71,6 +71,9 @@ mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py %doc README.rst %changelog +* Mon Jun 13 2022 Python Maint - 1:0.17.6-2 +- Rebuilt for Python 3.11 + * Tue Apr 12 2022 Tony Asleson - 1:0.17.6-1 - Update to 0.17.6 which is the latest release that doesn't introduce dependencies which we don't have available.