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

python3Packages.blspy: unbreak #144230

Merged
merged 1 commit into from Nov 2, 2021
Merged

Conversation

bbjubjub2494
Copy link
Member

Motivation for this change

#144209
Chia-Network/bls-signatures#286

Things done

Submit patch upstream

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.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.


# https://github.com/Chia-Network/bls-signatures/issues/286
(fetchpatch {
url = "https://github.com/Chia-Network/bls-signatures/commit/797241e9dae1c164c862cbdb38c865d4b124a601.patch";
Copy link
Contributor

Choose a reason for hiding this comment

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

do you mind making this into a PR then taking from the PR. This is only working because of all refs on the upstream repo

Copy link
Member Author

Choose a reason for hiding this comment

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

There is a PR. If I understand you correctly, I'm not sure this would be better since the PR head is mutable. (and quite likely to change)

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess I'm suggesting that the PR ref should be in there as well

Suggested change
url = "https://github.com/Chia-Network/bls-signatures/commit/797241e9dae1c164c862cbdb38c865d4b124a601.patch";
url = "https://github.com/Chia-Network/bls-signatures/pull/287/commits/797241e9dae1c164c862cbdb38c865d4b124a601.patch";

Copy link
Member Author

Choose a reason for hiding this comment

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

good point. done

pkgs/development/python-modules/blspy/default.nix Outdated Show resolved Hide resolved
@bbjubjub2494 bbjubjub2494 force-pushed the fix/blspy branch 2 times, most recently from 7fdc177 to f48d869 Compare November 2, 2021 18:02
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

LGTM

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

7 packages built:
  • chia
  • python38Packages.blspy
  • python38Packages.clvm
  • python38Packages.clvm-tools
  • python39Packages.blspy
  • python39Packages.clvm
  • python39Packages.clvm-tools

@jonringer jonringer merged commit 6ee0c7d into NixOS:master Nov 2, 2021
@bbjubjub2494 bbjubjub2494 deleted the fix/blspy branch November 2, 2021 19:04
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.

None yet

2 participants