Accepting request 80587 from devel:languages:python
Update to 2.90.3 OBS-URL: https://build.opensuse.org/request/show/80587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=16
This commit is contained in:
parent
91196a2f83
commit
4473e896b9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45bd788ecd819305ef6a1fc1e2771cd78a4532d7a29a3bb358a612b058b1d96e
|
||||
size 687809
|
3
pygobject-2.90.3.tar.bz2
Normal file
3
pygobject-2.90.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac2b06c6f73ba0be30aa07a5a5824eb2ac41c19b364e67fd9f1318f33129dd5b
|
||||
size 686358
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 15:00:28 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.90.3:
|
||||
+ Support skip annotation for return values
|
||||
+ Drop support for old constructor style
|
||||
+ Drop support for sink functions
|
||||
+ Reinstate copying of in-line structs in arrays
|
||||
+ Fix inline struct array handling
|
||||
+ Add support for __setitem__ to TreeModel and support for slices
|
||||
to TreeModelRow
|
||||
+ Convert ACCEL_* constants into Gtk.AccelFlags
|
||||
+ Convert TREE_VIEW_DROP_* constants into
|
||||
Gtk.TreeViewDropPosition
|
||||
+ Test GPtrArray regression
|
||||
+ Fix on demos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 16:32:52 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -30,8 +30,8 @@
|
||||
Name: python-gobject
|
||||
%define _name pygobject
|
||||
Summary: Python bindings for GObject
|
||||
Version: 2.90.2
|
||||
Release: 5
|
||||
Version: 2.90.3
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 15:00:28 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.90.3:
|
||||
+ Support skip annotation for return values
|
||||
+ Drop support for old constructor style
|
||||
+ Drop support for sink functions
|
||||
+ Reinstate copying of in-line structs in arrays
|
||||
+ Fix inline struct array handling
|
||||
+ Add support for __setitem__ to TreeModel and support for slices
|
||||
to TreeModelRow
|
||||
+ Convert ACCEL_* constants into Gtk.AccelFlags
|
||||
+ Convert TREE_VIEW_DROP_* constants into
|
||||
Gtk.TreeViewDropPosition
|
||||
+ Test GPtrArray regression
|
||||
+ Fix on demos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 16:32:52 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python3-gobject
|
||||
# spec file for package python-gobject
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -30,8 +30,8 @@
|
||||
Name: python3-gobject
|
||||
%define _name pygobject
|
||||
Summary: Python bindings for GObject
|
||||
Version: 2.90.2
|
||||
Release: 3
|
||||
Version: 2.90.3
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
|
||||
|
Loading…
x
Reference in New Issue
Block a user