python311Packages.pyocd 0.34.3 -> 0.36.0 https://repology.org/project/python:pyocd/versions attrpath: python311Packages.pyocd Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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] this derivation will be built: /nix/store/90sbyjvyp05r6ynb3kpv4qmgky5r22jd-packages.json.drv building '/nix/store/90sbyjvyp05r6ynb3kpv4qmgky5r22jd-packages.json.drv'... Going to be running update for following packages: - python3.11-pyocd-0.34.3 Press Enter key to continue... Running update for: - python3.11-pyocd-0.34.3: UPDATING ... - python3.11-pyocd-0.34.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyocd/default.nix b/pkgs/development/python-modules/pyocd/default.nix index 699b6c3cf553..ee68fe29bdfb 100644 --- a/pkgs/development/python-modules/pyocd/default.nix +++ b/pkgs/development/python-modules/pyocd/default.nix @@ -21,11 +21,11 @@ buildPythonPackage rec { pname = "pyocd"; - version = "0.34.3"; + version = "0.36.0"; src = fetchPypi { inherit pname version; - sha256 = "2zDr6fnA2MCTT/hNVvk7u3gugMo+nUF2E2VsOPhJXH4="; + sha256 = "sha256-k3eCrMna/wVNUPt8b3iM2UqE+A8LhfJarKuZ3Jgihkg="; }; patches = [ No auto update branch exists Old version 0.34.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , fetchpatch , capstone , cmsis-pack-manager , colorama , intelhex , intervaltree , natsort , prettytable , pyelftools , pylink-square , pyusb , pyyaml , typing-extensions , stdenv , hidapi , pytestCheckHook }: buildPythonPackage rec { pname = "pyocd"; version = "0.35.1"; src = fetchPypi { inherit pname version; sha256 = "sha256-AugIT007JtTXx0cLtHD9TtxsK/K6eB492U2k+EVxyXU="; }; patches = [ # https://github.com/pyocd/pyOCD/pull/1332 (fetchpatch { name = "libusb-package-optional.patch"; url = "https://github.com/pyocd/pyOCD/commit/0b980cf253e3714dd2eaf0bddeb7172d14089649.patch"; hash = "sha256-B2+50VntcQELeakJbCeJdgI1iBU+h2NkXqba+LRYa/0="; }) ]; propagatedBuildInputs = [ capstone cmsis-pack-manager colorama intelhex intervaltree natsort prettytable pyelftools pylink-square pyusb pyyaml typing-extensions ] ++ lib.optionals (!stdenv.isLinux) [ hidapi ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyocd" ]; postPatch = '' substituteInPlace setup.cfg \ --replace "libusb-package>=1.0,<2.0" "" \ --replace "pylink-square>=0.11.1,<1.0" "pylink-square>=0.11.1,<2.0" ''; meta = with lib; { description = "Python library for programming and debugging Arm Cortex-M microcontrollers"; homepage = "https://pyocd.io/"; license = licenses.asl20; maintainers = with maintainers; [ frogamic sbruder ]; }; }