Update to version 5.6.0

Drop python2 bindings for f31+

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2019-08-06 14:37:05 -04:00
parent 4221f603db
commit 73dd5aac15

View File

@ -13,7 +13,7 @@
%endif %endif
%define _with_python2 1 %define _with_python2 1
%if 0%{?fedora} > 31 || 0%{?rhel} > 7 %if 0%{?fedora} > 30 || 0%{?rhel} > 7
%define _with_python2 0 %define _with_python2 0
%endif %endif
@ -33,8 +33,8 @@
Summary: The libvirt virtualization API python2 binding Summary: The libvirt virtualization API python2 binding
Name: libvirt-python Name: libvirt-python
Version: 5.5.0 Version: 5.6.0
Release: 2%{?dist} Release: 1%{?dist}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org Url: http://libvirt.org
License: LGPLv2+ License: LGPLv2+
@ -182,7 +182,12 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%{python3_sitearch}/*egg-info %{python3_sitearch}/*egg-info
%endif %endif
%changelog %changelog
* Tue Aug 06 2019 Cole Robinson <crobinso@redhat.com> - 5.6.0-1
- Update to version 5.6.0
- Drop python2 bindings for f31+
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild