Accepting request 910099 from GNOME:Next
- Adjust BuildRequires for python_module cairo to python-module pycairo: the module was renamed 2 years ago. - Skip build for python2: not supported anymore since 3.38.0. OBS-URL: https://build.opensuse.org/request/show/910099 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=131
This commit is contained in:
parent
a685ea22b0
commit
37e0646bfc
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 4 09:17:18 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Adjust BuildRequires for python_module cairo to python-module
|
||||||
|
pycairo: the module was renamed 2 years ago.
|
||||||
|
- Skip build for python2: not supported anymore since 3.38.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 17 08:27:06 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Apr 17 08:27:06 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
@ -37,7 +44,6 @@ Mon Sep 14 10:49:28 UTC 2020 - dimstar@opensuse.org
|
|||||||
+ gdk overrides: Fix wrapping of scroll events.
|
+ gdk overrides: Fix wrapping of scroll events.
|
||||||
+ Add overrides for Gtk.Button set/get_focus_on_click.
|
+ 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>
|
Wed May 6 17:15:26 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
# Define these before the call of python_subpackages
|
# Define these before the call of python_subpackages
|
||||||
%define introspection_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink %{_libdir}/libgirepository-1.0.so -f))
|
%define introspection_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink %{_libdir}/libgirepository-1.0.so -f))
|
||||||
%define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
|
%define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
|
||||||
@ -36,9 +37,9 @@ Group: Development/Languages/Python
|
|||||||
URL: https://wiki.gnome.org/Projects/PyGObject/
|
URL: https://wiki.gnome.org/Projects/PyGObject/
|
||||||
Source0: https://download.gnome.org/sources/pygobject/3.40/%{_name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/pygobject/3.40/%{_name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: %{python_module cairo >= 1.16.0}
|
|
||||||
BuildRequires: %{python_module cairo-devel}
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pycairo >= 1.16.0}
|
||||||
|
BuildRequires: %{python_module pycairo-devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user