From f46209f303c93bbd6097499a3bc88c1c97f66f06c54612aa18667e890ea111e2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 29 Mar 2018 10:22:26 +0000 Subject: [PATCH] Accepting request 592043 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/592043 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=96 --- pygobject-3.28.1.tar.xz | 3 --- pygobject-3.28.2.tar.xz | 3 +++ python-gobject.changes | 11 +++++++++++ python-gobject.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pygobject-3.28.1.tar.xz create mode 100644 pygobject-3.28.2.tar.xz diff --git a/pygobject-3.28.1.tar.xz b/pygobject-3.28.1.tar.xz deleted file mode 100644 index 57ff5c5..0000000 --- a/pygobject-3.28.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42312b4a5015571fa0a4f2d201005da46b71c251ea2625bc95702d071c4ff895 -size 1003060 diff --git a/pygobject-3.28.2.tar.xz b/pygobject-3.28.2.tar.xz new file mode 100644 index 0000000..12573c2 --- /dev/null +++ b/pygobject-3.28.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac443afd14fcb9ff5744b65d6e2b380e70510278404fb8684a9b9fb089e6f2ca +size 1003584 diff --git a/python-gobject.changes b/python-gobject.changes index 258cb20..e45f340 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 27 23:29:51 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.28.2: + + Fix: + - __str__ return type of Gtk.TreePath with depth == 0 + (glgo#GNOME/pygobject#143); + - A crash when setting a str property with a value containing + surrogates (glgo#GNOME/pygobject#169). + + Tests: Fix a potential crash during tests. + ------------------------------------------------------------------- Sat Mar 17 22:45:50 UTC 2018 - luc14n0@linuxmail.org diff --git a/python-gobject.spec b/python-gobject.spec index ca03bbe..bb9d27c 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -22,7 +22,7 @@ %global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.28.1 +Version: 3.28.2 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later