From 089a7e4251f2fc6a6c0c3cb35d11081c9dac6fa6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:12:18 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- pywbem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pywbem.spec b/pywbem.spec index b1854d9..44277db 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -3,7 +3,7 @@ Name: pywbem Version: 0.15.0 Epoch: 1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python WBEM client interface and related utilities License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -69,6 +69,9 @@ mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py %doc README.rst %changelog +* Fri Jun 04 2021 Python Maint - 1:0.15.0-4 +- Rebuilt for Python 3.10 + * Tue Feb 9 2021 Tony Asleson 1:0.15.0-3 - https://bugzilla.redhat.com/show_bug.cgi?id=1922368