From 8071934e21eeba4a9eabbf0c0a2cc979a686d699fb8e37afd53f46146fc13524 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 10 Feb 2012 16:19:03 +0000 Subject: [PATCH] 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 --- pygobject-3.0.3.tar.xz | 3 --- pygobject-3.1.0.tar.xz | 3 +++ python-gobject.changes | 18 ++++++++++++++++++ python-gobject.spec | 7 ++++--- python3-gobject.changes | 18 ++++++++++++++++++ python3-gobject.spec | 7 ++++--- 6 files changed, 47 insertions(+), 9 deletions(-) delete mode 100644 pygobject-3.0.3.tar.xz create mode 100644 pygobject-3.1.0.tar.xz diff --git a/pygobject-3.0.3.tar.xz b/pygobject-3.0.3.tar.xz deleted file mode 100644 index 63d3198..0000000 --- a/pygobject-3.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:088b1e682be02a969a0a3f2e650e4fe72bb3638ee8229819841d3e8f4cde2d7c -size 546420 diff --git a/pygobject-3.1.0.tar.xz b/pygobject-3.1.0.tar.xz new file mode 100644 index 0000000..809f298 --- /dev/null +++ b/pygobject-3.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b36eff7c4b14f161bc9ba2ae09a03ddb47d9f2c769589b8f389ae3a92cc92e +size 551732 diff --git a/python-gobject.changes b/python-gobject.changes index 67f3546..b39a5a6 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -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 diff --git a/python-gobject.spec b/python-gobject.spec index 6337da7..8bb29eb 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -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 diff --git a/python3-gobject.changes b/python3-gobject.changes index 67f3546..b39a5a6 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -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 diff --git a/python3-gobject.spec b/python3-gobject.spec index 2bd556d..d2a5e2d 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -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