python310Packages.more-itertools 0 -> 1 attrpath: python310Packages.more-itertools 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/a5svpry6ld4yxrbjh9y966wzlnvnv6ry-packages.json.drv building '/nix/store/a5svpry6ld4yxrbjh9y966wzlnvnv6ry-packages.json.drv'... Going to be running update for following packages: - python3.10-more-itertools-9.1.0 Press Enter key to continue... Running update for: - python3.10-more-itertools-9.1.0: UPDATING ... - python3.10-more-itertools-9.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/more-itertools/default.nix b/pkgs/development/python-modules/more-itertools/default.nix index 86a1b5d3d32d..df3804095665 100644 --- a/pkgs/development/python-modules/more-itertools/default.nix +++ b/pkgs/development/python-modules/more-itertools/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "more-itertools"; - version = "9.1.0"; + version = "10.1.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-yrqjQa0DieqDwXqUVmpTrkydBzSYYeyxTcbQNFz5rF0="; + hash = "sha256-Ymw2n6DrN7rAKRvOglmzMv1ZrHkvpUl7WYNzCc1bEUo="; }; nativeBuildInputs = [ No auto update branch exists Old version 9.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pytestCheckHook , six , stdenv }: buildPythonPackage rec { pname = "more-itertools"; version = "10.1.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-Ymw2n6DrN7rAKRvOglmzMv1ZrHkvpUl7WYNzCc1bEUo="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ six ]; nativeCheckInputs = [ pytestCheckHook ]; # iterable = range(10 ** 10) # Is efficiently reversible # OverflowError: Python int too large to convert to C long doCheck = !stdenv.hostPlatform.is32bit; meta = with lib; { homepage = "https://more-itertools.readthedocs.org"; changelog = "https://more-itertools.readthedocs.io/en/stable/versions.html"; description = "Expansion of the itertools module"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }