[Piuparts-devel] potential-cross-conflicts.py : yaml parsing problem of 'version: 0.40'

Andreas Beckmann anbe at debian.org
Sun Jan 12 19:12:35 UTC 2014


Hi Ralf,

for some squeeze2wheezy upgrade I found a problem with loading the yaml
output from dose-debcheck:

report:
 -
  package: libjericho-html-java_libjericho-html-java-doc
  version: 1
  architecture: all
  essential: false
  source: libjericho-html-java_libjericho-html-java-doc (= 1)
  status: ok
  installationset:
   -
    package: java-common
    version: 0.40
    architecture: all
    essential: false
   -
...

unfortunately the version is interpreted as a float (during yaml.load())
and the resulting installation set contains java-common=0.4 which does
not exist


Andreas



More information about the Piuparts-devel mailing list