Skip to content
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

Revised solution for PyGobject handling based on pinning. #2190

Merged
merged 2 commits into from
Mar 11, 2025

Conversation

freakboy3742
Copy link
Member

Following discussion on beeware/toga#3143, this is an updated approach to PyGObject handling for Toga apps on Linux.

It imposes an upper version pin on PyGObject, effectively pinning it to 3.50.0 for all Linux releases, and using girepository-1.0 everywhere. This ensures that it will work on all supported Linux releases by default, without any modifications. However, documentation inline provides a guide for releasing the pin if the user doesn't care about older Debian and Ubuntu support.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit 834a00f into beeware:main Mar 11, 2025
57 checks passed
@freakboy3742 freakboy3742 deleted the pygobject-redux branch March 11, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants