Accepting request 103353 from devel:languages:python

Update to 3.1.0 (forwarded request 103055 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/103353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2012-02-10 16:19:03 +00:00 committed by Git OBS Bridge
parent 9aa596ac16
commit 8071934e21
6 changed files with 47 additions and 9 deletions

View File

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

3
pygobject-3.1.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 7 14:17:24 UTC 2012 - vuntz@opensuse.org
- Update to version 3.1.0:
+ Fixed bug where GObject.property did not respect minimum and
maximum values
+ Handle NULL as a valid case of a char** array
+ Avoid O(n^2) behavior when marshalling lists
+ Connect to first action of a radio group
+ Support functions which return GError
+ Support GHashTable and GError as callback/closure arguments
+ Fix bool(), hash() and __eq__() for GLib.Variant objects
+ Don't issue a deprecation warning for GtkDialog's NO_SEPARATOR
flag, even when unused
+ Properly distinguish between different integer types for
properties
+ Distinguish between GArray and GPtrArray when cleaning up
-------------------------------------------------------------------
Tue Dec 20 13:55:42 UTC 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gobject
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define build_for_python3 0
%if %{build_for_python3}
@ -34,10 +35,10 @@ Name: python-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.0.3
Version: 3.1.0
Release: 0
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
Source: http://download.gnome.org/sources/pygobject/3.0/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.1/%{_name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel >= 1.29.0

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 7 14:17:24 UTC 2012 - vuntz@opensuse.org
- Update to version 3.1.0:
+ Fixed bug where GObject.property did not respect minimum and
maximum values
+ Handle NULL as a valid case of a char** array
+ Avoid O(n^2) behavior when marshalling lists
+ Connect to first action of a radio group
+ Support functions which return GError
+ Support GHashTable and GError as callback/closure arguments
+ Fix bool(), hash() and __eq__() for GLib.Variant objects
+ Don't issue a deprecation warning for GtkDialog's NO_SEPARATOR
flag, even when unused
+ Properly distinguish between different integer types for
properties
+ Distinguish between GArray and GPtrArray when cleaning up
-------------------------------------------------------------------
Tue Dec 20 13:55:42 UTC 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package python3-gobject
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define build_for_python3 1
%if %{build_for_python3}
@ -34,10 +35,10 @@ Name: python3-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.0.3
Version: 3.1.0
Release: 0
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
Source: http://download.gnome.org/sources/pygobject/3.0/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.1/%{_name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel >= 1.29.0