python310Packages.spsdk 0 -> 1 attrpath: python310Packages.spsdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-spsdk-1.11.0 Press Enter key to continue... Running update for: - python3.10-spsdk-1.11.0: UPDATING ... - python3.10-spsdk-1.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/spsdk/default.nix b/pkgs/development/python-modules/spsdk/default.nix index a05a02966e07..3b58cd5442aa 100644 --- a/pkgs/development/python-modules/spsdk/default.nix +++ b/pkgs/development/python-modules/spsdk/default.nix @@ -37,14 +37,14 @@ buildPythonPackage rec { pname = "spsdk"; - version = "1.11.0"; + version = "2.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "nxp-mcuxpresso"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-B3qedAXSG3A8rcWu1O2GnZ1ZqHN+7fQK43qXzGnDEY0="; + hash = "sha256-C6cz5jhIHI4WkCYT0rURFa4kBAu6cMcKpQHiHACIiu8="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonRelaxDepsHook , asn1crypto , astunparse , bincopy , bitstring , click , click-command-tree , click-option-group , cmsis-pack-manager , commentjson , crcmod , cryptography , deepmerge , fastjsonschema , hexdump , importlib-metadata , jinja2 , libusbsio , oscrypto , pycryptodome , pyftdi , pylink-square , pyocd , pypemicro , pyserial , ruamel-yaml , setuptools , sly , spsdk , testers , typing-extensions , pytestCheckHook , voluptuous }: buildPythonPackage rec { pname = "spsdk"; version = "2.0.0"; pyproject = true; src = fetchFromGitHub { owner = "nxp-mcuxpresso"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-1aW5ivdpnSscTaMIRn4tlsBG6StN95gHAyRIzmAO9Uo="; }; nativeBuildInputs = [ pythonRelaxDepsHook setuptools ]; pythonRelaxDeps = [ "bincopy" "bitstring" "cmsis-pack-manager" "deepmerge" "jinja2" "pycryptodome" "pylink-square" "pyocd" "typing-extensions" ]; pythonRemoveDeps = [ "pyocd-pemicro" ]; propagatedBuildInputs = [ asn1crypto astunparse bincopy bitstring click click-command-tree click-option-group cmsis-pack-manager commentjson crcmod cryptography deepmerge fastjsonschema hexdump importlib-metadata jinja2 libusbsio oscrypto pycryptodome pylink-square pyocd pypemicro pyserial ruamel-yaml sly typing-extensions ]; nativeCheckInputs = [ pyftdi pytestCheckHook voluptuous ]; pythonImportsCheck = [ "spsdk" ]; passthru.tests.version = testers.testVersion { package = 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/nxp-mcuxpresso/spsdk"; license = licenses.bsd3; maintainers = with maintainers; [ frogamic sbruder ]; mainProgram = "spsdk"; }; }