Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-libvirt-python for openSUSE:Factory checked in at 2023-04-06 15:55:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old) and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python" Thu Apr 6 15:55:35 2023 rev:66 rq:1077095 version:9.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes 2023-03-08 14:52:17.630584969 +0100 +++ /work/SRC/openSUSE:Factory/.python-libvirt-python.new.19717/python-libvirt-python.changes 2023-04-06 15:55:35.980179885 +0200 @@ -1,0 +2,6 @@ +Mon Apr 3 21:17:39 UTC 2023 - James Fehlig <jfeh...@suse.com> + +- Update to 9.2.0 + - Add all new APIs and constants in libvirt 9.2.0 + +------------------------------------------------------------------- Old: ---- libvirt-python-9.1.0.tar.gz New: ---- libvirt-python-9.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.7LCLen/_old 2023-04-06 15:55:36.496182800 +0200 +++ /var/tmp/diff_new_pack.7LCLen/_new 2023-04-06 15:55:36.500182822 +0200 @@ -23,7 +23,7 @@ %define srcname libvirt-python Name: python-libvirt-python URL: https://libvirt.org/ -Version: 9.1.0 +Version: 9.2.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.7LCLen/_old 2023-04-06 15:55:36.536183026 +0200 +++ /var/tmp/diff_new_pack.7LCLen/_new 2023-04-06 15:55:36.540183048 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">libvirt-python</param> - <param name="revision">v9.1.0</param> + <param name="revision">v9.2.0</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://gitlab.com/libvirt/libvirt-python.git</param> ++++++ libvirt-python-9.1.0.tar.gz -> libvirt-python-9.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-9.1.0/setup.py new/libvirt-python-9.2.0/setup.py --- old/libvirt-python-9.1.0/setup.py 2023-02-13 15:42:58.000000000 +0100 +++ new/libvirt-python-9.2.0/setup.py 2023-03-01 11:15:54.000000000 +0100 @@ -335,7 +335,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '9.1.0', + version = '9.2.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-l...@redhat.com',