Accepting request 291462 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291462
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=37
This commit is contained in:
2015-03-19 14:32:50 +00:00
committed by Git OBS Bridge
parent de8ec056ff
commit bb952160bd
6 changed files with 79 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Mar 5 09:39:35 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.91:
+ Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc.
deprecated (bgo#743514).
+ Emit PyGIDeprecationWarning when accessing deprecated override
attributes (bgo#743514).
+ Add namespace and container name to all warnings/error messages
(bgo#743468).
+ Avoid duping filenames when marshalling from Python to C
(bgo#744719).
+ test:
- Don't use deprecated override attributes (bgo#743514).
- Add test for GIRepository.UnionInfo.get_size() (bgo#745362).
-------------------------------------------------------------------
Sat Feb 21 11:01:54 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.0:
+ Avoid copying bytearrays from Python to C when transfer nothing
(bgo#743278).
+ Allows passing arguments to opaque Boxed types (bgo#743214).
+ Emit ImportWarning when gi.require_version() is not used
(bgo#727379).
+ Refactor overrides import/modules (bgo#736678).
+ Replace statically bound GLib.Variant.new_tuple() with GI
(bgo#735199).
+ overrides: Add Gdk.EventTouch union discrimination
(bgo#736380).
+ PyGObjectFlags: Remove a trailing comma on the enum.
+ Remove redefinitions of function and vfunc cache typedefs.
-------------------------------------------------------------------
Tue Sep 23 09:24:00 UTC 2014 - dimstar@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gobject
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
#
# This figures in an error message
%global __requires_exclude typelib\\(%%namespaces\\)
%define build_for_python3 0
%if %{build_for_python3}
@@ -37,10 +39,10 @@ Name: python-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.14.0
Version: 3.15.91
Release: 0
Url: https://wiki.gnome.org/Projects/PyGObject/
Source: http://download.gnome.org/sources/pygobject/3.14/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.15/%{_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,36 @@
-------------------------------------------------------------------
Thu Mar 5 09:39:35 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.91:
+ Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc.
deprecated (bgo#743514).
+ Emit PyGIDeprecationWarning when accessing deprecated override
attributes (bgo#743514).
+ Add namespace and container name to all warnings/error messages
(bgo#743468).
+ Avoid duping filenames when marshalling from Python to C
(bgo#744719).
+ test:
- Don't use deprecated override attributes (bgo#743514).
- Add test for GIRepository.UnionInfo.get_size() (bgo#745362).
-------------------------------------------------------------------
Sat Feb 21 11:01:54 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.0:
+ Avoid copying bytearrays from Python to C when transfer nothing
(bgo#743278).
+ Allows passing arguments to opaque Boxed types (bgo#743214).
+ Emit ImportWarning when gi.require_version() is not used
(bgo#727379).
+ Refactor overrides import/modules (bgo#736678).
+ Replace statically bound GLib.Variant.new_tuple() with GI
(bgo#735199).
+ overrides: Add Gdk.EventTouch union discrimination
(bgo#736380).
+ PyGObjectFlags: Remove a trailing comma on the enum.
+ Remove redefinitions of function and vfunc cache typedefs.
-------------------------------------------------------------------
Tue Sep 23 09:24:00 UTC 2014 - dimstar@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python3-gobject
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
#
# This figures in an error message
%global __requires_exclude typelib\\(%%namespaces\\)
%define build_for_python3 1
%if %{build_for_python3}
@@ -37,10 +39,10 @@ Name: python3-gobject
Summary: Python bindings for GObject
License: LGPL-2.1+
Group: Development/Libraries/Python
Version: 3.14.0
Version: 3.15.91
Release: 0
Url: https://wiki.gnome.org/Projects/PyGObject/
Source: http://download.gnome.org/sources/pygobject/3.14/%{_name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pygobject/3.15/%{_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