python310Packages.prompt-toolkit 3.0.38 -> 3.0.39 https://repology.org/project/python:prompt-toolkit/versions attrpath: python310Packages.prompt-toolkit 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/54v4sd2ghpldp3wapmkcxh7rgqa9f2qp-packages.json.drv building '/nix/store/54v4sd2ghpldp3wapmkcxh7rgqa9f2qp-packages.json.drv'... Going to be running update for following packages: - python3.10-prompt-toolkit-3.0.38 Press Enter key to continue... Running update for: - python3.10-prompt-toolkit-3.0.38: UPDATING ... - python3.10-prompt-toolkit-3.0.38: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/prompt-toolkit/default.nix b/pkgs/development/python-modules/prompt-toolkit/default.nix index bd676fc23c17..2869c042d2d0 100644 --- a/pkgs/development/python-modules/prompt-toolkit/default.nix +++ b/pkgs/development/python-modules/prompt-toolkit/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "prompt-toolkit"; - version = "3.0.38"; + version = "3.0.39"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "prompt_toolkit"; inherit version; - hash = "sha256-I6xdUFOKmjjIveBf7LR9C0A+zQZihXqG+Ib3mFY9W5s="; + hash = "sha256-BFBa3mh9wm3EKEsa0ZqDvi8q/oPnqCis4McvOh33Kqw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.0.38" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , six , wcwidth }: buildPythonPackage rec { pname = "prompt-toolkit"; version = "3.0.39"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "prompt_toolkit"; inherit version; hash = "sha256-BFBa3mh9wm3EKEsa0ZqDvi8q/oPnqCis4McvOh33Kqw="; }; propagatedBuildInputs = [ six wcwidth ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # tests/test_completion.py:206: AssertionError # https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1657 "test_pathcompleter_can_expanduser" ]; pythonImportsCheck = [ "prompt_toolkit" ]; meta = with lib; { description = "Python library for building powerful interactive command lines"; longDescription = '' prompt_toolkit could be a replacement for readline, but it can be much more than that. It is cross-platform, everything that you build with it should run fine on both Unix and Windows systems. Also ships with a nice interactive Python shell (called ptpython) built on top. ''; homepage = "https://github.com/jonathanslenders/python-prompt-toolkit"; changelog = "https://github.com/prompt-toolkit/python-prompt-toolkit/blob/${version}/CHANGELOG"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }