python311Packages.twill 0 -> 1 attrpath: python311Packages.twill 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/fcvz27l3d983rvfbfpiwhp6ys3j33kgy-packages.json.drv building '/nix/store/fcvz27l3d983rvfbfpiwhp6ys3j33kgy-packages.json.drv'... Going to be running update for following packages: - python3.11-twill-3.2.1 Press Enter key to continue... Running update for: - python3.11-twill-3.2.1: UPDATING ... - python3.11-twill-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/twill/default.nix b/pkgs/development/python-modules/twill/default.nix index f15a45509e58..ddea5117a6c0 100644 --- a/pkgs/development/python-modules/twill/default.nix +++ b/pkgs/development/python-modules/twill/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "twill"; - version = "3.2.1"; + version = "3.2.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-JJheUl/Ar8BWNpzJzMvVgk4KeitoQZ8GjbFPN9dEd+g="; + hash = "sha256-m4jrxx7udWkRXzYS0Yfd14tKVHt8kGYPn2eTa4unOdc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , lxml , requests , pyparsing , pythonOlder }: buildPythonPackage rec { pname = "twill"; version = "3.2.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-m4jrxx7udWkRXzYS0Yfd14tKVHt8kGYPn2eTa4unOdc="; }; propagatedBuildInputs = [ lxml requests pyparsing ]; pythonImportsCheck = [ "twill" ]; # pypi package comes without tests, other homepage does not provide all verisons doCheck = false; meta = with lib; { description = "A simple scripting language for Web browsing"; homepage = "https://twill-tools.github.io/twill/"; license = licenses.mit; maintainers = with maintainers; [ mic92 ]; }; }