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 2021-04-08 21:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old) and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python" Thu Apr 8 21:01:48 2021 rev:45 rq:882669 version:7.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes 2021-03-05 13:43:45.743539623 +0100 +++ /work/SRC/openSUSE:Factory/.python-libvirt-python.new.2401/python-libvirt-python.changes 2021-04-08 21:02:03.705893913 +0200 @@ -1,0 +2,6 @@ +Thu Apr 1 23:48:40 UTC 2021 - James Fehlig <jfeh...@suse.com> + +- Update to 7.2.0 + - Add all new APIs and constants in libvirt 7.2.0 + +------------------------------------------------------------------- Old: ---- libvirt-python-7.1.0.tar.gz New: ---- libvirt-python-7.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.8PcejA/_old 2021-04-08 21:02:04.277894531 +0200 +++ /var/tmp/diff_new_pack.8PcejA/_new 2021-04-08 21:02:04.277894531 +0200 @@ -23,7 +23,7 @@ %define srcname libvirt-python Name: python-libvirt-python URL: https://libvirt.org/ -Version: 7.1.0 +Version: 7.2.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8PcejA/_old 2021-04-08 21:02:04.305894561 +0200 +++ /var/tmp/diff_new_pack.8PcejA/_new 2021-04-08 21:02:04.305894561 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">libvirt-python</param> - <param name="revision">v7.1.0</param> + <param name="revision">v7.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-7.1.0.tar.gz -> libvirt-python-7.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-7.1.0/setup.py new/libvirt-python-7.2.0/setup.py --- old/libvirt-python-7.1.0/setup.py 2021-03-01 09:51:40.000000000 +0100 +++ new/libvirt-python-7.2.0/setup.py 2021-03-01 11:59:46.000000000 +0100 @@ -341,7 +341,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '7.1.0', + version = '7.2.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-l...@redhat.com',