From 1294c1d7ee1717428384745194929d04660af0c07c2c291140c5830906a2fc2c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Apr 2019 13:17:27 +0000 Subject: [PATCH] Accepting request 695615 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695615 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=106 --- pygobject-3.30.4.tar.xz | 3 --- pygobject-3.32.0.tar.xz | 3 +++ python-gobject.changes | 44 +++++++++++++++++++++++++++++++++++++++++ python-gobject.spec | 9 +++++---- 4 files changed, 52 insertions(+), 7 deletions(-) delete mode 100644 pygobject-3.30.4.tar.xz create mode 100644 pygobject-3.32.0.tar.xz diff --git a/pygobject-3.30.4.tar.xz b/pygobject-3.30.4.tar.xz deleted file mode 100644 index 5be8df3..0000000 --- a/pygobject-3.30.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43 -size 545424 diff --git a/pygobject-3.32.0.tar.xz b/pygobject-3.32.0.tar.xz new file mode 100644 index 0000000..6ad8f03 --- /dev/null +++ b/pygobject-3.32.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f4d7e59fde6bc6b0d39c5e5208574802f759bc525a4cb8e7265dfcba45ef29 +size 551516 diff --git a/python-gobject.changes b/python-gobject.changes index 916e663..97a7b19 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sun Mar 10 13:01:45 UTC 2019 - Bjørn Lie + +- Update to version 3.32.0: + + No changes since 3.31.4. + +------------------------------------------------------------------- +Thu Mar 7 16:51:38 UTC 2019 - Bjørn Lie + +- Update to version 3.31.4: + + docs: document GObject.Object.weak_ref(). + + cairo: + - Add cairo pattern foreign struct support. + - Add cairo_matrix_t converter to GValue. + +------------------------------------------------------------------- +Thu Feb 14 21:49:27 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.3: + + Speed up destruction of boxed types and + GObject.Value.set_value() calls. This makes appending to a + Gtk.TreeModel nearly twice as fast for example. + + Allow passing None for boolean parameters. + + meson: Install .egg-info directory to arch'd dir. + + gtk overrides: raise in case Gtk.Window is instantiated after + gtk_init failed. + + gio overrides: Warn when creating various dbus types without a + constructor. + + tests: + - Fix tests with glib 2.59.x. + - Fix test_atoms failing in some environments. + +------------------------------------------------------------------- +Thu Jan 3 10:48:12 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.2: + + GLib.Variant.keys: correctly raise TypeError for non-dict + types. + + GLib.Variant: implement __bool__ for maybe types. + + cairo: Fix GValue converters in case of NULL. + + setup.py: Print an install command hint when pkg-config is + missing. + + pygi-info: wrap g_union_info_get_alignment(). + ------------------------------------------------------------------- Sun Dec 2 10:20:18 UTC 2018 - bjorn.lie@gmail.com diff --git a/python-gobject.spec b/python-gobject.spec index 95be4b2..05ef48d 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -1,7 +1,7 @@ # # spec file for package python-gobject # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -22,13 +22,14 @@ %global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.30.4 +Version: 3.32.0 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later Group: Development/Languages/Python URL: https://wiki.gnome.org/Projects/PyGObject/ -Source0: https://download.gnome.org/sources/pygobject/3.30/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.32/%{_name}-%{version}.tar.xz + BuildRequires: %{python_module cairo >= 1.11.1} BuildRequires: %{python_module cairo-devel} BuildRequires: %{python_module devel} @@ -132,7 +133,7 @@ find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete %doc NEWS %doc examples/ %{python_sitearch}/gi/ -%{python_sitearch}/PyGObject-%{version}-py*.egg-info +%{python_sitearch}/PyGObject-%{version}*-py*.egg-info # Lives in cairo subpackage %exclude %{python_sitearch}/gi/_gi_cairo*.so # Lives in Gdk subpackage