Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2012-10-19 08:50:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-21 10:27:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes       
2012-10-19 08:50:54.000000000 +0200
@@ -1,0 +2,231 @@
+Thu Oct 18 07:27:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.1.1:
+  + Bump g-i dependency to >= 1.34.1.1
+  + Fix leaked vfunc return values (bgo#686140)
+  + Install egg-info files in the right dir (bgo#686315)
+- Changes from version 3.4.1:
+  + Skip Regress tests with --disable-cairo (bgo#685094)
+  + Fix leak with python callables as closure argument (bgo#685598)
+  + Gio overrides: Handle setting GSettings enum keys (bgo#685947)
+  + Fix unsigned values in GArray/GList/GSList/GHash (bgo#685860)
+  + _pygi_marshal_from_py_uint64(): Use correct data type in py2.7
+    check (bgo#685000)
+  + Install an .egg-info file (bgo#680138)
+  + pygobject.c: Don't leak GObjectClass reference (bgo#684062)
+  + Fix memory leak in _pygi_argument_to_array() (bgo#685082)
+  + Fix error messages for out of range numbers (bgo#684314)
+  + Kill dbus-daemon after running tests (bgo#685009)
+  + GVariant overrides: Support empty tuple arrays (bgo#684928)
+  + tests: Fix wrong return type in test_int64_callback()
+    (bgo#684700)
+  + Fix GValue marshalling of long and unsigned long (bgo#684331)
+  + Clean up deprecation message for assigning gpointers to objects
+    (bgo#683599)
+  + pygi-property: Lookup property in base classes of
+    non-introspected types (bgo#684058).
+- Drop python-wrong-return.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Mon Sep 24 08:18:53 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.0:
+  + Bump gobject-introspection dependency to 1.33.14.
+- Add python-wrong-return.patch: Fix wrong return type in
+  test_int64_callback().
+
+-------------------------------------------------------------------
+Thu Sep 20 22:40:50 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.3.92:
+  + API additions: Add ObjectInfo.get_abstract method (bgo#675581)
+  + Add deprecation warning when setting gpointers to anything
+    other than int (bgo#683599)
+  + Fix 64bit integer convertion from GValue (bgo#683596)
+  + Improve setting pointer fields/arguments to NULL using None
+    (bgo#683150)
+  + Bump gobject-introspection dependency to >= 1.33.10
+  + Fix -uninstalled.pc.in file (bgo#683379)
+  + Various test suite additions and improvements.
+
+-------------------------------------------------------------------
+Fri Sep  7 20:58:52 UTC 2012 - vu...@opensuse.org
+
+- Add pkgconfig(cairo) and pkgconfig(cairo-gobject) BuildRequires:
+  new explicit dependencies since 3.3.3.
+
+-------------------------------------------------------------------
+Mon Sep  3 20:33:44 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.91:
+  + Fix exception test case for Python 2
+  + Bump g-i dependency to >= 1.3.9
+  + Show proper exception when trying to allocate a disguised struct
+    (bgo#639972)
+  + Support marshalling GParamSpec signal arguments (bgo#683099)
+  + Add test for a signal that returns a GParamSpec (bgo#683265)
+  + Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
+  + Add override for Gtk.TreeView.insert_column_with_attributes()
+    (bgo#679415)
+  + Split test_overrides.py (bgo#683188)
+  + _pygi_argument_to_object(): Clean up array unmarshalling
+  + Fix memory leak in _pygi_argument_to_object() (bgo#682979)
+  + Fix setting pointer fields/arguments to NULL using None.
+    (bgo#683150)
+  + Fix for python 2.6, officially drop support for < 2.6
+    (bgo#682422)
+  + Allow overrides in other directories than gi itself
+    (bgo#680913)
+  + Clean up sys.path handling in tests (bgo#680913)
+  + Fix dynamic creation of enum and flag gi types for Python 3.3
+    (bgo#682323)
+  + API additions:
+    - Override g_menu_item_set_attribute (bgo#682436)
+    - Add Signal class for adding and connecting custom signals.
+      (bgo#434924).
+
+-------------------------------------------------------------------
+Mon Aug 20 21:18:53 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.90:
+  + Implement marshalling for GParamSpec (bgo#681565)
+  + Fix erronous import statements for Python 3.3 (bgo#682051)
+  + Do not fail tests if pyflakes or pep8 are not installed
+  + Fix PEP-8 whitespace checking and issues in the code
+  + Fix unmarshalling of gssize (bgo#680693)
+  + Fix various endianess errors (bgo#680692)
+  + Gtk overrides: Add TreeModelSort.__init__(self, model)
+    (bgo#681477)
+  + Convert Gtk.CellRendererState in the pygi-convert script
+    (bgo#681596).
+
+-------------------------------------------------------------------
+Mon Aug  6 18:12:02 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + Fix list marshalling on big-endian machines (bgo#680693)
+  + Beautify class/interface type mismatch error messages
+  + Skip instead of fail tests which need Pango, Atk, Gdk, Gtk
+  + Fix error messages on interface/class type mismatches
+  + API additions:
+    - pygtkcompat: Add more pixbuf creation functions (bgo#680814)
+    - API for checking pygobject's version (bgo#680176)
+  + Fix crash when returning (False, None) from
+    Gtk.TreeModel.do_get_iter() (bgo#680812)
+  + Add test case for Gtk.TextIter.forward_search() (bgo#679415)
+  + pygi-info.c: Robustify pointer arithmetic
+  + Add set_attributes() override to Gtk.TreeViewColumn
+  + Gtk overrides: Add TreePath.__getitem__() (bgo#680353)
+  + Bugs fixed: bgo#679939, bgo#680050, bgo#680092, bgo#680257,
+    bgo#680259.
+
+-------------------------------------------------------------------
+Wed Jul 18 07:50:03 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.4:
+  + Fix __path__ module attribute
+  + m4/python.m4: Update Python version list
+  + Bugs fixed: bgo#679999, bgo#679804, bgo#679804, bgo#680004,
+    bgo#667244, bgo#679775, bgo#679760, bgo#678914, bgo#679754,
+    bgo#675857, bgo#679199, bgo#679336, bgo#670575.
+
+-------------------------------------------------------------------
+Mon Jun 25 18:03:28 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.3.1:
+  + Do not escape enum and flag names that are Python keywords.
+- Changes from version 3.3.3:
+  + Remove obsolete release-tag make target
+  + Do not do any python calls when GObjects are destroyed after
+    the python interpreter has been finalized (bgo#678046)
+  + Do not change constructor-only "type" Window property
+    (bgo#678510)
+  + Escape identifiers which are Python keywords (bgo#676746)
+  + Fix code for PEP-8 violations detected by the latest pep8
+    checker.
+  + Fix crash in GLib.find_program_in_path() (bgo#678119)
+  + Revert "Do not bind gobject_get_data() and gobject_set_data()"
+    (bgo#641944)
+  + GVariant: Raise proper TypeError on invalid tuple input
+    (bgo#678317)
+
+-------------------------------------------------------------------
+Thu Jun  7 19:17:57 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + foreign: Register cairo.Path and cairo.FontOptions foreign
+    structs (bgo#677388)
+  + Check types in GBoxed assignments (bgo#676603)
+  + Gtk overrides: Add TreeModelRow.get_previous() (bgo#677389)
+  + Add missing GObject.TYPE_VARIANT (bgo#677387)
+  + Fix boxed type equality (bgo#677249)
+  + Fix TestProperties.testBoxed test (bgo#676644)
+  + Fix handling of by-reference structs as out parameters
+    (bgo#653151)
+  + Improved tests.
+  + Bugs fixed: bgo#653151, bgo#656554, bgo#672864, bgo#675472,
+    bgo#675489, bgo#675489, bgo#675579, bgo#675582, bgo#675892,
+    bgo#675911, bgo#676169, bgo#677124.
+
+-------------------------------------------------------------------
+Wed May 16 14:18:28 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.3.1:
+  + GSettings: allow extra keyword arguments (bgo#675105)
+  + pygtkcompat: Correct Userlist module use (bgo#675084)
+  + Add release-news make rule
+  + Add "make check.nemiver" target
+  + Test flags and enums in GHash values (bgo#637466)
+  + tests: Activate test_hash_in and apply workaround (bgo#666636)
+  + Add special case for Gdk.Atom array entries from Python
+    (bgo#661709)
+  + test_gdbus: Call GetConnectionUnixProcessID() with correct
+    signature (bgo#667954)
+  + Add test case for Gtk.ListStore custom sort ) (bgo#674475)
+  + GTK overrides: Add missing keyword arguments ) (bgo#660018)
+  + Add missing override for TreeModel.iter_previous() (bgo#660018)
+  + pygi-convert.py: Drop obsolete drag method conversions
+    (bgo#652860)
+  + tests: Replace deprecated assertEquals() with assertEqual()
+  + Plug tiny leak in constant_info_get_value (bgo#642754)
+  + Fix len_arg_index for array arguments (bgo#674271)
+  + Support defining GType properties from Python (bgo#674351)
+  + Handle GType properties correctly (bgo#674351)
+  + Add missing GObject.TYPE_GTYPE 
+  + Fix test_mainloop.py for Python 3 
+  + Make callback exception propagation test stricter (bgo#616279)
+  + Add context management to freeze_notify() and handler_block().
++++ 34 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes
++++ and /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes
python3-gobject.changes: same change

Old:
----
  pygobject-3.2.2.tar.xz

New:
----
  pygobject-3.4.1.1.tar.xz

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

Other differences:
------------------
++++++ python-gobject.spec ++++++
--- /var/tmp/diff_new_pack.am7PZ9/_old  2012-10-19 08:50:55.000000000 +0200
+++ /var/tmp/diff_new_pack.am7PZ9/_new  2012-10-19 08:50:55.000000000 +0200
@@ -35,16 +35,14 @@
 Summary:        Python bindings for GObject
 License:        LGPL-2.1+
 Group:          Development/Libraries/Python
-Version:        3.2.2
+Version:        3.4.1.1
 Release:        0
 Url:            http://ftp.gnome.org/pub/GNOME/sources/pygobject/
-Source:         
http://download.gnome.org/sources/pygobject/3.2/%{_name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/pygobject/3.4/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel >= 2.31.0
-BuildRequires:  gobject-introspection-devel >= 1.31.20
+BuildRequires:  gobject-introspection-devel >= 1.33.14
 BuildRequires:  libffi-devel
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 %if %{build_for_python3}
 BuildRequires:  python3-cairo-devel
 BuildRequires:  python3-devel
@@ -52,6 +50,8 @@
 BuildRequires:  python-cairo-devel
 BuildRequires:  python-devel
 %endif
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(cairo-gobject)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{local_py_requires}
 
@@ -135,6 +135,7 @@
 %defattr(-,root,root)
 %doc AUTHORS NEWS README ChangeLog examples
 %{local_py_sitedir}/gi/
+%{local_py_sitedir}/*.egg-info
 # Lives in cairo subpackage
 %exclude %{local_py_sitedir}/gi/_gi_cairo.so
 # Lives in pygtkcompat subpackage

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