diff --git a/pygobject-3.36.1.tar.xz b/pygobject-3.36.1.tar.xz deleted file mode 100644 index dcbdfd0..0000000 --- a/pygobject-3.36.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1bf42802d1cec113b5adaa0e7bf7f3745b44521dc2163588d276d5cd61d718f -size 556568 diff --git a/pygobject-3.38.0.tar.xz b/pygobject-3.38.0.tar.xz new file mode 100644 index 0000000..eb3c13f --- /dev/null +++ b/pygobject-3.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0372d1bb9122fc19f500a249b1f38c2bb67485000f5887497b4b205b3e7084d5 +size 553892 diff --git a/python-gobject.changes b/python-gobject.changes index ea9ec77..dcc2809 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 14 10:49:28 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.0: + + meson: Make the `pycairo` option a feature. + + gdk overrides: Fix wrapping of scroll events. + + Add overrides for Gtk.Button set/get_focus_on_click. + + ------------------------------------------------------------------- Wed May 6 17:15:26 UTC 2020 - Bjørn Lie diff --git a/python-gobject.spec b/python-gobject.spec index 44d1afb..1ebebc7 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -22,13 +22,13 @@ %global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.36.1 +Version: 3.38.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.36/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.38/%{_name}-%{version}.tar.xz BuildRequires: %{python_module cairo >= 1.11.1} BuildRequires: %{python_module cairo-devel}