Skip to content

python3Packages.fastecdsa: 2.2.2 -> 2.2.3#148125

Closed
fabaff wants to merge 1 commit intoNixOS:masterfrom
fabaff:bump-fastecdsa
Closed

python3Packages.fastecdsa: 2.2.2 -> 2.2.3#148125
fabaff wants to merge 1 commit intoNixOS:masterfrom
fabaff:bump-fastecdsa

Conversation

@fabaff
Copy link
Member

@fabaff fabaff commented Dec 1, 2021

Motivation for this change

Update to latest upstream release 2.2.3

Change log: https://github.com/AntonKueltz/fastecdsa/blob/master/CHANGELOG.md#223

Things done
  • 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, 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/)
  • 22.05 Release Notes (or backporting 21.11 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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Dec 1, 2021
@fabaff
Copy link
Member Author

fabaff commented Dec 1, 2021

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

2 packages built:
  • python38Packages.fastecdsa
  • python39Packages.fastecdsa

@ofborg ofborg bot requested a review from prusnak December 1, 2021 11:33
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Dec 1, 2021
src = fetchPypi {
inherit pname version;
sha256 = "1eb6f3ac86ec483a10df62fcda1fb9a9d5d895a436871a8aa935dd20ccd82c6f";
sha256 = "sha256-JpvbD2GLOPj2rsnSPSPbUYBGw87gGpVPpqpzIqGn248=";
Copy link
Member

Choose a reason for hiding this comment

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

I'd rather keep hex notation of the hash so it could be trivially checked on PyPI.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, I will update it.

@fabaff
Copy link
Member Author

fabaff commented Dec 12, 2021

Part of #149301

@fabaff fabaff closed this Dec 12, 2021
@fabaff fabaff deleted the bump-fastecdsa branch December 12, 2021 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants