python311Packages.inscriptis 0 -> 1 attrpath: python311Packages.inscriptis 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/642llrrcn6hjs74azmgv9796ji880jly-packages.json.drv building '/nix/store/642llrrcn6hjs74azmgv9796ji880jly-packages.json.drv'... Going to be running update for following packages: - python3.11-inscriptis-2.3.2 Press Enter key to continue... Running update for: - python3.11-inscriptis-2.3.2: UPDATING ... - python3.11-inscriptis-2.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/inscriptis/default.nix b/pkgs/development/python-modules/inscriptis/default.nix index e62e7f17e874..07c13a634f11 100644 --- a/pkgs/development/python-modules/inscriptis/default.nix +++ b/pkgs/development/python-modules/inscriptis/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "inscriptis"; - version = "2.3.2"; + version = "2.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "weblyzard"; repo = "inscriptis"; rev = "refs/tags/${version}"; - hash = "sha256-grsyHqt7ahiNsYKcZN/c5cJaag/nTWTBcaHaXnW1SpU="; + hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.3.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , lxml , pytestCheckHook , pythonOlder , requests }: buildPythonPackage rec { pname = "inscriptis"; version = "2.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "weblyzard"; repo = "inscriptis"; rev = "refs/tags/${version}"; hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU="; }; propagatedBuildInputs = [ lxml requests ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "inscriptis" ]; meta = with lib; { description = "HTML to text converter"; homepage = "https://github.com/weblyzard/inscriptis"; changelog = "https://github.com/weblyzard/inscriptis/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }