Accepting request 423427 from home:zhangxiaofei:branches:GNOME:Factory

SLE sync

OBS-URL: https://build.opensuse.org/request/show/423427
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=65
This commit is contained in:
Bjørn Lie 2016-08-28 15:45:25 +00:00 committed by Git OBS Bridge
parent 636a566484
commit 341b6065fb
2 changed files with 38 additions and 28 deletions

View File

@ -18,6 +18,11 @@ Mon Apr 18 14:12:41 UTC 2016 - dimstar@opensuse.org
suite and is useless on an installed system (the corresponding suite and is useless on an installed system (the corresponding
typelibs and libraries are also not installed). typelibs and libraries are also not installed).
-------------------------------------------------------------------
Fri Apr 15 16:58:11 UTC 2016 - mgorse@suse.com
- Update to GNOME 3.20 Fate#318572
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 13 11:16:53 UTC 2016 - dimstar@opensuse.org Wed Apr 13 11:16:53 UTC 2016 - dimstar@opensuse.org
@ -322,7 +327,7 @@ Thu Jul 17 09:13:05 UTC 2014 - zaitor@opensuse.org
- Update to version 3.12.2: - Update to version 3.12.2:
+ PEP8 fixes. + PEP8 fixes.
+ Python 3.4 make check fixes (bgo#730411). + Python 3.4 make check fixes (bgo#730411).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 15 08:16:13 UTC 2014 - zaitor@opensuse.org Tue Apr 15 08:16:13 UTC 2014 - zaitor@opensuse.org
@ -1028,8 +1033,8 @@ Wed May 16 14:18:28 UTC 2012 - zaitor@opensuse.org
+ Fix len_arg_index for array arguments (bgo#674271) + Fix len_arg_index for array arguments (bgo#674271)
+ Support defining GType properties from Python (bgo#674351) + Support defining GType properties from Python (bgo#674351)
+ Handle GType properties correctly (bgo#674351) + Handle GType properties correctly (bgo#674351)
+ Add missing GObject.TYPE_GTYPE + Add missing GObject.TYPE_GTYPE
+ Fix test_mainloop.py for Python 3 + Fix test_mainloop.py for Python 3
+ Make callback exception propagation test stricter (bgo#616279) + Make callback exception propagation test stricter (bgo#616279)
+ Add context management to freeze_notify() and handler_block(). + Add context management to freeze_notify() and handler_block().
(bgo#672324) (bgo#672324)
@ -1045,14 +1050,14 @@ Wed May 16 14:18:28 UTC 2012 - zaitor@opensuse.org
+ Add a ccallback type which is used to invoke callbacks passed + Add a ccallback type which is used to invoke callbacks passed
to a vfunc (bgo#644926) to a vfunc (bgo#644926)
+ Regression test: marshalling GValues in GHashTable (bgo#668903) + Regression test: marshalling GValues in GHashTable (bgo#668903)
+ Update .gitignore + Update .gitignore
+ Fix "distcheck" and tests with out-of-tree builds + Fix "distcheck" and tests with out-of-tree builds
+ Add a pep8 check to the makefile (bgo#672627) + Add a pep8 check to the makefile (bgo#672627)
+ PEP8 whitespace fixes (bgo#672627) + PEP8 whitespace fixes (bgo#672627)
+ PEP8: Remove trailing ; (bgo#672627) + PEP8: Remove trailing ; (bgo#672627)
+ tests: Replace deprecated Python API + tests: Replace deprecated Python API
+ Fail tests if they use or encounter deprecations + Fail tests if they use or encounter deprecations
+ Do not run tests in two phases any more + Do not run tests in two phases any more
+ test_overrides: Find local gsettings schema with current glib + test_overrides: Find local gsettings schema with current glib
+ Add GtkComboBoxEntry compatibility (bgo#672589) + Add GtkComboBoxEntry compatibility (bgo#672589)
+ Correct review comments from Martin (bgo#672578) + Correct review comments from Martin (bgo#672578)
@ -1268,7 +1273,7 @@ Thu Sep 1 15:00:28 UTC 2011 - vuntz@opensuse.org
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 24 16:32:52 UTC 2011 - dimstar@opensuse.org Wed Aug 24 16:32:52 UTC 2011 - dimstar@opensuse.org
- Fix -devel package files section (pygobject doc is gone) - Fix -devel package files section (pygobject doc is gone)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 24 11:42:49 UTC 2011 - dimstar@opensuse.org Wed Aug 24 11:42:49 UTC 2011 - dimstar@opensuse.org
@ -1401,7 +1406,7 @@ Wed Mar 23 17:39:40 UTC 2011 - fcrozat@novell.com
+ fix leaks when setting properties + fix leaks when setting properties
+ add basic icon view demo + add basic icon view demo
+ add search entry demo + add search entry demo
+ override Gdk.RGBA so you can construct it like + override Gdk.RGBA so you can construct it like
Gdk.RGBA(1.0, 1.0, 1.0, 1.0). Gdk.RGBA(1.0, 1.0, 1.0, 1.0).
+ handle unichar gvalues in TreeModels + handle unichar gvalues in TreeModels
+ check for _thread module when configuring threading + check for _thread module when configuring threading
@ -1445,7 +1450,7 @@ Tue Mar 1 08:30:34 UTC 2011 - fcrozat@novell.com
have a new version. have a new version.
------------------------------------------------------------------- -------------------------------------------------------------------
-Wed Feb 9 18:09:19 UTC 2011 - jmatejek@novell.com Wed Feb 9 18:09:19 UTC 2011 - jmatejek@novell.com
- added patch that switches to new Capsule API, because the deprecated - added patch that switches to new Capsule API, because the deprecated
PyCObject API will cause a segfault when warnings are exceptions PyCObject API will cause a segfault when warnings are exceptions
@ -1670,7 +1675,7 @@ Fri May 1 12:45:48 CEST 2009 - mboman@suse.de
Py_XDECREF Py_XDECREF
+ Wrap g_file_set_display_name_async + Wrap g_file_set_display_name_async
+ Add a semi-private method to return the option context C object + Add a semi-private method to return the option context C object
from an option context wrapper from an option context wrapper
+ Converting a negative long Python value to a GUINT64 GValue + Converting a negative long Python value to a GUINT64 GValue
doesn't error out as it should doesn't error out as it should
+ Wrap g_file_set_attributes_async and g_file_set_attributes_finish + Wrap g_file_set_attributes_async and g_file_set_attributes_finish
@ -1740,7 +1745,7 @@ Mon Jan 5 09:59:37 EST 2009 - mboman@suse.de
+ Make codegen not import when corresponding argument types are not + Make codegen not import when corresponding argument types are not
registered (bgo#551056) registered (bgo#551056)
+ Fix typos breaking compilation (bgo#551212) + Fix typos breaking compilation (bgo#551212)
+ GFile load_contents methods chop data at first \0 (bgo#551059) + GFile load_contents methods chop data at first \0 (bgo#551059)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 04 23:07:17 CEST 2008 - mboman@novell.com Thu Sep 04 23:07:17 CEST 2008 - mboman@novell.com
@ -1792,7 +1797,7 @@ Tue Jan 9 00:05:30 CET 2007 - cthiel@suse.de
- update to version 2.12.3 - update to version 2.12.3
* distutils build fixes * distutils build fixes
* documentation updates * documentation updates
* gobject.handler_block_by_func and friends now accept methods * gobject.handler_block_by_func and friends now accept methods
* avoid truncating of gparamspec * avoid truncating of gparamspec
* set __module__ on gobject derived types * set __module__ on gobject derived types
* Ensure exceptions are raised on errors in gobject.OptionGroup * Ensure exceptions are raised on errors in gobject.OptionGroup

View File

@ -18,6 +18,11 @@ Mon Apr 18 14:12:41 UTC 2016 - dimstar@opensuse.org
suite and is useless on an installed system (the corresponding suite and is useless on an installed system (the corresponding
typelibs and libraries are also not installed). typelibs and libraries are also not installed).
-------------------------------------------------------------------
Fri Apr 15 16:58:11 UTC 2016 - mgorse@suse.com
- Update to GNOME 3.20 Fate#318572
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 13 11:16:53 UTC 2016 - dimstar@opensuse.org Wed Apr 13 11:16:53 UTC 2016 - dimstar@opensuse.org
@ -322,7 +327,7 @@ Thu Jul 17 09:13:05 UTC 2014 - zaitor@opensuse.org
- Update to version 3.12.2: - Update to version 3.12.2:
+ PEP8 fixes. + PEP8 fixes.
+ Python 3.4 make check fixes (bgo#730411). + Python 3.4 make check fixes (bgo#730411).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 15 08:16:13 UTC 2014 - zaitor@opensuse.org Tue Apr 15 08:16:13 UTC 2014 - zaitor@opensuse.org
@ -1028,8 +1033,8 @@ Wed May 16 14:18:28 UTC 2012 - zaitor@opensuse.org
+ Fix len_arg_index for array arguments (bgo#674271) + Fix len_arg_index for array arguments (bgo#674271)
+ Support defining GType properties from Python (bgo#674351) + Support defining GType properties from Python (bgo#674351)
+ Handle GType properties correctly (bgo#674351) + Handle GType properties correctly (bgo#674351)
+ Add missing GObject.TYPE_GTYPE + Add missing GObject.TYPE_GTYPE
+ Fix test_mainloop.py for Python 3 + Fix test_mainloop.py for Python 3
+ Make callback exception propagation test stricter (bgo#616279) + Make callback exception propagation test stricter (bgo#616279)
+ Add context management to freeze_notify() and handler_block(). + Add context management to freeze_notify() and handler_block().
(bgo#672324) (bgo#672324)
@ -1045,14 +1050,14 @@ Wed May 16 14:18:28 UTC 2012 - zaitor@opensuse.org
+ Add a ccallback type which is used to invoke callbacks passed + Add a ccallback type which is used to invoke callbacks passed
to a vfunc (bgo#644926) to a vfunc (bgo#644926)
+ Regression test: marshalling GValues in GHashTable (bgo#668903) + Regression test: marshalling GValues in GHashTable (bgo#668903)
+ Update .gitignore + Update .gitignore
+ Fix "distcheck" and tests with out-of-tree builds + Fix "distcheck" and tests with out-of-tree builds
+ Add a pep8 check to the makefile (bgo#672627) + Add a pep8 check to the makefile (bgo#672627)
+ PEP8 whitespace fixes (bgo#672627) + PEP8 whitespace fixes (bgo#672627)
+ PEP8: Remove trailing ; (bgo#672627) + PEP8: Remove trailing ; (bgo#672627)
+ tests: Replace deprecated Python API + tests: Replace deprecated Python API
+ Fail tests if they use or encounter deprecations + Fail tests if they use or encounter deprecations
+ Do not run tests in two phases any more + Do not run tests in two phases any more
+ test_overrides: Find local gsettings schema with current glib + test_overrides: Find local gsettings schema with current glib
+ Add GtkComboBoxEntry compatibility (bgo#672589) + Add GtkComboBoxEntry compatibility (bgo#672589)
+ Correct review comments from Martin (bgo#672578) + Correct review comments from Martin (bgo#672578)
@ -1268,7 +1273,7 @@ Thu Sep 1 15:00:28 UTC 2011 - vuntz@opensuse.org
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 24 16:32:52 UTC 2011 - dimstar@opensuse.org Wed Aug 24 16:32:52 UTC 2011 - dimstar@opensuse.org
- Fix -devel package files section (pygobject doc is gone) - Fix -devel package files section (pygobject doc is gone)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 24 11:42:49 UTC 2011 - dimstar@opensuse.org Wed Aug 24 11:42:49 UTC 2011 - dimstar@opensuse.org
@ -1401,7 +1406,7 @@ Wed Mar 23 17:39:40 UTC 2011 - fcrozat@novell.com
+ fix leaks when setting properties + fix leaks when setting properties
+ add basic icon view demo + add basic icon view demo
+ add search entry demo + add search entry demo
+ override Gdk.RGBA so you can construct it like + override Gdk.RGBA so you can construct it like
Gdk.RGBA(1.0, 1.0, 1.0, 1.0). Gdk.RGBA(1.0, 1.0, 1.0, 1.0).
+ handle unichar gvalues in TreeModels + handle unichar gvalues in TreeModels
+ check for _thread module when configuring threading + check for _thread module when configuring threading
@ -1445,7 +1450,7 @@ Tue Mar 1 08:30:34 UTC 2011 - fcrozat@novell.com
have a new version. have a new version.
------------------------------------------------------------------- -------------------------------------------------------------------
-Wed Feb 9 18:09:19 UTC 2011 - jmatejek@novell.com Wed Feb 9 18:09:19 UTC 2011 - jmatejek@novell.com
- added patch that switches to new Capsule API, because the deprecated - added patch that switches to new Capsule API, because the deprecated
PyCObject API will cause a segfault when warnings are exceptions PyCObject API will cause a segfault when warnings are exceptions
@ -1670,7 +1675,7 @@ Fri May 1 12:45:48 CEST 2009 - mboman@suse.de
Py_XDECREF Py_XDECREF
+ Wrap g_file_set_display_name_async + Wrap g_file_set_display_name_async
+ Add a semi-private method to return the option context C object + Add a semi-private method to return the option context C object
from an option context wrapper from an option context wrapper
+ Converting a negative long Python value to a GUINT64 GValue + Converting a negative long Python value to a GUINT64 GValue
doesn't error out as it should doesn't error out as it should
+ Wrap g_file_set_attributes_async and g_file_set_attributes_finish + Wrap g_file_set_attributes_async and g_file_set_attributes_finish
@ -1740,7 +1745,7 @@ Mon Jan 5 09:59:37 EST 2009 - mboman@suse.de
+ Make codegen not import when corresponding argument types are not + Make codegen not import when corresponding argument types are not
registered (bgo#551056) registered (bgo#551056)
+ Fix typos breaking compilation (bgo#551212) + Fix typos breaking compilation (bgo#551212)
+ GFile load_contents methods chop data at first \0 (bgo#551059) + GFile load_contents methods chop data at first \0 (bgo#551059)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 04 23:07:17 CEST 2008 - mboman@novell.com Thu Sep 04 23:07:17 CEST 2008 - mboman@novell.com
@ -1792,7 +1797,7 @@ Tue Jan 9 00:05:30 CET 2007 - cthiel@suse.de
- update to version 2.12.3 - update to version 2.12.3
* distutils build fixes * distutils build fixes
* documentation updates * documentation updates
* gobject.handler_block_by_func and friends now accept methods * gobject.handler_block_by_func and friends now accept methods
* avoid truncating of gparamspec * avoid truncating of gparamspec
* set __module__ on gobject derived types * set __module__ on gobject derived types
* Ensure exceptions are raised on errors in gobject.OptionGroup * Ensure exceptions are raised on errors in gobject.OptionGroup