Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
afdad77fc6 |
8
_service
8
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">libvirt-python</param>
|
||||
<param name="revision">v11.1.0</param>
|
||||
<param name="revision">v10.0.0</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://gitlab.com/libvirt/libvirt-python.git</param>
|
||||
@ -9,9 +9,9 @@
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
BIN
libvirt-python-10.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libvirt-python-10.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libvirt-python-11.1.0.tar.gz
(Stored with Git LFS)
BIN
libvirt-python-11.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,82 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 00:01:59 UTC 2025 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 11.1.0
|
||||
- Add all new APIs and constants in libvirt 11.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 20:45:22 UTC 2025 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 11.0.0
|
||||
- Add all new APIs and constants in libvirt 11.0.0
|
||||
- jsc#PED-5899, jsc#PED-8909, jsc#PED-9543, jsc#PED-9854,
|
||||
jsc#PED-9855
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 18:37:58 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.10.0
|
||||
- Add all new APIs and constants in libvirt 10.10.0
|
||||
- jsc#PED-8909, jsc#PED-9543, jsc#PED-9854, jsc#PED-9855
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 19:32:37 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.9.0
|
||||
- Add all new APIs and constants in libvirt 10.9.0
|
||||
- jsc#PED-8909, jsc#PED-9854, jsc#PED-9855
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 20:01:32 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.8.0
|
||||
- Add all new APIs and constants in libvirt 10.8.0
|
||||
- jsc#PED-8909
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 17:33:02 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.7.0
|
||||
- Add all new APIs and constants in libvirt 10.7.0
|
||||
- jsc#PED-8909
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 21:51:22 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.6.0
|
||||
- Add all new APIs and constants in libvirt 10.6.0
|
||||
- jsc#PED-8909
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 21:24:00 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.5.0
|
||||
- Add all new APIs and constants in libvirt 10.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 21:53:40 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.4.0
|
||||
- Add all new APIs and constants in libvirt 10.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 23:06:02 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.3.0
|
||||
- Add all new APIs and constants in libvirt 10.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 15:34:52 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.2.0
|
||||
- Add all new APIs and constants in libvirt 10.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 21:40:31 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to 10.1.0
|
||||
- Add all new APIs and constants in libvirt 10.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 19:36:20 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-libvirt-python
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-libvirt-python
|
||||
URL: https://libvirt.org/
|
||||
Version: 11.1.0
|
||||
Version: 10.0.0
|
||||
Release: 0
|
||||
Summary: Library providing a virtualization API
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user