Re: python (parted) question

2003-09-09 Thread Paul Telford
On Tue, 9 Sep 2003, Andrew Clausen wrote:

> I never received your email.

Ah sorry, I only posted to the debian list the first time around.  Added a
CC to the parted list this time as I thought it might be a better place to
ask.

> 1.6 is not compatible with 1.4.  Where did you get python-parted for
> libparted 1.6?

Debian unstable provides v0.11 of python-parted which claims to be 1.6 
compatible.

> The names of the PedDisk constructor changed, to reflect changes in the
> semantics.

So what does that mean to me in practical terms?  I'm not entirely sure 
what a "constructor" is.

Thanks,




--
Paul Telford | 1024D/431B38BA | [EMAIL PROTECTED] | [EMAIL PROTECTED]
   C903 0E85 9AF5 1B80 6A5F  F169 D7E9 4363 431B 38BA





Support for Python2.1 and Python2.2

2003-09-09 Thread Andreas Rottmann
Hi!

I wonder how long source packages that build binary packages for
multiple versions (2.{1,2,3}) should continue to build packages for
the old Python versions. IMHO, this should be documented somewhere
(Policy?). Is there any timeline how long Python 2.2 and 2.1 should
stay in the archive?

Regards, Andy
-- 
Andreas Rottmann | [EMAIL PROTECTED]  | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Latein ist das humanoide Äquivalent zu Fortran.
   -- Alexander Bartolich in at.linux




Re: Support for Python2.1 and Python2.2

2003-09-09 Thread Matthias Klose
Andreas Rottmann writes:
> Hi!
> 
> I wonder how long source packages that build binary packages for
> multiple versions (2.{1,2,3}) should continue to build packages for
> the old Python versions. IMHO, this should be documented somewhere
> (Policy?). Is there any timeline how long Python 2.2 and 2.1 should
> stay in the archive?

they stay as long as they are needed.

- python2.1 is needed at least by zope and jython

- python2.2 is needed at least by zope (2.6.2) and jython2.2 (currently
  alpha) and probably more packages.

- python1.5 should have gone a long time ago ... Debian won't be the
  python museum on the net. I'll propose it's removal after the next
  release.

I think there is no need to talk about in the policy.

Matthias




zope 2.6.2 in Debian?

2003-09-09 Thread Matthias Klose
Now that 2.6.2 is released:

- will you switch to python2.2 as the python interpreter used?

- or maybe will you wait for 2.7 to be released, which uses
  python2.3?




Re: Support for Python2.1 and Python2.2

2003-09-09 Thread Jim Penny
On Tue, 09 Sep 2003 21:27:16 +0200
Andreas Rottmann <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> I wonder how long source packages that build binary packages for
> multiple versions (2.{1,2,3}) should continue to build packages for
> the old Python versions. IMHO, this should be documented somewhere
> (Policy?). Is there any timeline how long Python 2.2 and 2.1 should
> stay in the archive?

Well, zope-2.6 officially requires python-2.1, although it mostly runs
on python-2.2.  So, until major packages like zope move on, I think that
python-2.1 will remain.

Zope-2.7 requires python-2.2.3, but that release of zope is still in
beta. So, I am guessing it will be a while before 2.1 is dropped, never
mind 2.2.

> 
> Regards, Andy
> -- 
> Andreas Rottmann | [EMAIL PROTECTED]  | [EMAIL PROTECTED] |
> [EMAIL PROTECTED] http://www.8ung.at/rotty | GnuPG Key:
> http://www.8ung.at/rotty/gpg.asc
> Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5
> 01FD 5B62
> 
> Latein ist das humanoide Äquivalent zu Fortran.
>-- Alexander Bartolich in at.linux
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 




Re: Support for Python2.1 and Python2.2

2003-09-09 Thread Ron Johnson
On Tue, 2003-09-09 at 15:24, Matthias Klose wrote:
> Andreas Rottmann writes:
> > Hi!
> > 
> > I wonder how long source packages that build binary packages for
> > multiple versions (2.{1,2,3}) should continue to build packages for
> > the old Python versions. IMHO, this should be documented somewhere
> > (Policy?). Is there any timeline how long Python 2.2 and 2.1 should
> > stay in the archive?
> 
> they stay as long as they are needed.
> 
> - python2.1 is needed at least by zope and jython

Would it still be needed in sarge if zope2.6.1 & jython were built
against python2.2?

> - python2.2 is needed at least by zope (2.6.2) and jython2.2 (currently
>   alpha) and probably more packages.
> 
> - python1.5 should have gone a long time ago ... Debian won't be the
>   python museum on the net. I'll propose it's removal after the next
>   release.

-- 
-
Ron Johnson, Jr. [EMAIL PROTECTED]
Jefferson, LA USA

Regarding war zones: "There's nothing sacrosanct about a hotel 
with a bunch of journalists in it."
Marine Lt. Gen. Bernard E. Trainor (Retired)




autoconf1.4 on escher/unstable

2003-09-09 Thread Matthias Klose
please could somebody install this?

Thanks, Matthias




Re: Support for Python2.1 and Python2.2

2003-09-09 Thread Ben Burton

> > - python2.1 is needed at least by zope and jython
> 
> Would it still be needed in sarge if zope2.6.1 & jython were built
> against python2.2?

It's not a case of jython building against python 2.2 (in fact, it
doesn't build-depend on any version of python at all).  It's a case of
jython providing a java implementation of python 2.1, and thus requiring
many of the .py files that python 2.1 supplies.

Ben.