Accepting request 228689 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228689 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=28
This commit is contained in:
@@ -1,3 +1,128 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 12:09:56 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ No changes since version 3.11.92.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 10:36:39 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Build system: Remove option to build without libffi.
|
||||
+ Docs: Standardize Python doc strings.
|
||||
+ Fix reference leaks with (transfer full) foreign struct returns
|
||||
(bgo#726206).
|
||||
- Rebase pycompile-searchpath.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 19:35:36 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.91:
|
||||
+ Use ffi_call directly instead of g_callable_info_invoke
|
||||
(bgo##723642).
|
||||
+ configure.ac: Use -std=c90 and error on
|
||||
declaration-after-statement.
|
||||
+ Fix Build on Visual Studio (bgo##725122).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 03:11:57 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ Use GObject type checking for instance arguments (bgo#724009).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 03:11:05 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.5:
|
||||
+ Cache refactoring: Move all cache marshalers into files based
|
||||
on type (bgo#709700).
|
||||
+ Merge static PyGLib and PyGObject modules into PyGI
|
||||
(bgo#712197).
|
||||
+ Add test for callback user data arguments with following
|
||||
arguments (bgo#722104).
|
||||
+ build:
|
||||
- Add --without-common configure option for package maintainers
|
||||
(bgo#721646).
|
||||
- Set PLATFORM_VERSION again to 3.0.
|
||||
+ demo: Add TreeModel interface implementation demonstration.
|
||||
+ tests:
|
||||
- Run PyFlakes and PEP8 only on SUBDIRS.
|
||||
- Add test for an owned boxed struct passed in a callback
|
||||
(bgo#722899).
|
||||
- Pass without-common to configure when building for pythonn: this
|
||||
replaces the old method of deleting files during the install
|
||||
phase.
|
||||
- Drop libpyglib-gi-2_0-python%{local_lib_ver} subpackage: the
|
||||
static PyGlib has been merged into PyGI.
|
||||
- No longer provide a -devel package when building for python3: the
|
||||
resulting package after cleanup would be empty.
|
||||
- Obsolete/provide python3-gobject-devel by python-gobject-devel to
|
||||
ease upgrades.
|
||||
- Require python3-gobject from python-gobject-devel (this was
|
||||
brought in before by requiring python3-gobject-devel, which in
|
||||
turn pulled in python3-gobject. With the removal of the python3
|
||||
based -devel package (see above), we need to require the python3
|
||||
variant by ourself.
|
||||
- Rebase pycompile-searchpath.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 03:11:04 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.4:
|
||||
+ overrides: Fix __repr__ for various Gdk structs.
|
||||
+ Add enum and flags member methods (bgo#693099).
|
||||
+ python.m4: g/c JD_PYTHON_CHECK_VERSION (bgo#721662).
|
||||
+ Support union creation with PyGIStruct.a
|
||||
+ docs: Fix array length argument skipping with preceding out
|
||||
arguments.
|
||||
+ Updated docs (bgo#708060, bgo#697356, bgo#697356).
|
||||
+ gtk-demo: Add CSS demos (bgo#719722).
|
||||
+ build: Avoid clash between gi/types.py and stdlib (bgo#721025).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 03:11:03 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.3:
|
||||
+ Replace usage of PyGIBoxed_Type with PyGIStruct_Type
|
||||
(bgo#581525).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 03:11:02 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.2:
|
||||
+ gkt-demo: Change main info/source notebook into a GtkStack.
|
||||
+ Add deprecation warnings and cleanup class initializer
|
||||
overrides (bgo#705810).
|
||||
+ Fix dir method for static GParamSpec in Python 3.
|
||||
+ Remove overzealous argument checking for callback userdata
|
||||
(bgo#711173).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 00:00:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Fix toggleref safety problems by always enabling the GIL
|
||||
(bgo#709223).
|
||||
+ Add consistent GLib.MainLoop SIGINT cleanup (bgo#710978).
|
||||
+ docs: Add a keyword value of None for allow-none annotations
|
||||
(bgo#640812).
|
||||
+ Remove overrides for supporting pre-3.10 GObject signal
|
||||
functions.
|
||||
+ Add threads_init back as a requirement for non-Python threaded
|
||||
repos (bgo#710447).
|
||||
+ Add dir method to GObject props accessor (bgo#705754).
|
||||
+ Remove PyGObjectWeakRef now that g_binding_unbind exists
|
||||
(bgo#699571).
|
||||
+ Fix lots of memory leaks leaks (bgo#693402).
|
||||
+ Add support for variable user data arguments (bgo#640812).
|
||||
+ Bump glib and g-i dependencies to latest stable.
|
||||
+ Expose all GI enum and flags types (bgo#709008).
|
||||
+ Add support for default arguments annotated with allow-none
|
||||
(bgo#640812).
|
||||
+ Refactor argument cache handling (bgo#640812).
|
||||
+ Remove support for allowing PyObjects as void pointers
|
||||
(bgo#688081).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 14:57:57 UTC 2014 - jmatejek@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user