Accepting request 842955 from GNOME:Next

update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842955
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=121
This commit is contained in:
Dominique Leuenberger 2020-10-26 08:14:31 +00:00 committed by Git OBS Bridge
parent 34d4ccf675
commit 8e0e035175
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1bf42802d1cec113b5adaa0e7bf7f3745b44521dc2163588d276d5cd61d718f
size 556568

3
pygobject-3.38.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0372d1bb9122fc19f500a249b1f38c2bb67485000f5887497b4b205b3e7084d5
size 553892

View File

@ -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 <bjorn.lie@gmail.com>

View File

@ -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}