Hello community, here is the log from the commit of package libvirt-python for openSUSE:Factory checked in at 2014-05-13 20:44:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt-python (Old) and /work/SRC/openSUSE:Factory/.libvirt-python.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt-python" Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes 2014-04-20 11:34:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes 2014-05-13 20:44:58.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 5 20:12:27 MDT 2014 - [email protected] + +- Update to 1.2.4 + - Add all new APIs and constants in libvirt 1.2.4 + +------------------------------------------------------------------- Old: ---- libvirt-python-1.2.3.tar.bz2 New: ---- libvirt-python-1.2.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.q33dHG/_old 2014-05-13 20:44:58.000000000 +0200 +++ /var/tmp/diff_new_pack.q33dHG/_new 2014-05-13 20:44:58.000000000 +0200 @@ -18,7 +18,7 @@ Name: libvirt-python Url: http://libvirt.org/ -Version: 1.2.3 +Version: 1.2.4 Release: 0 Summary: Library providing a simple virtualization API License: LGPL-2.1+ ++++++ libvirt-python-1.2.3.tar.bz2 -> libvirt-python-1.2.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.3/AUTHORS new/libvirt-python-1.2.4/AUTHORS --- old/libvirt-python-1.2.3/AUTHORS 2014-04-03 08:06:37.000000000 +0200 +++ new/libvirt-python-1.2.4/AUTHORS 2014-05-04 08:52:45.000000000 +0200 @@ -426,6 +426,8 @@ KAMEZAWA Hiroyuki <[email protected]> Lai Jiangshan <[email protected]> Lai Jiangshan <[email protected]> + Laine Stump <[email protected]> + Laine Stump <[email protected]> Lei Li <[email protected]> Lei Li <[email protected]> Marcelo Cerri <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.3/ChangeLog new/libvirt-python-1.2.4/ChangeLog --- old/libvirt-python-1.2.3/ChangeLog 2014-04-03 08:06:37.000000000 +0200 +++ new/libvirt-python-1.2.4/ChangeLog 2014-05-04 08:52:45.000000000 +0200 @@ -1,3 +1,19 @@ +2014-04-07 Laine Stump <[email protected]> + + build: add BuildRequires for python-lxml and python3-lxml + python-lxml is likely always already present anyway (due to so many + packages being dependent on it), but at least on my F20 system, + python3-lxml wasn't installed, leading to a failure of "python + setup.py rpm" without an informative error message. + + +2014-04-07 Laine Stump <[email protected]> + + increment version post-release + As is now done with libvirt. git head will always have the version + number of the expected *next* release. + + 2014-04-02 Daniel P. Berrange <[email protected]> Fix nosetests usage with python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.3/PKG-INFO new/libvirt-python-1.2.4/PKG-INFO --- old/libvirt-python-1.2.3/PKG-INFO 2014-04-03 08:06:38.000000000 +0200 +++ new/libvirt-python-1.2.4/PKG-INFO 2014-05-04 08:52:45.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: libvirt-python -Version: 1.2.3 +Version: 1.2.4 Summary: The libvirt virtualization API Home-page: http://www.libvirt.org Author: Libvirt Maintainers diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.3/libvirt-python.spec new/libvirt-python-1.2.4/libvirt-python.spec --- old/libvirt-python-1.2.3/libvirt-python.spec 2014-04-03 08:06:37.000000000 +0200 +++ new/libvirt-python-1.2.4/libvirt-python.spec 2014-05-04 08:52:45.000000000 +0200 @@ -6,7 +6,7 @@ Summary: The libvirt virtualization API python2 binding Name: libvirt-python -Version: 1.2.3 +Version: 1.2.4 Release: 1%{?dist}%{?extra_release} Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org @@ -15,9 +15,11 @@ BuildRequires: libvirt-devel >= 0.9.11 BuildRequires: python-devel BuildRequires: python-nose +BuildRequires: python-lxml %if %{with_python3} BuildRequires: python3-devel BuildRequires: python3-nose +BuildRequires: python3-lxml %endif %if %{with_python3} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.3/setup.py new/libvirt-python-1.2.4/setup.py --- old/libvirt-python-1.2.3/setup.py 2014-04-03 08:06:21.000000000 +0200 +++ new/libvirt-python-1.2.4/setup.py 2014-05-04 08:51:16.000000000 +0200 @@ -309,7 +309,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '1.2.3', + version = '1.2.4', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = '[email protected]', -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
