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 2022-03-05 14:43:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old) and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python" Sat Mar 5 14:43:56 2022 rev:54 rq:959276 version:8.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes 2022-01-21 01:25:11.658680093 +0100 +++ /work/SRC/openSUSE:Factory/.python-libvirt-python.new.1958/python-libvirt-python.changes 2022-03-05 14:44:38.919719566 +0100 @@ -1,0 +2,6 @@ +Thu Mar 3 17:13:49 UTC 2022 - James Fehlig <jfeh...@suse.com> + +- Update to 8.1.0 + - Add all new APIs and constants in libvirt 8.1.0 + +------------------------------------------------------------------- Old: ---- libvirt-python-8.0.0.tar.gz New: ---- libvirt-python-8.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.80d2LC/_old 2022-03-05 14:44:39.475719707 +0100 +++ /var/tmp/diff_new_pack.80d2LC/_new 2022-03-05 14:44:39.479719707 +0100 @@ -23,7 +23,7 @@ %define srcname libvirt-python Name: python-libvirt-python URL: https://libvirt.org/ -Version: 8.0.0 +Version: 8.1.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.80d2LC/_old 2022-03-05 14:44:39.515719717 +0100 +++ /var/tmp/diff_new_pack.80d2LC/_new 2022-03-05 14:44:39.519719717 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">libvirt-python</param> - <param name="revision">v8.0.0</param> + <param name="revision">v8.1.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-8.0.0.tar.gz -> libvirt-python-8.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-8.0.0/MANIFEST.in new/libvirt-python-8.1.0/MANIFEST.in --- old/libvirt-python-8.0.0/MANIFEST.in 2022-01-05 19:17:02.000000000 +0100 +++ new/libvirt-python-8.1.0/MANIFEST.in 2022-02-11 12:20:26.000000000 +0100 @@ -1,8 +1,12 @@ include AUTHORS include COPYING include COPYING.LESSER +include CONTRIBUTING.rst +include HACKING include ChangeLog +include examples/README include examples/consolecallback.py +include examples/dhcpleases.py include examples/domipaddrs.py include examples/dominfo.py include examples/domrestore.py @@ -38,10 +42,17 @@ include MANIFEST include MANIFEST.in include README +include requirements-test.txt include sanitytest.py include setup.py include tests/test_conn.py include tests/test_domain.py +include tests/test_domain_checkpoint.py +include tests/test_domain_snapshot.py +include tests/test_interface.py +include tests/test_network.py +include tests/test_nodedev.py +include tests/test_storage.py include tox.ini include typewrappers.c include typewrappers.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-8.0.0/setup.py new/libvirt-python-8.1.0/setup.py --- old/libvirt-python-8.0.0/setup.py 2022-01-05 19:17:02.000000000 +0100 +++ new/libvirt-python-8.1.0/setup.py 2022-02-11 12:20:26.000000000 +0100 @@ -335,7 +335,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '8.0.0', + version = '8.1.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-l...@redhat.com',