Compare commits
5 Commits
76f63dd0b1
...
1.1
Author | SHA256 | Date | |
---|---|---|---|
afdad77fc6 | |||
de0b225850 | |||
361667a1c2 | |||
7e9fee6f57 | |||
b596d9b737 |
8
_service
8
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">libvirt-python</param>
|
<param name="filename">libvirt-python</param>
|
||||||
<param name="revision">v10.9.0</param>
|
<param name="revision">v10.0.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="manual">
|
<service name="recompress" mode="disabled">
|
||||||
<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="manual"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
</services>
|
</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-10.9.0.tar.gz
(Stored with Git LFS)
BIN
libvirt-python-10.9.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,61 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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#9854, jsc#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>
|
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.9.0
|
Version: 10.0.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
|
||||||
|
Reference in New Issue
Block a user