python310Packages.qbittorrent-api 0 -> 1 attrpath: python310Packages.qbittorrent-api 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-qbittorrent-api-2023.10.54 Press Enter key to continue... Running update for: - python3.10-qbittorrent-api-2023.10.54: UPDATING ... - python3.10-qbittorrent-api-2023.10.54: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qbittorrent-api/default.nix b/pkgs/development/python-modules/qbittorrent-api/default.nix index 16ad74dd2469..d7b733f83322 100644 --- a/pkgs/development/python-modules/qbittorrent-api/default.nix +++ b/pkgs/development/python-modules/qbittorrent-api/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "qbittorrent-api"; - version = "2023.10.54"; + version = "2023.11.57"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-xCHB/pPURc1+vje6IhBHZ6HogUsmYfBE9977Qtwoc2w="; + hash = "sha256-fmFJW4PDQc7szu0ymE+fV9k6wUDLRHkOriEHDnzDSQg="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2023.10.54" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , requests , six , urllib3 , packaging , setuptools , wheel }: buildPythonPackage rec { pname = "qbittorrent-api"; version = "2023.11.57"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-fmFJW4PDQc7szu0ymE+fV9k6wUDLRHkOriEHDnzDSQg="; }; propagatedBuildInputs = [ requests six urllib3 packaging ]; nativeBuildInputs = [ setuptools wheel ]; # Tests require internet access doCheck = false; pythonImportsCheck = [ "qbittorrentapi" ]; meta = with lib; { description = "Python client implementation for qBittorrent's Web API"; homepage = "https://github.com/rmartin16/qbittorrent-api"; changelog = "https://github.com/rmartin16/qbittorrent-api/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ savyajha ]; }; }