~vcs-imports/pygobject/+git/pygobject:msandova/add-signal-group-override

Last commit made on 2023-05-19
Get this branch:
git clone -b msandova/add-signal-group-override https://git.launchpad.net/~vcs-imports/pygobject/+git/pygobject

Branch merges

Branch information

Name:
msandova/add-signal-group-override
Repository:
lp:~vcs-imports/pygobject/+git/pygobject

Recent commits

32aa0cd... by Maximiliano Sandoval R <email address hidden>

Add SignalGroup overrride

Does not work.

Fixes: https://gitlab.gnome.org/GNOME/pygobject/-/issues/579

f5f9094... by Christoph Reiter

CI: remove -Wno-error=deprecated-declarations again

g_callable_info_free_closure() etc are no longer used since !241
in environments where they are deprecated.

551a770... by Christoph Reiter

Require glib 2.64 and g-i 1.64

Since we now target Python 3.8+, looking at Debian and Ubuntu releases
we have 1/2.64 in Ubuntu 20.04 and 1/2.66 in Debian bullseye.
Go with the older one of the two.

b98f5ee... by Christoph Reiter

meson: define pycairo_dep in case pycairo=disabled

Otherwise we get:
tests/meson.build:124:15: ERROR: Unknown variable "pycairo_dep".

See !216

55c7610... by Emmanuele Bassi <email address hidden>

Bump up the requirement to gobject-introspection

We now require 1.60.0, to unconditionally use the GI_CHECK_VERSION
version check macro.

f07368a... by Emmanuele Bassi <email address hidden>

gi: Replace deprecated FFI closure API

This is a reimplemented fc776c2058e11da5c3a4cebeea7f313057bc079f with
the proper fix for the regression introduced by that commit which
required a revert.

4dbe022... by Mazhar Hussain

Add (in)equality tests for Gdk.{Color,RGBA}

c129611... by Mazhar Hussain

Add inequality comparison to Gdk.{Color,RGBA}

Otherwise the default implementation of __ne__ (which has wrong
behavior) is used instead of inverting the result of __eq__.

8ffaf04... by Mazhar Hussain

Allow Gdk.{Color,RGBA} instances to be compared with other objects

For example, `Gdk.RGBA() == None` should return False instead of raising a TypeError

Fixes https://gitlab.gnome.org/GNOME/pygobject/-/issues/414

7c102de... by Christoph Reiter

Update NEWS