Re: upgrade path for python packages

2006-01-11 Thread Josselin Mouette
Le mercredi 11 janvier 2006 à 18:00 +0100, Alexandre Fayolle a écrit : > Suppose upstream (pure) python lib foobar is currently packages as: > > python-foobar (dummy package depending on python2.3-foobar) > python2.3-foobar (installs modules in /usr/lib/python2.3/site-packages) > python2.4-foob

Re: upgrade path for python packages

2006-01-11 Thread Derrick Hudson
On Wed, Jan 11, 2006 at 06:00:21PM +0100, Alexandre Fayolle wrote: | Regarding the recent discussions about packaging of Python package, what | is the recommended practise to provide a smooth upgrade path during the | migration. [snip important contextual information] | Do the following dependenci

upgrade path for python packages

2006-01-11 Thread Alexandre Fayolle
Regarding the recent discussions about packaging of Python package, what is the recommended practise to provide a smooth upgrade path during the migration. Suppose upstream (pure) python lib foobar is currently packages as: python-foobar (dummy package depending on python2.3-foobar) python2.3-