Compare commits

..

No commits in common. "develop/8.0.0" and "main" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -1 +0,0 @@
9eb85ae3048274a239908b658c0dacf0588538b356fc59c388900bca7164612d7370f3dddd2eb4c81e88fff7671118517bf0f5fd4382c5a88102212349dff4ec SOURCES/libvirt-python-8.0.0.tar.gz

View file

@ -14,15 +14,16 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
Version: 8.0.0
Version: 10.0.0
Release: 1%{?dist}
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: https://libvirt.org
License: LGPLv2+
License: LGPL-2.1-or-later
BuildRequires: libvirt-devel == %{version}
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-lxml
BuildRequires: python3-setuptools
BuildRequires: gcc
# Don't want provides for python shared objects
@ -69,10 +70,10 @@ exit 1
%py3_install
%check
%{__python3} setup.py test
%pytest
%files -n python3-libvirt
%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
%doc ChangeLog AUTHORS README COPYING examples/
%{python3_sitearch}/libvirt.py*
%{python3_sitearch}/libvirtaio.py*
%{python3_sitearch}/libvirt_qemu.py*