Skip to content

Commit

Permalink
Merge pull request NixOS#249184 from dotlambda/spsdk-1.11.0
Browse files Browse the repository at this point in the history
python310Packages.spsdk: 1.10.1 -> 1.11.0
  • Loading branch information
fabaff authored Aug 15, 2023
2 parents 8cd63e1 + 9a2a604 commit d8e769e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pkgs/development/python-modules/spsdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
, deepmerge
, fastjsonschema
, hexdump
, importlib-metadata
, jinja2
, libusbsio
, oscrypto
, pycryptodome
, pyftdi
, pylink-square
, pyocd
, pypemicro
Expand All @@ -34,13 +36,13 @@

buildPythonPackage rec {
pname = "spsdk";
version = "1.10.1";
version = "1.11.0";

src = fetchFromGitHub {
owner = "NXPmicro";
owner = "nxp-mcuxpresso";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2UTgVHqFJqizJ6mDT7+PFec3bQexcBG6v8X0E5Ai4Hc=";
hash = "sha256-B3qedAXSG3A8rcWu1O2GnZ1ZqHN+7fQK43qXzGnDEY0=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -92,15 +94,18 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
importlib-metadata
pyftdi
pytestCheckHook
voluptuous
];

pythonImportsCheck = [ "spsdk" ];

meta = with lib; {
changelog = "https://github.com/nxp-mcuxpresso/spsdk/blob/${src.rev}/docs/release_notes.rst";
description = "NXP Secure Provisioning SDK";
homepage = "https://github.com/NXPmicro/spsdk";
homepage = "https://github.com/nxp-mcuxpresso/spsdk";
license = licenses.bsd3;
maintainers = with maintainers; [ frogamic sbruder ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/tools/security/pynitrokey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ buildPythonApplication rec {
];

pythonRelaxDeps = [
"click"
"cryptography"
"protobuf"
"python-dateutil"
Expand Down

0 comments on commit d8e769e

Please sign in to comment.