Accepting request 328999 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328999
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2015-09-04 11:30:54 +00:00 committed by Git OBS Bridge
parent c574bc793c
commit 1f22241b97
6 changed files with 65 additions and 7 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d05cebb01e3b9b81e16848dc806ebba120e5837227b0ab2945344981bee5754
size 727372

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Aug 20 10:10:50 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.90:
+ Allow passing unicode lists to GStrv properties on Python 2
(bgo#744745).
+ Avoid a silent long to int truncation (bgo#749698).
+ Handle gtype marshalling (bgo#749696).
+ pygi-foreign-cairo.c: fix include for py3cairo.h (bgo#746742).
+ tests: Silence various error messages and warnings
(bgo#751156).
+ Fix test regression when xdg-user-dirs is not installed
(bgo#751299).
+ Explicitly check if an override exists instead of ImportError
(bgo#749532).
-------------------------------------------------------------------
Mon Jun 15 18:42:42 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.1:
+ Add gi.PyGIWarning used when import version is not specified
(bgo#727379).
+ Remove Gdk.Rectangle alias with newer gobject-introspection and
GTK+ (bgo#749625).
+ Field setters: Remove unneeded type/range checks and unused
code (bgo#746985).
+ pygi-argument: Remove unused imports/includes (bgo#746985).
+ Improve test coverage for field setters/getters (bgo#746985).
-------------------------------------------------------------------
Mon Jun 15 09:58:22 UTC 2015 - zaitor@opensuse.org

View File

@ -39,10 +39,10 @@ Name: python-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.16.2
Version: 3.17.90
Release: 0
Url: https://wiki.gnome.org/Projects/PyGObject/
Source: http://download.gnome.org/sources/pygobject/3.16/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.17/%{_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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Aug 20 10:10:50 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.90:
+ Allow passing unicode lists to GStrv properties on Python 2
(bgo#744745).
+ Avoid a silent long to int truncation (bgo#749698).
+ Handle gtype marshalling (bgo#749696).
+ pygi-foreign-cairo.c: fix include for py3cairo.h (bgo#746742).
+ tests: Silence various error messages and warnings
(bgo#751156).
+ Fix test regression when xdg-user-dirs is not installed
(bgo#751299).
+ Explicitly check if an override exists instead of ImportError
(bgo#749532).
-------------------------------------------------------------------
Mon Jun 15 18:42:42 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.1:
+ Add gi.PyGIWarning used when import version is not specified
(bgo#727379).
+ Remove Gdk.Rectangle alias with newer gobject-introspection and
GTK+ (bgo#749625).
+ Field setters: Remove unneeded type/range checks and unused
code (bgo#746985).
+ pygi-argument: Remove unused imports/includes (bgo#746985).
+ Improve test coverage for field setters/getters (bgo#746985).
-------------------------------------------------------------------
Mon Jun 15 09:58:22 UTC 2015 - zaitor@opensuse.org

View File

@ -39,10 +39,10 @@ Name: python3-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.16.2
Version: 3.17.90
Release: 0
Url: https://wiki.gnome.org/Projects/PyGObject/
Source: http://download.gnome.org/sources/pygobject/3.16/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.17/%{_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