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

fdroidserver: reformat, refactor, unstable-2023-10-23 -> 2.3a1 #325093

Merged
merged 4 commits into from
Jul 7, 2024

Conversation

jchv
Copy link
Contributor

@jchv jchv commented Jul 6, 2024

Description of changes

Fixes fdroidserver by upgrading it to a new version that removes the distutils dependency (broken in Python 3.12.) Also performs RFC formatting and some other refactors to hopefully improve the quality of the derivation.

(Note: The reason why 2.3a1 is chosen is because the latest stable release does not contain the distutils fix.)

Note: I do not have the knowledge to properly exercise this, it seems to work, I'm not sure exactly what to test. Please let me know if there's anything in particular I should be running through.

Fixes #325076.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@jchv
Copy link
Contributor Author

jchv commented Jul 6, 2024

Result of nixpkgs-review pr 325093 run on x86_64-linux 1

2 packages built:
  • fdroidserver
  • fdroidserver.dist

@jchv
Copy link
Contributor Author

jchv commented Jul 6, 2024

Result of nixpkgs-review pr 325093 run on aarch64-darwin 1

2 packages built:
  • fdroidserver
  • fdroidserver.dist

Copy link
Member

@jugendhacker jugendhacker 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 to be, from what I can tell everything works as expected, but we should probably wait for @linsui to review it too

@jugendhacker jugendhacker requested a review from linsui July 6, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure: fdroidserver
4 participants