WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Python 2.7 is out  (Read 27185 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Python 2.7 is out
« Reply #30 on: July 16, 2010, 09:52:52 PM »
Python-2.7.tcz has been fixed and uploaded.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Python 2.7 is out
« Reply #31 on: July 17, 2010, 10:44:57 PM »
pygtk-2.7, pygobject-2.7, pycairo-2.7, pyusb, and urwid uploaded.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Python 2.7 is out
« Reply #32 on: July 18, 2010, 01:30:21 AM »
weird file list are you sure they are compiled against python-2.7 ?

Edit: sorry i think i clicked on wrong link
« Last Edit: July 18, 2010, 01:41:06 AM by Arslan S. »

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Python 2.7 is out
« Reply #33 on: July 18, 2010, 12:22:40 PM »
I need at least these extensions build against python-2.7 please ?

sip
pyqt
dbus-python
python_libxml2
pyrex
pyorbit

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14819
Re: Python 2.7 is out
« Reply #34 on: July 18, 2010, 12:27:09 PM »
I'll have a look at dbus-python, pyrex and pyorbit

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14819
Re: Python 2.7 is out
« Reply #35 on: July 18, 2010, 02:06:41 PM »
dbus-python-2.7, pyorbit-2.7, pyrex-2.7 posted

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Python 2.7 is out
« Reply #36 on: July 18, 2010, 02:32:51 PM »
After migrating applications to Python 2.7 we have to remove 2.7 from extenson names and go back pygtk.tcz pyrex.tcz etc. and keep Python 2.7 as the main Python version. Hopefully there will be no 2.8 released and 2.7 is really the last 2.x

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Python 2.7 is out
« Reply #37 on: July 18, 2010, 03:16:38 PM »
 :'( WICD is not compatible with Python 2.7 according to my recent tests. Google returns similar posts with other distros too.

It is already in the WICD bug tracking system.
« Last Edit: July 18, 2010, 03:20:50 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Python 2.7 is out
« Reply #38 on: September 18, 2010, 06:42:59 PM »
So far, using the -2.7 suffix has been generally agreed upon for python related extensions built against version 2.7.  But there are packages built against python 2.7 that have been submitted without the python suffix in the name.

To avoid conflict and confusion, let's please stay with using -2.7 in the extension name for python 2.7 related packages.  I strongly prefer that we always use a python version suffix in python package names to ensure a smooth and seamless upgrade between python versions from here on without any mass renaming of extensions and their .dep file references that will break existing tce directories.

I am open to ideas on this subject, but I think we need to consider the future and remember we will surely be doing this again in the coming months or year.  And a smooth and non-broken transition is paramount.



Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Python 2.7 is out
« Reply #39 on: September 19, 2010, 02:10:16 AM »
What is the current status of python extensions in need of building with python 2.7 ?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14819
Re: Python 2.7 is out
« Reply #40 on: September 19, 2010, 03:56:39 AM »
Based on checking which extensions contain "python2.6/site-packages" AND do not contain "python2.7/site-packages" AND for which extension_name-2.7 does not exist, I come up with:
Code: [Select]
bitbake.tcz.list
boost-dev.tcz.list
boost.tcz.list
bzr.tcz.list
dictclient.tcz.list
django-1.1.1.tcz.list
farsight2-dev.tcz.list
farsight2.tcz.list
feedparser.tcz.list
gammu.tcz.list
git.tcz.list
gnome-colors.tcz.list
gpsd-python.tcz.list
graphviz.tcz.list **
gtk-vnc-dev.tcz.list
gtk-vnc.tcz.list
libftdi-dev.tcz.list
libftdi.tcz.list
lilypond-2.12.2.tcz.list [python-2.4]
mercurial-1.2.1.tcz.list [python-2.5]
nicotine.tcz.list
oo2.tcz.list [python-2.3.4]
psyco.tcz.list
pybsddb-dev.tcz.list
pybsddb.tcz.list
pyogg-vorbis.tcz.list [python-2.5]
pyopenssl.tcz.list
PyPanel.tcz.list
pysqlite2.tcz.list
pysqlite.tcz.list
python_coherence.tcz.list
python-keybinder.tcz.list
python-xlib.tcz.list
recordmydesktop-gtk.tcz.list
rsvg.tcz.list
SQLAlchemy.tcz.list
supybot.tcz.list
telepathy-farsight-dev.tcz.list
telepathy-farsight.tcz.list
wicd.tcz.list
xcb-proto.tcz.list
xpyb-dev.tcz.list
xpyb.tcz.list
zenmap.tcz.list
zeroinstall-injector.tcz.list
zfs-fuse.tcz.list

I did not double-check every single extension, so there could be some mistakes in the above.
« Last Edit: September 19, 2010, 04:14:38 AM by Juanito »

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Python 2.7 is out
« Reply #41 on: September 19, 2010, 04:53:33 AM »
some notes about the list above:

* boost python is not available in boost.tcz (i wish it had), files in python2.6 directory belong to python.tcz and have no relation with boost
* gnome-colors is a set of icon themes (have some icons with name python)
* rsvg module for python 2.7 is available in gnome-python-desktop
* i will take care of gtk-vnc, telepathy-farsight (needs farsight2-2.7 first) , and maybe gpsd if last packager does not want to do it
* weird why vtemodule is not listed ?

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Python 2.7 is out
« Reply #42 on: September 19, 2010, 08:00:59 AM »
There still a few extensions using python 2.6, and some like WICD will not work with python 2.7. 

I am personally more concerned about our strategy than I am about how many extensions have been updated to 2.7.  If we are happy with using the python version in the names of python related extensions, then there is no hurry to upgrade or rebuild.   But having the python version number in the name and supporting 2 versions of python can make the repo a little more cluttered and perhaps confusing especially to newer users.  If we want to be able to have python upgrades in between major TC releases, then it is really about the only way to go.  Otherwise, I think that future python upgrades would need to only take place during a major TC version change if we are going to require current extensions be rebuilt with the goal of supporting only one version of python.  There are advantages with either approach.

I just want to make sure we are all on the same page before we proceed further.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Python 2.7 is out
« Reply #43 on: September 19, 2010, 08:56:47 PM »
Juanito had mentioned earlier today, and Arslan mentioned earlier in the thread, that we could rename the python 2.6 related extensions with the 2.6 suffix, therefore freeing the new python stuff to be without a version number tacked on.  Not the easiest way, but perhaps the more palatable for users and extension makers alike.  One large renaming, and then the new python extension and its dependent extensions would not require the 2.x suffix.  And when a new TC major version is released, the old python stuff with the version number is left behind in the old repo, while the new stuff gets carried over.

It is technically no different than just using a version number in the name of all python extensions, and would require a 'one time per update' mass renaming that using the version number would never require.  But I am willing to go that route if it sounds more like what the community would like to do.

The more I ponder it, I think renaming the 2.6 stuff with the 2.6 suffix is probably a good idea anyway, at least to identify it as 2.6 related just as the 2.7 does for the 2.7.   Perhaps letting 2.6 stuff remain without the version number is giving the impression that 2.6 is the main (latest) python version, as well as being confusing as to it's version.


Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Python 2.7 is out
« Reply #44 on: September 21, 2010, 09:27:47 AM »
Looking at what would need to be done to properly support 2 concurrent versions of python, I think that we do after all need to stick to one version of python in the repo.  And upon major TC upgrades, it can then be discussed if python needs to be updated, and then we would keep to that one version for the duration of that major TC release.

What we can do now is to focus on updating and retiring the 2.6 stuff, keeping only what will not run on 2.7 and labeling it with the -2.6 name.  Though in theory supporting 2 pythons could work, it would require further factoring out the python parts of extensions, and add more complexity to figuring dependencies and all.  It is a level of complication that I am sure we agree we don't need.

I thought that supporting multiple python versions would allow a smooth upgrade process, but the more I look into what would need to be done to reduce file and extension conflict, I see that it is just digging a hole.  I got is into that hole, and I will try to help get us out as best I can.