Sync from SUSE:SLFO:Main python-libvirt-python revision 4bd6e666ba91c3b447b8030a2b09958f
This commit is contained in:
parent
ff8b78db00
commit
3f5a0577b3
8
_service
8
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="filename">libvirt-python</param>
|
<param name="filename">libvirt-python</param>
|
||||||
<param name="revision">v10.0.0</param>
|
<param name="revision">v10.8.0</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://gitlab.com/libvirt/libvirt-python.git</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-pattern">[v]?([^\+]+)(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
BIN
libvirt-python-10.0.0.tar.gz
(Stored with Git LFS)
BIN
libvirt-python-10.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libvirt-python-10.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libvirt-python-10.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Jan 16 19:36:20 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-libvirt-python
|
Name: python-libvirt-python
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
Version: 10.0.0
|
Version: 10.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing a virtualization API
|
Summary: Library providing a virtualization API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user