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

Bump flatpak base image #77

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Bump flatpak base image #77

merged 2 commits into from
Apr 30, 2024

Conversation

freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented Apr 30, 2024

Upgrades the base Flatpak image to Gnome v45 (v44 is now deprecated).

The v45 base no longer contains libcrypto.so.0; as this library is only needed for the crypt library test, and that library has been removed in Python 3.13, validation of crypt has been removed from the stdlib test.

Fixes #76.

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

Copy link
Member

@rmartin16 rmartin16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

While we're here...if youre interested, I noticed these as well:

  • the version of pythonnet can drop RC specifier
  • does Android still need rubicon-java?
  • could just remove appimage table altogether...

And based on the use of pip flags in requires, definitely doesn't look like we can start erroring for that 🙃

@freakboy3742
Copy link
Member Author

Looks good.

While we're here...if youre interested, I noticed these as well:

Done.

And based on the use of pip flags in requires, definitely doesn't look like we can start erroring for that 🙃

Yeah - fixing beeware/briefcase#1270 would be a pre-requisite for turning on any errors like that.

@freakboy3742 freakboy3742 merged commit 6857a73 into main Apr 30, 2024
35 checks passed
@freakboy3742 freakboy3742 deleted the upgrade-flatpak branch April 30, 2024 06:00
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.

Flatpak runtime is deprecated
2 participants