Hello community, here is the log from the commit of package python-gobject for openSUSE:Factory checked in at 2015-06-16 14:04:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gobject (Old) and /work/SRC/openSUSE:Factory/.python-gobject.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gobject" Changes: -------- --- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes 2015-04-23 07:59:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes 2015-06-16 14:04:58.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 15 09:58:22 UTC 2015 - [email protected] + +- Update to version 3.16.2: + + overrides: Provide _overrides_module attribute (bgo#736678). + +------------------------------------------------------------------- python3-gobject.changes: same change Old: ---- pygobject-3.16.1.tar.xz New: ---- pygobject-3.16.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gobject.spec ++++++ --- /var/tmp/diff_new_pack.2lgput/_old 2015-06-16 14:04:59.000000000 +0200 +++ /var/tmp/diff_new_pack.2lgput/_new 2015-06-16 14:04:59.000000000 +0200 @@ -39,7 +39,7 @@ Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.16.1 +Version: 3.16.2 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ Source: http://download.gnome.org/sources/pygobject/3.16/%{_name}-%{version}.tar.xz @@ -47,7 +47,7 @@ Patch1: pycompile-searchpath.patch BuildRequires: fdupes BuildRequires: glib2-devel >= 2.38.0 -BuildRequires: gobject-introspection-devel >= 1.38.0 +BuildRequires: gobject-introspection-devel >= 1.39.0 BuildRequires: libffi-devel >= 3.0.0 %if %{build_for_python3} BuildRequires: python3-cairo-devel python3-gobject.spec: same change ++++++ pygobject-3.16.1.tar.xz -> pygobject-3.16.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.16.1/ChangeLog new/pygobject-3.16.2/ChangeLog --- old/pygobject-3.16.1/ChangeLog 2015-04-14 04:44:41.000000000 +0200 +++ new/pygobject-3.16.2/ChangeLog 2015-06-15 10:36:46.000000000 +0200 @@ -1,3 +1,43 @@ +commit ecb2e6c64cbc420ed8f0d8dc8d1c3f6c516d6f63 +Author: Christoph Reiter <[email protected]> +Date: Thu Apr 23 22:03:54 2015 +0200 + + overrides: Provide _overrides_module attribute to make gst-python + overrides work again. + + gi_gst_fraction_from_value () in gst-python's gstmodule.c tries + to access + the Gst.Fraction class through + gi.repository.Gst._overrides_module.Fraction + and failed since _overrides_module was removed in revision + 149c31beced944c. + + This adds it back pointing to the proxy itself which also contains + Gst.Fraction. + + https://bugzilla.gnome.org/show_bug.cgi?id=736678#c6 + + gi/overrides/__init__.py | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit eddc46202fc813f03137fcaba80090d19cc8f200 +Author: Simon Feltman <[email protected]> +Date: Mon Apr 13 19:48:24 2015 -0700 + + configure.ac: post release version bump to 3.16.2 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 763510d091bcb9833a3de7f9646d9a06282135da +Author: Simon Feltman <[email protected]> +Date: Mon Apr 13 19:46:48 2015 -0700 + + release 3.16.1 + + NEWS | 4 ++++ + 1 file changed, 4 insertions(+) + commit 7291cb1f841c384f1a18cc744c8d9c6be20c48e2 Author: Simon Feltman <[email protected]> Date: Mon Apr 13 19:33:40 2015 -0700 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.16.1/NEWS new/pygobject-3.16.2/NEWS --- old/pygobject-3.16.1/NEWS 2015-04-14 04:44:19.000000000 +0200 +++ new/pygobject-3.16.2/NEWS 2015-06-15 10:35:47.000000000 +0200 @@ -1,3 +1,7 @@ +3.16.2 15-Jun-2015 + - overrides: Provide _overrides_module attribute + (Christoph Reiter) (#736678) + 3.16.1 13-Apr-2015 - overrides: Conditionalize touch override support in Gdk (Simon Feltman) (#747717) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.16.1/PKG-INFO new/pygobject-3.16.2/PKG-INFO --- old/pygobject-3.16.1/PKG-INFO 2015-04-14 04:40:20.000000000 +0200 +++ new/pygobject-3.16.2/PKG-INFO 2015-06-15 10:36:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyGObject -Version: 3.16.1 +Version: 3.16.2 Summary: Python bindings for GObject Home-page: http://www.pygtk.org/ Author: James Henstridge @@ -8,7 +8,7 @@ Maintainer: Simon Feltman Maintainer-email: [email protected] License: GNU LGPL -Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.16/pygobject-3.16.1.tar.gz +Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.16/pygobject-3.16.2.tar.gz Description: Python bindings for GLib and GObject Platform: POSIX, Windows Classifier: Development Status :: 5 - Production/Stable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.16.1/configure new/pygobject-3.16.2/configure --- old/pygobject-3.16.1/configure 2015-04-14 04:40:17.000000000 +0200 +++ new/pygobject-3.16.2/configure 2015-06-15 10:34:12.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pygobject 3.16.1. +# Generated by GNU Autoconf 2.69 for pygobject 3.16.2. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='pygobject' PACKAGE_TARNAME='pygobject' -PACKAGE_VERSION='3.16.1' -PACKAGE_STRING='pygobject 3.16.1' +PACKAGE_VERSION='3.16.2' +PACKAGE_STRING='pygobject 3.16.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject' PACKAGE_URL='https://wiki.gnome.org/Projects/PyGObject/' @@ -1395,7 +1395,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pygobject 3.16.1 to adapt to many kinds of systems. +\`configure' configures pygobject 3.16.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1465,7 +1465,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pygobject 3.16.1:";; + short | recursive ) echo "Configuration of pygobject 3.16.2:";; esac cat <<\_ACEOF @@ -1603,7 +1603,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pygobject configure 3.16.1 +pygobject configure 3.16.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1881,7 +1881,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pygobject $as_me 3.16.1, which was +It was created by pygobject $as_me 3.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2245,9 +2245,9 @@ PYGOBJECT_MINOR_VERSION=16 -$as_echo "#define PYGOBJECT_MICRO_VERSION 1" >>confdefs.h +$as_echo "#define PYGOBJECT_MICRO_VERSION 2" >>confdefs.h -PYGOBJECT_MICRO_VERSION=1 +PYGOBJECT_MICRO_VERSION=2 ac_config_headers="$ac_config_headers config.h" @@ -2767,7 +2767,7 @@ # Define the identity of the package. PACKAGE='pygobject' - VERSION='3.16.1' + VERSION='3.16.2' cat >>confdefs.h <<_ACEOF @@ -15377,7 +15377,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pygobject $as_me 3.16.1, which was +This file was extended by pygobject $as_me 3.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15444,7 +15444,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pygobject config.status 3.16.1 +pygobject config.status 3.16.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.16.1/configure.ac new/pygobject-3.16.2/configure.ac --- old/pygobject-3.16.1/configure.ac 2015-04-14 04:39:58.000000000 +0200 +++ new/pygobject-3.16.2/configure.ac 2015-06-15 10:24:59.000000000 +0200 @@ -18,7 +18,7 @@ dnl the pygobject version number m4_define(pygobject_major_version, 3) m4_define(pygobject_minor_version, 16) -m4_define(pygobject_micro_version, 1) +m4_define(pygobject_micro_version, 2) m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version) dnl versions of packages we require ... diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.16.1/gi/overrides/__init__.py new/pygobject-3.16.2/gi/overrides/__init__.py --- old/pygobject-3.16.1/gi/overrides/__init__.py 2015-03-05 09:32:55.000000000 +0100 +++ new/pygobject-3.16.2/gi/overrides/__init__.py 2015-06-15 04:10:41.000000000 +0200 @@ -117,6 +117,13 @@ if has_old: sys.modules[module_key] = old_module + # backwards compat: for gst-python/gstmodule.c, + # which tries to access Gst.Fraction through + # Gst._overrides_module.Fraction. We assign the proxy instead as that + # contains all overridden classes like Fraction during import anyway and + # there is no need to keep the real override module alive. + proxy._overrides_module = proxy + override_all = [] if hasattr(override_mod, "__all__"): override_all = override_mod.__all__
