On Wednesday 03 November 2010 02:46:54 Yang, Yi Y wrote:
Is there a plan to add python/callbacks.i in next version?
We try.
I hope zypp.DownloadMode.DownloadInAdvance and
in -0.5.6
zypp.pool.GetResolvablesToInsDel are available in libzypp-bindings, anybody
in -0.5.7 Z = zypp.ZYppFactory_instance().getZYpp() todo = zypp.GetResolvablesToInsDel( Z.pool() ) for item in todo._toDelete: print '-- %s | %s-%s | %s' % (item.repoInfo().alias(), item.name(), item.edition(), item.status() ) for item in todo._toInstall: print '++ %s | %s-%s | %s' % (item.repoInfo().alias(), item.name(), item.edition(), item.status() ) -- cu, Michael Andres +------------------------------------------------------------------+ Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4 +------------------------------------------------------------------+ Michael Andres ZYPP Development ma@suse.de SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0 +------------------------------------------------------------------+ -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org