#431087: Packages iteration return dictionaries

James Westby jw+debian at jameswestby.net
Sat Jun 30 17:14:25 UTC 2007


On (30/06/07 19:06), Reinhard Tartler wrote:
> John Wright <john at movingsucks.org> writes:
> > This is implemented in the deb822 module, which is currently in unstable
> > as python-deb822, but will be integrated in with python-debian at some
> > point. 
> 
> Could you perhaps be more verbose on this point? What's currently
> blocking these 2 packages to just merge? python-debian could Provide:
> python-deb822 for transition purposes, at least at first.
> 

Yes, the issue is with the module location though. python-deb822 puts
deb822 as a top level module, so it is

  import deb822

whereas the other modules in python-debian live in the debian_bundle
package,

  from debian_bundle import debtags

so it is just an issue of consistency.

I vote for pulling in the latest version of deb822 and keeping it as a
top-level module. The consistency is broken, but there is no transition
to do.

If anyone cared we could also allow them to import it through
debian_bundle, but that is probably not needed.

Thanks,

James

-- 
  James Westby   --    GPG Key ID: B577FE13    --     http://jameswestby.net/
  seccure key - (3+)k7|M*edCX/.A:n*N!>|&7U.L#9E)Tu)T0>AM - secp256r1/nistp256



More information about the pkg-python-debian-discuss mailing list