Accepting request 360362 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360362
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2016-02-19 14:46:57 +00:00 committed by Git OBS Bridge
parent 7cae8994d4
commit 2e3b4bacf4
6 changed files with 67 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f
size 730220

3
pygobject-3.19.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30070c145774b36686f2595344bb5814f09be7e2f5385bb8355c17eaeafd1e7a
size 734688

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Nov 25 22:45:34 UTC 2015 - zaitor@opensuse.org
- Update to version 3.19.2:
+ tests: Fix failure due to new GTK+ warning regarding
size_allocate().
+ Fix build warnings regarding _POSIX_C_SOURCE redefinition.
+ Drop -std=c90 for now.
- Changes from version 3.19.1:
+ Use a named tuple for returning multiple values (bgo#727374).
+ enum/flags: use gir info for type names and __repr__ instead of
the gtype name (bgo#657915).
+ Improve and unify __repr__ format for PyGObject, PyGBoxed and
PyGIStruct (bgo#657915).
+ Don't leak internal RepositoryError on import (bgo#756033).
+ Import dependencies when importing typelibs from gi.repository
(bgo#656314).
+ Don't import inspect at module level.
+ invoke state: add a free memory cache for PyGIInvokeArgState
(bgo#750658).
+ invoke/closure: reduce g_slice_alloc usage (bgo#750658).
+ Bump g-i dependency to latest stable.
+ Avoid calling g_slist_length() during invoke.
+ Simplify closure_convert_arguments().
+ Remove a level of indentation in convert_ffi_arguments().
+ Prevent passing the user data multiple times to callbacks
(bgo#750347).
+ Support throwing exceptions in closures (bgo#710671).
-------------------------------------------------------------------
Sat Oct 24 23:21:59 UTC 2015 - zaitor@opensuse.org

View File

@ -39,15 +39,15 @@ Name: python-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.18.2
Version: 3.19.2
Release: 0
Url: https://wiki.gnome.org/Projects/PyGObject/
Source: http://download.gnome.org/sources/pygobject/3.18/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4
Patch1: pycompile-searchpath.patch
BuildRequires: fdupes
BuildRequires: glib2-devel >= 2.38.0
BuildRequires: gobject-introspection-devel >= 1.39.0
BuildRequires: gobject-introspection-devel >= 1.46.0
BuildRequires: libffi-devel >= 3.0.0
%if %{build_for_python3}
BuildRequires: python3-cairo-devel

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Nov 25 22:45:34 UTC 2015 - zaitor@opensuse.org
- Update to version 3.19.2:
+ tests: Fix failure due to new GTK+ warning regarding
size_allocate().
+ Fix build warnings regarding _POSIX_C_SOURCE redefinition.
+ Drop -std=c90 for now.
- Changes from version 3.19.1:
+ Use a named tuple for returning multiple values (bgo#727374).
+ enum/flags: use gir info for type names and __repr__ instead of
the gtype name (bgo#657915).
+ Improve and unify __repr__ format for PyGObject, PyGBoxed and
PyGIStruct (bgo#657915).
+ Don't leak internal RepositoryError on import (bgo#756033).
+ Import dependencies when importing typelibs from gi.repository
(bgo#656314).
+ Don't import inspect at module level.
+ invoke state: add a free memory cache for PyGIInvokeArgState
(bgo#750658).
+ invoke/closure: reduce g_slice_alloc usage (bgo#750658).
+ Bump g-i dependency to latest stable.
+ Avoid calling g_slist_length() during invoke.
+ Simplify closure_convert_arguments().
+ Remove a level of indentation in convert_ffi_arguments().
+ Prevent passing the user data multiple times to callbacks
(bgo#750347).
+ Support throwing exceptions in closures (bgo#710671).
-------------------------------------------------------------------
Sat Oct 24 23:21:59 UTC 2015 - zaitor@opensuse.org

View File

@ -39,15 +39,15 @@ Name: python3-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.18.2
Version: 3.19.2
Release: 0
Url: https://wiki.gnome.org/Projects/PyGObject/
Source: http://download.gnome.org/sources/pygobject/3.18/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.19/%{_name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4
Patch1: pycompile-searchpath.patch
BuildRequires: fdupes
BuildRequires: glib2-devel >= 2.38.0
BuildRequires: gobject-introspection-devel >= 1.39.0
BuildRequires: gobject-introspection-devel >= 1.46.0
BuildRequires: libffi-devel >= 3.0.0
%if %{build_for_python3}
BuildRequires: python3-cairo-devel