]> TLD Linux GIT Repositories - packages/python3-libvirt.git/commitdiff
- updated to 10.4.0
authorMarcin Krol <hawk@tld-linux.org>
Sun, 9 Jun 2024 16:06:32 +0000 (18:06 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 9 Jun 2024 16:06:32 +0000 (18:06 +0200)
python3-libvirt.spec

index 4b5c4e82a2ccba48e8c2024adc583b07c8b4ee76..0965a1a1367c0a66b38df0ec26656a80f2986a6e 100644 (file)
 Summary:       Python 3.x bindings to interact with virtualization capabilities
 Summary(pl.UTF-8):     Wiązania Pythona 3.x do współpracy z funkcjami wirtualizacji
 Name:          python3-libvirt
-Version:       10.2.0
+Version:       10.4.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Development/Languages/Python
-Source0:       https://libvirt.org/sources/python/%{origname}-%{version}.tar.gz
-# Source0-md5: 59404dd6b0658f1b2257dc6c9c314aab
+Source0:       https://download.libvirt.org/python/%{origname}-%{version}.tar.gz
+# Source0-md5: 9de183b6b413dab008b7aa1ac9d0fd73
 URL:           https://libvirt.org/
-BuildRequires: libvirt-devel >= 9.10.0
+BuildRequires: libvirt-devel >= 10.4.0
 BuildRequires: pkgconfig
-BuildRequires: python3 >= 1:3.5
-BuildRequires: python3-devel >= 1:3.5
+BuildRequires: python3 >= 1:3.6
+BuildRequires: python3-devel >= 1:3.6
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 BuildConflicts:        python-PyXML < 0.8.4-13
-Requires:      libvirt >= 8.8.0
+Requires:      libvirt >= 10.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description