Re: Feisty-updates now contains Python-2.5.1final

2007-05-27 Thread Sam Morris

On Sun, 27 May 2007 03:40:39 -0700, Vinay Sajip wrote:
> Thanks for the update, Mike, but I can't seem to get this latest version
> - the Python I can get is dated May 2:
> 
> [EMAIL PROTECTED]:~$ sudo apt-get update [snip]
> Get: 5 http://archive.ubuntu.com feisty-updates/main Packages [20.1kB]
> Get: 6 http://archive.ubuntu.com feisty-updates/restricted Packages
> [14B]
> Get: 7 http://archive.ubuntu.com feisty-updates/main Sources [4974B]
> Get: 8 http://archive.ubuntu.com feisty-updates/restricted Sources [14B]
> Fetched 57.8kB in 1s (40.4kB/s)
> Reading package lists... Done
> [EMAIL PROTECTED]:~$ sudo apt-get install python2.5 Reading package
> lists... Done
> Building dependency tree
> Reading state information... Done
> python2.5 is already the newest version. 0 upgraded, 0 newly installed,
> 0 to remove and 0 not upgraded. [EMAIL PROTECTED]:~$ python
> Python 2.5.1 (r251:54863, May  2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu
> 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or
> "license" for more information.


> It's labelled Python 2.5.1, but are we talking about the same version?

You can check by examining the version of the 'python' package that you 
have installed:

 $ dpkg --status python
 Package: python
 Status: install ok installed
 ...
 Version: 2.5.1-0ubuntu3
 ...

and you can see which versions of 'python' are available with:

 $ apt-cache policy python
 python:
   Installed: 2.5.1-0ubuntu3
   Candidate: 2.5.1-0ubuntu3
   Version table:
  *** 2.5.1-0ubuntu3 0
 500 http://gb.archive.ubuntu.com feisty-updates/main Packages
 100 /var/lib/dpkg/status
  2.5.1~rc1-0ubuntu3 0
 500 http://gb.archive.ubuntu.com feisty/main Packages

Here you can see I have 2.5.1 final installed.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Feisty-updates now contains Python-2.5.1final

2007-05-27 Thread Vinay Sajip


On May 27, 4:07 am, Mike Axiak <[EMAIL PROTECTED]> wrote:
> Yes, I'm sorry...let me be more clear:
>
> Feisty Fawn currently ships with Python 2.5.1c1.
> Python tried to change its API for dictionaries (which even broke
> pickle [1]) -- a change with which Django is not compatible [2].
> They decided to pull out this change for 2.5.1-final, and as of
> yesterday (5/25) Feisty-updates has 2.5.1-final.

Thanks for the update, Mike, but I can't seem to get this latest
version - the Python I can get is dated May 2:

[EMAIL PROTECTED]:~$ sudo apt-get update
[snip]
Get: 5 http://archive.ubuntu.com feisty-updates/main Packages [20.1kB]
Get: 6 http://archive.ubuntu.com feisty-updates/restricted Packages
[14B]
Get: 7 http://archive.ubuntu.com feisty-updates/main Sources [4974B]
Get: 8 http://archive.ubuntu.com feisty-updates/restricted Sources
[14B]
Fetched 57.8kB in 1s (40.4kB/s)
Reading package lists... Done
[EMAIL PROTECTED]:~$ sudo apt-get install python2.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
python2.5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[EMAIL PROTECTED]:~$ python
Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

It's labelled Python 2.5.1, but are we talking about the same version?

Regards,

Vinay Sajip


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Feisty-updates now contains Python-2.5.1final

2007-05-26 Thread Mike Axiak

Yes, I'm sorry...let me be more clear:

Feisty Fawn currently ships with Python 2.5.1c1.
Python tried to change its API for dictionaries (which even broke
pickle [1]) -- a change with which Django is not compatible [2].
They decided to pull out this change for 2.5.1-final, and as of
yesterday (5/25) Feisty-updates has 2.5.1-final.

Anyone running 2.5.1c1 should upgrade to avoid unnecessary bugs when
using Django.

Cheers,
Mike

[1]: http://mail.python.org/pipermail/python-dev/2007-April/072573.html
[2]: http://code.djangoproject.com/ticket/3765

On May 26, 10:30 pm, Forest Bond <[EMAIL PROTECTED]> wrote:
> On Sun, May 27, 2007 at 12:36:04AM -, Mike Axiak wrote:
> > Ubuntu Feisty Fawn now has Python 2.5 [1] (thanks, Matthias Klose!).
> > For any apt-compatible system, the following should/might work:
>
> Funny enough, you should note that Feisty _ships_ with Python 2.5 
> pre-installed.
> No further action necessary, and this has been true for as long as Feisty has
> been released.  Python 2.5 is the default Python version for Feisty, and is 
> what
> you get when you type "python" at the shell.
>
> -Forest
>
>  signature.asc
> 1KDownload


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Feisty-updates now contains Python-2.5.1final

2007-05-26 Thread Jeremy Dunck

On 5/26/07, Forest Bond <[EMAIL PROTECTED]> wrote:
> Funny enough, you should note that Feisty _ships_ with Python 2.5 
> pre-installed.

Feisty shipped with a 2.5.1 release candidate which had regressions
that affected Django. A package based on 2.5.1 final was just released
this week.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Feisty-updates now contains Python-2.5.1final

2007-05-26 Thread Forest Bond
On Sun, May 27, 2007 at 12:36:04AM -, Mike Axiak wrote:
> Ubuntu Feisty Fawn now has Python 2.5 [1] (thanks, Matthias Klose!).
> For any apt-compatible system, the following should/might work:

Funny enough, you should note that Feisty _ships_ with Python 2.5 pre-installed.
No further action necessary, and this has been true for as long as Feisty has
been released.  Python 2.5 is the default Python version for Feisty, and is what
you get when you type "python" at the shell.

-Forest


signature.asc
Description: Digital signature


Feisty-updates now contains Python-2.5.1final

2007-05-26 Thread Mike Axiak

Hello,

This seems to warrant an announcement (just given the volume of IRC
problems in the recent past)...

Ubuntu Feisty Fawn now has Python 2.5 [1] (thanks, Matthias Klose!).
For any apt-compatible system, the following should/might work:

Add to your apt/sources.list (if it's not in there already):

deb http://archive.ubuntu.com/ubuntu feisty-updates main
restricted

Issue the following commands:

$ apt-get update
$ apt-get install python2.5

Cheers,
Mike

1: https://launchpad.net/ubuntu/+source/python2.5/2.5.1-0ubuntu1


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---