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:
parent
636a566484
commit
341b6065fb
@ -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
|
||||
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
|
||||
|
||||
@ -322,7 +327,7 @@ Thu Jul 17 09:13:05 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.2:
|
||||
+ 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
|
||||
@ -1028,8 +1033,8 @@ Wed May 16 14:18:28 UTC 2012 - zaitor@opensuse.org
|
||||
+ Fix len_arg_index for array arguments (bgo#674271)
|
||||
+ Support defining GType properties from Python (bgo#674351)
|
||||
+ Handle GType properties correctly (bgo#674351)
|
||||
+ Add missing GObject.TYPE_GTYPE
|
||||
+ Fix test_mainloop.py for Python 3
|
||||
+ Add missing GObject.TYPE_GTYPE
|
||||
+ Fix test_mainloop.py for Python 3
|
||||
+ Make callback exception propagation test stricter (bgo#616279)
|
||||
+ Add context management to freeze_notify() and handler_block().
|
||||
(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
|
||||
to a vfunc (bgo#644926)
|
||||
+ Regression test: marshalling GValues in GHashTable (bgo#668903)
|
||||
+ Update .gitignore
|
||||
+ Fix "distcheck" and tests with out-of-tree builds
|
||||
+ Update .gitignore
|
||||
+ Fix "distcheck" and tests with out-of-tree builds
|
||||
+ Add a pep8 check to the makefile (bgo#672627)
|
||||
+ PEP8 whitespace fixes (bgo#672627)
|
||||
+ PEP8: Remove trailing ; (bgo#672627)
|
||||
+ tests: Replace deprecated Python API
|
||||
+ Fail tests if they use or encounter deprecations
|
||||
+ Do not run tests in two phases any more
|
||||
+ tests: Replace deprecated Python API
|
||||
+ Fail tests if they use or encounter deprecations
|
||||
+ Do not run tests in two phases any more
|
||||
+ test_overrides: Find local gsettings schema with current glib
|
||||
+ Add GtkComboBoxEntry compatibility (bgo#672589)
|
||||
+ 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
|
||||
|
||||
- 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
|
||||
@ -1401,7 +1406,7 @@ Wed Mar 23 17:39:40 UTC 2011 - fcrozat@novell.com
|
||||
+ fix leaks when setting properties
|
||||
+ add basic icon view 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).
|
||||
+ handle unichar gvalues in TreeModels
|
||||
+ 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
-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
|
||||
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
|
||||
+ Wrap g_file_set_display_name_async
|
||||
+ 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
|
||||
doesn't error out as it should
|
||||
+ 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
|
||||
registered (bgo#551056)
|
||||
+ 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
|
||||
@ -1792,7 +1797,7 @@ Tue Jan 9 00:05:30 CET 2007 - cthiel@suse.de
|
||||
- update to version 2.12.3
|
||||
* distutils build fixes
|
||||
* 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
|
||||
* set __module__ on gobject derived types
|
||||
* Ensure exceptions are raised on errors in gobject.OptionGroup
|
||||
|
@ -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
|
||||
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
|
||||
|
||||
@ -322,7 +327,7 @@ Thu Jul 17 09:13:05 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.2:
|
||||
+ 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
|
||||
@ -1028,8 +1033,8 @@ Wed May 16 14:18:28 UTC 2012 - zaitor@opensuse.org
|
||||
+ Fix len_arg_index for array arguments (bgo#674271)
|
||||
+ Support defining GType properties from Python (bgo#674351)
|
||||
+ Handle GType properties correctly (bgo#674351)
|
||||
+ Add missing GObject.TYPE_GTYPE
|
||||
+ Fix test_mainloop.py for Python 3
|
||||
+ Add missing GObject.TYPE_GTYPE
|
||||
+ Fix test_mainloop.py for Python 3
|
||||
+ Make callback exception propagation test stricter (bgo#616279)
|
||||
+ Add context management to freeze_notify() and handler_block().
|
||||
(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
|
||||
to a vfunc (bgo#644926)
|
||||
+ Regression test: marshalling GValues in GHashTable (bgo#668903)
|
||||
+ Update .gitignore
|
||||
+ Fix "distcheck" and tests with out-of-tree builds
|
||||
+ Update .gitignore
|
||||
+ Fix "distcheck" and tests with out-of-tree builds
|
||||
+ Add a pep8 check to the makefile (bgo#672627)
|
||||
+ PEP8 whitespace fixes (bgo#672627)
|
||||
+ PEP8: Remove trailing ; (bgo#672627)
|
||||
+ tests: Replace deprecated Python API
|
||||
+ Fail tests if they use or encounter deprecations
|
||||
+ Do not run tests in two phases any more
|
||||
+ tests: Replace deprecated Python API
|
||||
+ Fail tests if they use or encounter deprecations
|
||||
+ Do not run tests in two phases any more
|
||||
+ test_overrides: Find local gsettings schema with current glib
|
||||
+ Add GtkComboBoxEntry compatibility (bgo#672589)
|
||||
+ 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
|
||||
|
||||
- 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
|
||||
@ -1401,7 +1406,7 @@ Wed Mar 23 17:39:40 UTC 2011 - fcrozat@novell.com
|
||||
+ fix leaks when setting properties
|
||||
+ add basic icon view 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).
|
||||
+ handle unichar gvalues in TreeModels
|
||||
+ 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
-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
|
||||
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
|
||||
+ Wrap g_file_set_display_name_async
|
||||
+ 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
|
||||
doesn't error out as it should
|
||||
+ 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
|
||||
registered (bgo#551056)
|
||||
+ 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
|
||||
@ -1792,7 +1797,7 @@ Tue Jan 9 00:05:30 CET 2007 - cthiel@suse.de
|
||||
- update to version 2.12.3
|
||||
* distutils build fixes
|
||||
* 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
|
||||
* set __module__ on gobject derived types
|
||||
* Ensure exceptions are raised on errors in gobject.OptionGroup
|
||||
|
Loading…
Reference in New Issue
Block a user