From 34d4ccf675f808fac2742bf474f4a7f4f4377b14e2589279ab291f0cb8a25015 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 May 2020 17:51:31 +0000 Subject: [PATCH] Accepting request 800813 from GNOME:Next New stable release, not buildtested OBS-URL: https://build.opensuse.org/request/show/800813 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=119 --- pygobject-3.36.0.tar.xz | 3 --- pygobject-3.36.1.tar.xz | 3 +++ python-gobject.changes | 13 +++++++++++++ python-gobject.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pygobject-3.36.0.tar.xz create mode 100644 pygobject-3.36.1.tar.xz diff --git a/pygobject-3.36.0.tar.xz b/pygobject-3.36.0.tar.xz deleted file mode 100644 index 8a5c47f..0000000 --- a/pygobject-3.36.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8683d2dfb5baa9e501a9a64eeba5c2c1117eadb781ab1cd7a9d255834af6daef -size 555592 diff --git a/pygobject-3.36.1.tar.xz b/pygobject-3.36.1.tar.xz new file mode 100644 index 0000000..dcbdfd0 --- /dev/null +++ b/pygobject-3.36.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bf42802d1cec113b5adaa0e7bf7f3745b44521dc2163588d276d5cd61d718f +size 556568 diff --git a/python-gobject.changes b/python-gobject.changes index 0eb8f8c..ea9ec77 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 6 17:15:26 UTC 2020 - Bjørn Lie + +- Update to version 3.36.1: + + tests: Fix failing tests with pytest 5.4.0+. + + Gtk: Add override to make sure both + TreeModelSort.new_with_model and TreeModel.sort_new_with_model + exist independend of the gtk version. + + Gtk.Template: Fix initialisation order errors with Widgets + getting created from C (potentially through other templates). + + Gtk.Template: Fix errors when calling init_template() multiple + times. + ------------------------------------------------------------------- Sun Mar 8 21:03:05 UTC 2020 - Bjørn Lie diff --git a/python-gobject.spec b/python-gobject.spec index 78b8e3e..44d1afb 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.36.0 +Version: 3.36.1 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later