[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2017-02-27 Thread Robert Bruce Park
The package you are using is not the package that ships with yakkety. I'm not sure what package that is but you should report this failure to Jens Georg as he's apparently maintaining it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2017-02-26 Thread Jason Moore
This same bug is occurring for me on yakkety. This is the package I have installed: moorepants@garuda:~$ aptitude show gir1.2-gexiv2-0.10 Package: gir1.2-gexiv2-0.10 Version: 0.10.4-1~jensge1~yakkety3 State: installed Automatically installed: no Priority: extra Section:

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-05-08 Thread Bug Watch Updater
** Changed in: gexiv2 Status: Unknown = Fix Released ** Changed in: gexiv2 Importance: Unknown = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312457 Title: Python bindings

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-05-07 Thread Mathew Hodson
** Bug watch added: GNOME Bug Tracker #728909 https://bugzilla.gnome.org/show_bug.cgi?id=728909 ** Also affects: gexiv2 via https://bugzilla.gnome.org/show_bug.cgi?id=728909 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-05-07 Thread Robert Bruce Park
** Changed in: gexiv2 (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312457 Title: Python bindings broken due to changes in GObject overrides

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gexiv2 - 0.10.0-1ubuntu2 --- gexiv2 (0.10.0-1ubuntu2) trusty-proposed; urgency=low * debian/patches/fix-python-bindings.patch - updates GExiv2.py to match current GObject override API (LP: #1312457) -- Robert Bruce Park

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-28 Thread Brian Murray
Hello Robert, or anyone else affected, Accepted gexiv2 into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/gexiv2/0.10.0-1ubuntu2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/gexiv2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312457 Title: Python bindings broken due to changes in GObject overrides API To manage

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-28 Thread Robert Bruce Park
Thanks Brian! I tested this in a fresh VM today and it looks really good, fixes the issue completely. Please accept! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-25 Thread Jim Nelson
I've released gexiv2 0.10.1 with Robert's patch: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.1.tar.xz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312457 Title: Python bindings

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-25 Thread Robert Bruce Park
Thanks Jim. The SRU I started is still in the UNAPPROVED queue: https://launchpad.net/ubuntu/trusty/+queue?queue_state=1queue_text=gexiv2 Just waiting for an SRU team member to accept it to get this fixed in Trusty. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-24 Thread Robert Bruce Park
** Changed in: gexiv2 (Ubuntu) Assignee: (unassigned) = Robert Bruce Park (robru) ** Changed in: gexiv2 (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-24 Thread Robert Bruce Park
** Description changed: - So, GExiv2.py no longer functions because of changes in the GObject - overrides API. I've reported the bug upstream with patch here: + [Impact] + + * GExiv2 python bindings are not functional, this means that python + applications trying to use GExiv2 do not work. + +

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-24 Thread Ken VanDine
** Also affects: gexiv2 (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312457 Title: Python bindings broken due to changes in GObject

[Bug 1312457] Re: Python bindings broken due to changes in GObject overrides API

2014-04-24 Thread Robert Bruce Park
Here's the simplest reproducer: $ python3 Python 3.4.0 (default, Apr 11 2014, 13:05:11) [GCC 4.8.2] on linux Type help, copyright, credits or license for more information. from gi.repository import GExiv2 m = GExiv2.Metadata('IMG_2411.JPG') Traceback (most recent call last): File stdin, line