Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2017-12-19 10:58:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Tue Dec 19 10:58:12 2017 rev:8 rq:557942 version:3.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2017-12-08 12:56:44.339091558 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
2017-12-19 10:58:15.718003559 +0100
@@ -1,0 +2,6 @@
+Mon Dec 11 06:39:09 UTC 2017 - [email protected]
+
+- Update to 3.10.0
+ - Add all new APIs and constants in libvirt 3.10.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-3.9.0.tar.gz
libvirt-python-3.9.0.tar.gz.asc
New:
----
libvirt-python-3.10.0.tar.gz
libvirt-python-3.10.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.VYTKfs/_old 2017-12-19 10:58:16.269976913 +0100
+++ /var/tmp/diff_new_pack.VYTKfs/_new 2017-12-19 10:58:16.269976913 +0100
@@ -20,7 +20,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
Url: http://libvirt.org/
-Version: 3.9.0
+Version: 3.10.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1+
++++++ libvirt-python-3.9.0.tar.gz -> libvirt-python-3.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/ChangeLog
new/libvirt-python-3.10.0/ChangeLog
--- old/libvirt-python-3.9.0/ChangeLog 2017-11-02 18:16:47.000000000 +0100
+++ new/libvirt-python-3.10.0/ChangeLog 2017-12-04 18:46:31.000000000 +0100
@@ -1,3 +1,13 @@
+2017-11-30 Cédric Bosdonnat <[email protected]>
+
+ Don't hardcode interpreter path
+ This is particularly useful on operating systems that don't ship
+ Python as part of the base system (eg. FreeBSD) while still working
+ just as well as it did before on Linux.
+
+ Reviewed-by: Daniel P. Berrange <[email protected]>
+
+
2017-11-02 Daniel Veillard <[email protected]>
Release of libvirt-python-3.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/PKG-INFO
new/libvirt-python-3.10.0/PKG-INFO
--- old/libvirt-python-3.9.0/PKG-INFO 2017-11-02 18:16:47.000000000 +0100
+++ new/libvirt-python-3.10.0/PKG-INFO 2017-12-04 18:46:31.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 3.9.0
+Version: 3.10.0
Summary: The libvirt virtualization API python binding
Home-page: http://www.libvirt.org
Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/examples/event-test.py
new/libvirt-python-3.10.0/examples/event-test.py
--- old/libvirt-python-3.9.0/examples/event-test.py 2017-08-02
04:07:18.000000000 +0200
+++ new/libvirt-python-3.10.0/examples/event-test.py 2017-12-04
18:31:00.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
#
#
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/generator.py
new/libvirt-python-3.10.0/generator.py
--- old/libvirt-python-3.9.0/generator.py 2017-09-04 12:17:29.000000000
+0200
+++ new/libvirt-python-3.10.0/generator.py 2017-12-04 18:31:00.000000000
+0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
#
# generate python wrappers from the XML API description
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/libvirt-python.spec
new/libvirt-python-3.10.0/libvirt-python.spec
--- old/libvirt-python-3.9.0/libvirt-python.spec 2017-11-02
18:16:47.000000000 +0100
+++ new/libvirt-python-3.10.0/libvirt-python.spec 2017-12-04
18:46:31.000000000 +0100
@@ -6,7 +6,7 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
-Version: 3.9.0
+Version: 3.10.0
Release: 1%{?dist}%{?extra_release}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/sanitytest.py
new/libvirt-python-3.10.0/sanitytest.py
--- old/libvirt-python-3.9.0/sanitytest.py 2017-10-04 10:26:34.000000000
+0200
+++ new/libvirt-python-3.10.0/sanitytest.py 2017-12-04 18:31:00.000000000
+0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys
import lxml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.9.0/setup.py
new/libvirt-python-3.10.0/setup.py
--- old/libvirt-python-3.9.0/setup.py 2017-11-02 18:00:39.000000000 +0100
+++ new/libvirt-python-3.10.0/setup.py 2017-12-04 18:46:24.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
from distutils.core import setup, Extension, Command
from distutils.command.build import build
@@ -335,7 +335,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '3.9.0',
+ version = '3.10.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',