After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342947 - pygda does not yet wrap the latest (unstable) libgda API.
pygda does not yet wrap the latest (unstable) libgda API.
Status: RESOLVED FIXED
Product: gnome-python-extras
Classification: Deprecated
Component: gda
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Murray Cumming
Python bindings maintainers
Depends on:
Blocks: 320198
 
 
Reported: 2006-05-25 18:50 UTC by Joseph Sacco
Modified: 2007-03-18 17:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
pygda_libgda2p0.patch (290.72 KB, patch)
2006-11-06 23:43 UTC, Murray Cumming
none Details | Review
Updates pygda to libgda 3.0 (309.76 KB, patch)
2007-03-07 23:38 UTC, Armin Burgmeier
none Details | Review

Description Joseph Sacco 2006-05-25 18:50:33 UTC
The gda component is out of synch with the current version of libgda [1.9.102]

Hopefully, this problem will go away some time in the near future.


-Joseph
Comment 1 Murray Cumming 2006-07-06 06:02:28 UTC
The current version of libgda is quite wildly API unstable, with no schedule for API stability, though it's getting gradually better.

I would like to wrap it even though it's unstable, and I tried that already. But because the distros package all of gnome-python-extras as one package, that would remove the API-stable version of pygda from peoples' computers. So people would have to choose between applications that use pygda-1.2, or applications that use some newer version of something else that is in gnome-python-extras.
Comment 2 Murray Cumming 2006-11-06 23:43:27 UTC
Created attachment 76124 [details] [review]
pygda_libgda2p0.patch

Initial port to the latest API. I'll commit this when I am ready, but not right now because I can't risk the existing pygda API being removed from distributions until this one is ready.
Comment 3 Armin Burgmeier 2007-03-07 23:38:35 UTC
Created attachment 84199 [details] [review]
Updates pygda to libgda 3.0

Slight modifications to the previous patch so that it builds against libgda-3.0.
Comment 4 Murray Cumming 2007-03-08 08:44:04 UTC
Thanks. Note that I still don't plan to commit this until libgda-3.0 is API stable, because gnome-python-extras does not support easy parallel-installation on distros because it bundles everything together.
Comment 5 Murray Cumming 2007-03-18 17:11:50 UTC
Committed in gnome-python-extras trunk (which I just branched into the gnome-2-18 branch).