From 9aa596ac16cb82b90fd4cdd018397d06765c1326a633d1ae379debfc710008e7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 21 Dec 2011 13:58:22 +0000 Subject: [PATCH] Accepting request 97247 from devel:languages:python Update to 3.0.3 (forwarded request 97245 from vuntz) OBS-URL: https://build.opensuse.org/request/show/97247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=26 --- pygobject-3.0.2.tar.bz2 | 3 --- pygobject-3.0.3.tar.xz | 3 +++ python-gobject.changes | 18 ++++++++++++++++++ python-gobject.spec | 10 +++------- python3-gobject.changes | 18 ++++++++++++++++++ python3-gobject.spec | 10 +++------- 6 files changed, 45 insertions(+), 17 deletions(-) delete mode 100644 pygobject-3.0.2.tar.bz2 create mode 100644 pygobject-3.0.3.tar.xz diff --git a/pygobject-3.0.2.tar.bz2 b/pygobject-3.0.2.tar.bz2 deleted file mode 100644 index 7876bea..0000000 --- a/pygobject-3.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9213d5b68a65346f82012c01097ca124061278233e4a4f8d8bf6670a84a74db0 -size 625628 diff --git a/pygobject-3.0.3.tar.xz b/pygobject-3.0.3.tar.xz new file mode 100644 index 0000000..63d3198 --- /dev/null +++ b/pygobject-3.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088b1e682be02a969a0a3f2e650e4fe72bb3638ee8229819841d3e8f4cde2d7c +size 546420 diff --git a/python-gobject.changes b/python-gobject.changes index 526fc36..67f3546 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Dec 20 13:55:42 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.0.3: + + Convert all modifier constants to Gdk.ModifierType + + Convert all strings to utf-8 encoding when retrieving from + TreeModel + + Handle NULL arrays correctly for each array type + + pygmainloop: avoid lockups if multiple glib.MainLoop exist + + Properly chain up to the class that implements a given vfunc. + + Fix array termination and size calculation + + Fix marshaling of arrays of GVariants + + pygi-convert: + - fix for Pango.Alignment + - fix for Gtk.Orientation + + Add test for bytearray variants + + Add tests for calling closures + ------------------------------------------------------------------- Sun Nov 6 14:18:56 UTC 2011 - badshah400@gmail.com diff --git a/python-gobject.spec b/python-gobject.spec index f92ae18..6337da7 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - %define build_for_python3 0 %if %{build_for_python3} @@ -34,12 +32,12 @@ Name: python-gobject %define _name pygobject Summary: Python bindings for GObject -Version: 3.0.2 -Release: 1 License: LGPL-2.1+ Group: Development/Libraries/Python +Version: 3.0.3 +Release: 0 Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ -Source: http://download.gnome.org/sources/pygobject/3.0/%{_name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/pygobject/3.0/%{_name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel >= 1.29.0 @@ -61,7 +59,6 @@ Pygobjects is an extension module for python that gives you access to GLib's GObjects. %package cairo -License: LGPL-2.1+ Summary: Python bindings for GObject -- Cairo bindings Group: Development/Libraries/Python Requires: %{name} = %{version} @@ -85,7 +82,6 @@ GLib's GObjects. The bindings are handled by gobject-introspection libraries. %package devel -License: LGPL-2.1+ Summary: Python bindings for GObject Group: Development/Libraries/Python Requires: %{name} = %{version} diff --git a/python3-gobject.changes b/python3-gobject.changes index 526fc36..67f3546 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Dec 20 13:55:42 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.0.3: + + Convert all modifier constants to Gdk.ModifierType + + Convert all strings to utf-8 encoding when retrieving from + TreeModel + + Handle NULL arrays correctly for each array type + + pygmainloop: avoid lockups if multiple glib.MainLoop exist + + Properly chain up to the class that implements a given vfunc. + + Fix array termination and size calculation + + Fix marshaling of arrays of GVariants + + pygi-convert: + - fix for Pango.Alignment + - fix for Gtk.Orientation + + Add test for bytearray variants + + Add tests for calling closures + ------------------------------------------------------------------- Sun Nov 6 14:18:56 UTC 2011 - badshah400@gmail.com diff --git a/python3-gobject.spec b/python3-gobject.spec index 6c83508..2bd556d 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - %define build_for_python3 1 %if %{build_for_python3} @@ -34,12 +32,12 @@ Name: python3-gobject %define _name pygobject Summary: Python bindings for GObject -Version: 3.0.2 -Release: 1 License: LGPL-2.1+ Group: Development/Libraries/Python +Version: 3.0.3 +Release: 0 Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ -Source: http://download.gnome.org/sources/pygobject/3.0/%{_name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/pygobject/3.0/%{_name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel >= 1.29.0 @@ -61,7 +59,6 @@ Pygobjects is an extension module for python that gives you access to GLib's GObjects. %package cairo -License: LGPL-2.1+ Summary: Python bindings for GObject -- Cairo bindings Group: Development/Libraries/Python Requires: %{name} = %{version} @@ -85,7 +82,6 @@ GLib's GObjects. The bindings are handled by gobject-introspection libraries. %package devel -License: LGPL-2.1+ Summary: Python bindings for GObject Group: Development/Libraries/Python Requires: %{name} = %{version}