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

icloudpd: 1.24.0 -> 1.24.3 #353782

Merged
merged 2 commits into from
Nov 6, 2024
Merged

icloudpd: 1.24.0 -> 1.24.3 #353782

merged 2 commits into from
Nov 6, 2024

Conversation

jnsgruk
Copy link
Member

@jnsgruk jnsgruk commented Nov 5, 2024

Things done

Bumped icloudpd to 1.24.3 and also updated related Python lib srp to 1.0.22

  • 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.

@jnsgruk
Copy link
Member Author

jnsgruk commented Nov 5, 2024

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

10 packages built:
  • icloudpd
  • icloudpd.dist
  • python311Packages.digi-xbee
  • python311Packages.digi-xbee.dist
  • python311Packages.srp
  • python311Packages.srp.dist
  • python312Packages.digi-xbee
  • python312Packages.digi-xbee.dist
  • python312Packages.srp
  • python312Packages.srp.dist

Copy link
Contributor

@anpin anpin left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -72,8 +72,11 @@ python3Packages.buildPythonApplication rec {

preBuild = ''
substituteInPlace pyproject.toml \
--replace "setuptools==69.0.2" "setuptools" \
--replace "wheel==0.42.0" "wheel"
--replace-fail "setuptools==69.0.2" "setuptools" \
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not using pythonRelaxDeps ?

Copy link
Member Author

Choose a reason for hiding this comment

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

afaik it doesn't work well with the build system components, or at least in the other python packages I maintain, I've never made it work with setuptools.

@drupol drupol requested a review from natsukium November 5, 2024 20:17
@ofborg ofborg bot requested a review from anpin November 6, 2024 00:10
Copy link
Contributor

@anpin anpin left a comment

Choose a reason for hiding this comment

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

lgtm

@jnsgruk jnsgruk merged commit 99c9b62 into NixOS:master Nov 6, 2024
27 of 28 checks passed
@jnsgruk jnsgruk deleted the icloudpd-1.24.3 branch November 6, 2024 11:38
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.

3 participants