python310Packages.pontos 23.9.1 -> 23.12.4 https://repology.org/project/python:pontos/versions 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-pontos-23.9.1 Press Enter key to continue... Running update for: - python3.10-pontos-23.9.1: UPDATING ... - python3.10-pontos-23.9.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pontos/default.nix b/pkgs/development/python-modules/pontos/default.nix index 70cf9bc721dd..528c4dc84706 100644 --- a/pkgs/development/python-modules/pontos/default.nix +++ b/pkgs/development/python-modules/pontos/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pontos"; - version = "23.9.1"; + version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-HRIGS2B6tc4qaOMTud5/uhEr1k7puqJUugDj1WuacqU="; + hash = "sha256-yVQvAJko9+1+n6U3gT9IiSMpGSEpBUzWC5ctAue48cM="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.9.1" not present in staging derivation file with contents: { lib , buildPythonPackage , colorful , fetchFromGitHub , git , httpx , lxml , packaging , poetry-core , pytestCheckHook , python-dateutil , pythonOlder , semver , rich , tomlkit }: buildPythonPackage rec { pname = "pontos"; version = "23.12.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "greenbone"; repo = "pontos"; rev = "refs/tags/v${version}"; hash = "sha256-N10Jn5jq/PktpmeRNlqZyN/rUyAeW+ghY3/RK9Aas7I="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ colorful httpx lxml packaging python-dateutil semver rich tomlkit ] ++ httpx.optional-dependencies.http2; nativeCheckInputs = [ 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" # calls git log, but our fetcher removes .git "test_git_error" # Tests require git executable "test_github_action_output" "test_initial_release" # Tests are out-dated "test_getting_version_without_version_config" "test_verify_version_does_not_match" ]; 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 ]; }; }