Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 16:53:56 +02:00 committed by Tomáš Hrnčiar
parent 5a021439fa
commit edb068edec

View File

@ -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 <python-maint@redhat.com> - 1:0.17.6-2
- Rebuilt for Python 3.11
* Tue Apr 12 2022 Tony Asleson <tasleson@redhat.com> - 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.