Skip to content

Comments

Revised solution for PyGobject handling based on pinning.#2190

Merged
mhsmith merged 2 commits intobeeware:mainfrom
freakboy3742:pygobject-redux
Mar 11, 2025
Merged

Revised solution for PyGobject handling based on pinning.#2190
mhsmith merged 2 commits intobeeware:mainfrom
freakboy3742:pygobject-redux

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