Accepting request 91593 from devel:languages:python

Update to 3.0.2

OBS-URL: https://build.opensuse.org/request/show/91593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2011-11-16 16:21:07 +00:00 committed by Git OBS Bridge
parent 23364d23b7
commit a3a11b18d9
6 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8548574ecd232eea90fc7cb647b9150273e9197b1e60129a4fb597825b5d7ad
size 625171

3
pygobject-3.0.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9213d5b68a65346f82012c01097ca124061278233e4a4f8d8bf6670a84a74db0
size 625628

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Nov 6 14:18:56 UTC 2011 - badshah400@gmail.com
- Update to version 3.0.2:
+ Add tests for boxed properties
+ Allow GBoxed types as property
+ When converting an object with transfer none, make sure the
wrapper owns a ref
+ Unit test for checking ref count of object param in signals
+ Gdk overrides: Unbreak for Gdk-2.0
+ Do union member checks for unions that are parameters
-------------------------------------------------------------------
Sat Oct 1 19:01:15 CEST 2011 - dimstar@opensuse.org

View File

@ -34,7 +34,7 @@
Name: python-gobject
%define _name pygobject
Summary: Python bindings for GObject
Version: 3.0.1
Version: 3.0.2
Release: 1
License: LGPLv2.1+
Group: Development/Libraries/Python

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Nov 6 14:18:56 UTC 2011 - badshah400@gmail.com
- Update to version 3.0.2:
+ Add tests for boxed properties
+ Allow GBoxed types as property
+ When converting an object with transfer none, make sure the
wrapper owns a ref
+ Unit test for checking ref count of object param in signals
+ Gdk overrides: Unbreak for Gdk-2.0
+ Do union member checks for unions that are parameters
-------------------------------------------------------------------
Sat Oct 1 19:01:15 CEST 2011 - dimstar@opensuse.org

View File

@ -34,7 +34,7 @@
Name: python3-gobject
%define _name pygobject
Summary: Python bindings for GObject
Version: 3.0.1
Version: 3.0.2
Release: 1
License: LGPLv2.1+
Group: Development/Libraries/Python