python311Packages.http-sf 0 -> 1 attrpath: python311Packages.http-sf 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.11-http-sf-1.0.1 Press Enter key to continue... Running update for: - python3.11-http-sf-1.0.1: UPDATING ... - python3.11-http-sf-1.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/http-sf/default.nix b/pkgs/development/python-modules/http-sf/default.nix index f9ebde2b2b03..71c806cafb95 100644 --- a/pkgs/development/python-modules/http-sf/default.nix +++ b/pkgs/development/python-modules/http-sf/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "http-sf"; - version = "1.0.1"; + version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "mnot"; repo = "http-sf"; rev = "refs/tags/v${version}"; - hash = "sha256-8xK8/IVrhqMDgkxZY10QqSGswCrttc29FZLCntmSUQ4="; + hash = "sha256-p2GTCvuRhQVchFiLzoDYop9TUz/DT7eVY6Zioh+/rE8="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, typing-extensions, }: buildPythonPackage rec { pname = "http-sf"; version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "mnot"; repo = "http-sf"; rev = "refs/tags/v${version}"; hash = "sha256-p2GTCvuRhQVchFiLzoDYop9TUz/DT7eVY6Zioh+/rE8="; }; build-system = [ setuptools ]; dependencies = [ typing-extensions ]; # Tests require external data (https://github.com/httpwg/structured-field-tests) doCheck = false; pythonImportsCheck = [ "http_sf" ]; meta = with lib; { description = "Module to parse and serialise HTTP structured field values"; homepage = "https://github.com/mnot/http-sf"; changelog = "https://github.com/mnot/http-sf/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }