Unverified Commit d8e769e7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #249184 from dotlambda/spsdk-1.11.0

python310Packages.spsdk: 1.10.1 -> 1.11.0
parents 8cd63e1b 9a2a6044
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -17,10 +17,12 @@
, deepmerge
, fastjsonschema
, hexdump
, importlib-metadata
, jinja2
, libusbsio
, oscrypto
, pycryptodome
, pyftdi
, pylink-square
, pyocd
, pypemicro
@@ -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 = [
@@ -92,6 +94,8 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    importlib-metadata
    pyftdi
    pytestCheckHook
    voluptuous
  ];
@@ -99,8 +103,9 @@ buildPythonPackage rec {
  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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ buildPythonApplication rec {
  ];

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