Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2012-03-26 11:05:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gobject (Old)
 and      /work/SRC/openSUSE:Factory/.python-gobject.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gobject", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes    
2012-02-22 19:12:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes       
2012-03-26 11:05:12.000000000 +0200
@@ -1,0 +2,42 @@
+Thu Mar 22 19:14:48 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.1.93:
+  + Fix warnings on None values in added tree/list store rows
+    (bgo#672463)
+  + Support marshalling GI_TYPE_TAG_INTERFACE (bgo#668903)
+  + Fixes in tests.
+
+-------------------------------------------------------------------
+Wed Mar 21 15:34:17 UTC 2012 - vu...@opensuse.org
+
+- Split a python-gobject-pygtkcompat subpackage, for the the
+  pygtkcompat module: it is in no way required by default, and it
+  requires a lot of introspection bindings.
+
+-------------------------------------------------------------------
+Wed Mar 21 07:41:15 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.1.92:
+  + Add a PyGTK compatibility layer.
+  + Fixes for Python 3.
+  + Add default values for paramaters to several constructors and
+    methods.
+  + Atomic inserts in Gtk.{List,Tree}Store overrides.
+  + Fix Gtk.Button constructor to accept use_stock parameter.
+  + Correct bad rebase, remove duplicate Window.
+  + Add bw-compatible arguments to Gtk.Adjustment.
+  + GtkTreePath: make it iterable.
+  + Fix double-freeing GValues in arrays.
+  + Renamed "property" class to "Property".
+  + Fix Python to C marshalling of GValue arrays.
+  + Correct the Gtk.Window hierarchy.
+  + Renamed getter/setter instance attributes to fget/fset
+    respectively.
+  + Add Gtk.Arrow/Gtk.Window constructor override.
+  + Fix marshalling to/from Python to work on big endian machines.
+  + Use gi_cclosure_marshal_generic instead of duplicating it.
+  + Override Gtk.TreeView.get_visible_range to fix return.
+  + Plug memory leak in _is_union_member.
+  + Add and improve tests.
+
+-------------------------------------------------------------------
python3-gobject.changes: same change

Old:
----
  pygobject-3.1.1.tar.xz

New:
----
  pygobject-3.1.93.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gobject.spec ++++++
--- /var/tmp/diff_new_pack.XzkN0d/_old  2012-03-26 11:05:14.000000000 +0200
+++ /var/tmp/diff_new_pack.XzkN0d/_new  2012-03-26 11:05:14.000000000 +0200
@@ -35,13 +35,13 @@
 Summary:        Python bindings for GObject
 License:        LGPL-2.1+
 Group:          Development/Libraries/Python
-Version:        3.1.1
+Version:        3.1.93
 Release:        0
 Url:            http://ftp.gnome.org/pub/GNOME/sources/pygobject/
 Source:         
http://download.gnome.org/sources/pygobject/3.1/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel >= 2.31.0
-BuildRequires:  gobject-introspection-devel >= 1.29.0
+BuildRequires:  gobject-introspection-devel >= 1.31.20
 BuildRequires:  libffi-devel
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
@@ -72,6 +72,18 @@
 
 This package contains the Python Cairo bindings for GObject.
 
+%package pygtkcompat
+Summary:        Python bindings for GObject -- PyGTK Backwards Compatibility
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description pygtkcompat
+Pygobjects is an extension module for python that gives you access to
+GLib's GObjects.
+
+This package contains a module providing backwards compatibility to
+pygtk.
+
 %package -n libpyglib-gi-2_0-python%{local_lib_ver}
 Summary:        Python Gobject Introspeciton binding
 Group:          System/Libraries
@@ -123,8 +135,10 @@
 %defattr(-,root,root)
 %doc AUTHORS NEWS README ChangeLog examples
 %{local_py_sitedir}/gi/
-# Live in cairo subpackage
+# Lives in cairo subpackage
 %exclude %{local_py_sitedir}/gi/_gi_cairo.so
+# Lives in pygtkcompat subpackage
+%exclude %{local_py_sitedir}/gi/pygtkcompat.py
 
 %files -n libpyglib-gi-2_0-python%{local_lib_ver}
 %defattr(-, root, root)
@@ -134,6 +148,10 @@
 %defattr(-,root,root)
 %{local_py_sitedir}/gi/_gi_cairo.so
 
+%files pygtkcompat
+%defattr(-,root,root)
+%{local_py_sitedir}/gi/pygtkcompat.py
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/pygobject-3.0/

python3-gobject.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to