[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-23 Thread Launchpad Bug Tracker
This bug was fixed in the package pygobject - 3.0.0-0ubuntu3

---
pygobject (3.0.0-0ubuntu3) oneiric-proposed; urgency=low

  * Add 00git_allow_gboxed_properties.patch: Add the GBoxed type as valid type
to the gobject property helper. This fixes the snippets gedit plugin.
Patch taken from upstream git head.  (LP: #877397)
  * Add 00git_gboxed_property_test.patch: Corresponding test case. Taken from
upstream git head.
  * Add 00git_gdk2_overrides_atom_intern.patch: Fix Gdk override to also work
for Gdk 2.0. Patch also pushed to upstream git. (LP: #875399)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 19 Oct 2011 09:05:09 +0200

** Changed in: pygobject (Ubuntu Oneiric)
   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/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-23 Thread Launchpad Bug Tracker
This bug was fixed in the package pygobject - 3.0.2-1

---
pygobject (3.0.2-1) experimental; urgency=low

  * New upstream release:
- Allow GBoxed types as property. (LP: #877397)
- When converting an object with transfer none, make sure the wrapper owns
  a ref. (LP: #874299)
- Gdk overrides: Unbreak for Gdk-2.0. (LP: #875399)
- Do union member checks for unions that are parameters.
- Fix Returns: (skip) method calls without (out) arguments.
 -- Martin Pitt martin.p...@ubuntu.com   Sun, 23 Oct 2011 12:54:30 +0200

** Changed in: pygobject (Ubuntu Precise)
   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/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/pygobject

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-20 Thread Chris Halse Rogers
Hello Evan, or anyone else affected,

Accepted pygobject into oneiric-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/pygobject

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-20 Thread Evan Broder
Verified from oneiric-proposed - I can explicitly import both Gdk-2.0
and Gdk-3.0

evan@caron:~$ python
Python 2.7.2+ (default, Oct  4 2011, 20:06:09) 
[GCC 4.6.1] on linux2
Type help, copyright, credits or license for more information.
 import gi
 gi.require_version('Gdk', '2.0')
 from gi.repository import Gdk
 Gdk
gi.module.DynamicModule 'Gdk' from '/usr/lib/girepository-1.0/Gdk-2.0.typelib'

evan@caron:~$ python
Python 2.7.2+ (default, Oct  4 2011, 20:06:09) 
[GCC 4.6.1] on linux2
Type help, copyright, credits or license for more information.
 import gi
 gi.require_version('Gdk', '3.0')
 from gi.repository import Gdk
 Gdk
gi.module.DynamicModule 'Gdk' from '/usr/lib/girepository-1.0/Gdk-3.0.typelib'

Chris and Martin, thanks for the quick turnaround on this!

** 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 Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-19 Thread Martin Pitt
uploaded to oneiric-proposed queue as well, needs ubuntu-sru review.

** Changed in: pygobject (Ubuntu Oneiric)
   Importance: Undecided = Low

** Changed in: pygobject (Ubuntu Oneiric)
   Status: New = Fix Committed

** Changed in: pygobject (Ubuntu Oneiric)
   Importance: Low = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-19 Thread Martin Pitt
This was caused by
http://git.gnome.org/browse/pygobject/commit/?id=31db3ed

** Changed in: pygobject (Ubuntu)
   Importance: Undecided = Medium

** Changed in: pygobject (Ubuntu)
   Status: New = In Progress

** Changed in: pygobject (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: pygobject (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: pygobject (Ubuntu Precise)
   Importance: Medium
 Assignee: Martin Pitt (pitti)
   Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-19 Thread Martin Pitt
I fixed this upstream in
http://git.gnome.org/browse/pygobject/commit/?id=8deaec6b9abd87f02060c9feec773d4693e89028

** Changed in: pygobject (Ubuntu Precise)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-17 Thread Sebastien Bacher
Subscribing pitti, maybe he has a clue about this one

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875399] Re: Can not explicitly import Gdk-2.0

2011-10-15 Thread Evan Broder
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs