python310Packages.pontos 0 -> 1 attrpath: python310Packages.pontos 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hs4zsfznc0cfg4yvsl2l9jq1c3yj65ls-packages.json.drv building '/nix/store/hs4zsfznc0cfg4yvsl2l9jq1c3yj65ls-packages.json.drv'... Going to be running update for following packages: - python3.10-pontos-22.12.3 Press Enter key to continue... Running update for: - python3.10-pontos-22.12.3: UPDATING ... - python3.10-pontos-22.12.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pontos/default.nix b/pkgs/development/python-modules/pontos/default.nix index 9fd494ede2f..74a34ae60b3 100644 --- a/pkgs/development/python-modules/pontos/default.nix +++ b/pkgs/development/python-modules/pontos/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pontos"; - version = "22.12.3"; + version = "23.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-RzNc8clL6kqJuC0+KJLtgby/6Bn/CS3QLfx7Ug6TX3M="; + hash = "sha256-2ca+VGylu4Km7M2Oz76ljbhSIDehVfviwVXnV+pXFRE="; }; nativeBuildInputs = [ No auto update branch exists Old version 22.12.3" not present in master derivation file with contents: { lib , buildPythonPackage , colorful , fetchFromGitHub , git , httpx , packaging , poetry-core , pytestCheckHook , python-dateutil , pythonOlder , rich , tomlkit , typing-extensions }: buildPythonPackage rec { pname = "pontos"; version = "23.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "greenbone"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-2ca+VGylu4Km7M2Oz76ljbhSIDehVfviwVXnV+pXFRE="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ colorful httpx packaging python-dateutil rich typing-extensions tomlkit ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ] ++ httpx.optional-dependencies.http2; checkInputs = [ git pytestCheckHook ]; disabledTests = [ "PrepareTestCase" # Signing fails "test_find_no_signing_key" "test_find_signing_key" "test_find_unreleased_information" # CLI test fails "test_missing_cmd" "test_update_file_changed" # Network access "test_fail_sign_on_upload_fail" "test_successfully_sign" ]; pythonImportsCheck = [ "pontos" ]; meta = with lib; { description = "Collection of Python utilities, tools, classes and functions"; homepage = "https://github.com/greenbone/pontos"; changelog = "https://github.com/greenbone/pontos/releases/tag/v${version}"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; }