Re: Deadline for 10.10 updates?

2010-09-22 Thread Clint Byrum
On Sep 22, 2010, at 12:21 PM, Tim Michelsen wrote: > When is the last date to submit an updated package? > Ubuntu 10.10 is in FinalFreeze: https://wiki.ubuntu.com/FinalFreeze > The Version of the Spyder Science IDE to be included in 10.10 is very > outdated: > http://packages.ubuntu.com/maver

Re: Deadline for 10.10 updates?

2010-09-22 Thread Jonathan Wiltshire
On Wed, Sep 22, 2010 at 09:21:16PM +0200, Tim Michelsen wrote: > When is the last date to submit an updated package? > > The Version of the Spyder Science IDE to be included in 10.10 is very > outdated: > http://packages.ubuntu.com/maverick/spyder > > I couldn't find it on the wiki: > https://wik

Deadline for 10.10 updates?

2010-09-22 Thread Tim Michelsen
When is the last date to submit an updated package? The Version of the Spyder Science IDE to be included in 10.10 is very outdated: http://packages.ubuntu.com/maverick/spyder I couldn't find it on the wiki: https://wiki.ubuntu.com/MaverickReleaseSchedule Please see also this bug report: https://

Re: Python packaging, dependencies, upstream facilities

2010-09-22 Thread Piotr Ożarowski
[Clint Byrum, 2010-09-22] > On Sep 21, 2010, at 3:26 AM, Piotr Ożarowski wrote: > > but this way you cannot `import foo` anymore, you'll have to change all > > import lines (s/foo/foo2/) even if your code is not affected by API change > > Because languages like python do runtime call resolution, t