-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Bump pgi requirement to 0.0.11.2. #11504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ooops, I guess this should pass the gtk test before it gets approved...
37fde73
to
ae85dad
Compare
Now it's working... |
# also necessary on gtk3 and wx, where a direct call to key_press_event("q") | ||
# from draw_event causes breakage due to the canvas widget being deleted too | ||
# early. Also, gtk3 redefines key_press_event with a different signature, so | ||
# we directly invoke it from the superclass instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xref #10836
This version of pgi fixes a bug in the calling of callbacks, which affected timers in the GTK3 backends. Remove a special-casing in the test suite accordingly (in test_backends_interactive.py).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a bit wary of bumping all the way to the lastest version, but the previous release was in 2016 and this is a patch release from that so I am 👍 on this.
attn @sandrotosi Is this going to be a problem for debian? |
I don't actually recommend anyone to use pgi (nor does the pgi maintainer); the only real use case is to be installable on Travis with dockerizing the entire build. |
thanks @tacaswell for pinging me! from the project description pgi is 'GTK+ / GObject Introspection Bindings for PyPy' - in debian we currently dont provide pypy packages for mpl, and we already have cairocffi in our dependencies, so i think we should be good here |
This version of pgi fixes a bug in the calling of callbacks, which
affected timers in the GTK3 backends. Remove a special-casing in the
test suite accordingly (in test_backends_interactive.py).
(See pygobject/pgi#48.)
PR Summary
PR Checklist