python310Packages.pylsqpack 0 -> 1 attrpath: python310Packages.pylsqpack 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/l1ga8m1sb2km1si4zs1k3w2437syvjad-packages.json.drv building '/nix/store/l1ga8m1sb2km1si4zs1k3w2437syvjad-packages.json.drv'... Going to be running update for following packages: - python3.10-pylsqpack-0.3.17 Press Enter key to continue... Running update for: - python3.10-pylsqpack-0.3.17: UPDATING ... - python3.10-pylsqpack-0.3.17: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pylsqpack/default.nix b/pkgs/development/python-modules/pylsqpack/default.nix index 54123b656e1b..28445548dfb3 100644 --- a/pkgs/development/python-modules/pylsqpack/default.nix +++ b/pkgs/development/python-modules/pylsqpack/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "pylsqpack"; - version = "0.3.17"; + version = "0.3.18"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-LyB3jblW3H5LGop5ci1XpGUMRZl/tlwTUsv4XreqPOI="; + hash = "sha256-Ra5V5yGHdQX01czUlZHWk1PypUioZz36+yUdOFs8CX8="; }; nativeCheckInputs = [ pytestCheckHook ]; No auto update branch exists Old version 0.3.17" not present in staging derivation file with contents: { lib , fetchPypi , buildPythonPackage , setuptools , pytestCheckHook }: buildPythonPackage rec { pname = "pylsqpack"; version = "0.3.18"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-Ra5V5yGHdQX01czUlZHWk1PypUioZz36+yUdOFs8CX8="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pylsqpack" ]; meta = with lib; { description = "Python wrapper for the ls-qpack QPACK library"; homepage = "https://github.com/aiortc/pylsqpack"; license = licenses.bsd3; maintainers = with maintainers; [ onny ]; }; }