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-12-07 17:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Wed Dec 7 17:34:05 2022 rev:63 rq:1040372 version:8.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2022-11-04 17:31:33.783731679 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.1835/python-libvirt-python.changes
2022-12-07 17:34:45.856473183 +0100
@@ -1,0 +2,7 @@
+Thu Dec 1 21:49:00 UTC 2022 - James Fehlig <[email protected]>
+
+- Update to 8.10.0
+ - Add all new APIs and constants in libvirt 8.10.0
+ - jsc#PED-1472
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-8.9.0.tar.gz
New:
----
libvirt-python-8.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.OKrkNa/_old 2022-12-07 17:34:47.888484310 +0100
+++ /var/tmp/diff_new_pack.OKrkNa/_new 2022-12-07 17:34:47.896484353 +0100
@@ -23,7 +23,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 8.9.0
+Version: 8.10.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@@ -36,6 +36,7 @@
BuildRequires: %{python_module devel}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools}
%ifpython2
Provides: libvirt-python = %{version}
Obsoletes: libvirt-python < %{version}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.OKrkNa/_old 2022-12-07 17:34:47.928484529 +0100
+++ /var/tmp/diff_new_pack.OKrkNa/_new 2022-12-07 17:34:47.932484551 +0100
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">libvirt-python</param>
- <param name="revision">v8.9.0</param>
+ <param name="revision">v8.10.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.9.0.tar.gz -> libvirt-python-8.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-8.9.0/libvirt-python.spec.in
new/libvirt-python-8.10.0/libvirt-python.spec.in
--- old/libvirt-python-8.9.0/libvirt-python.spec.in 2022-10-13
10:35:32.000000000 +0200
+++ new/libvirt-python-8.10.0/libvirt-python.spec.in 2022-11-23
13:24:29.000000000 +0100
@@ -23,6 +23,7 @@
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-lxml
+BuildRequires: python3-setuptools
BuildRequires: gcc
# Don't want provides for python shared objects
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-8.9.0/setup.py
new/libvirt-python-8.10.0/setup.py
--- old/libvirt-python-8.9.0/setup.py 2022-10-13 10:35:32.000000000 +0200
+++ new/libvirt-python-8.10.0/setup.py 2022-11-23 13:24:29.000000000 +0100
@@ -335,7 +335,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '8.9.0',
+ version = '8.10.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',