python310Packages.websocket-client 0 -> 1 attrpath: python310Packages.websocket-client 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] this derivation will be built: /nix/store/bl043r9265lw9p90ih5940qang1jgjmr-packages.json.drv building '/nix/store/bl043r9265lw9p90ih5940qang1jgjmr-packages.json.drv'... Going to be running update for following packages: - python3.10-websocket-client-1.6.3 Press Enter key to continue... Running update for: - python3.10-websocket-client-1.6.3: UPDATING ... - python3.10-websocket-client-1.6.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/websocket-client/default.nix b/pkgs/development/python-modules/websocket-client/default.nix index 26c27825f7bd..8015727ae67d 100644 --- a/pkgs/development/python-modules/websocket-client/default.nix +++ b/pkgs/development/python-modules/websocket-client/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "websocket-client"; - version = "1.6.3"; + version = "1.7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Oq0l0xKEJmvPz9H9inQ/YygjBaNkuNCUikO9YGrMZS8="; + hash = "sha256-EOUR6jqMdEYx07135h6xftCTBMQTrULPbd+kx3h+j+Y="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.6.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , python-socks , pythonOlder , setuptools }: buildPythonPackage rec { pname = "websocket-client"; version = "1.6.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-szJAGbPChXIIbEoxn5HR3NRObhHNNAIyl4xoSnZQ0N8="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ python-socks ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "websocket" ]; meta = with lib; { description = "Websocket client for Python"; homepage = "https://github.com/websocket-client/websocket-client"; changelog = "https://github.com/websocket-client/websocket-client/blob/v${version}/ChangeLog"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ fab ]; }; }