pdm: 2.22.3 -> 2.24.1 (#387919)

This commit is contained in:
Peder Bergebakken Sundt 2025-04-26 03:23:29 +02:00 committed by GitHub
commit 2db4ff7a1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "pdm";
version = "2.22.3";
version = "2.24.1";
pyproject = true;
disabled = python.pkgs.pythonOlder "3.8";
@ -39,7 +39,7 @@ python.pkgs.buildPythonApplication rec {
owner = "pdm-project";
repo = "pdm";
tag = version;
hash = "sha256-+qUvVQJO/xfBZJuMBezu/LdKhKag1BCQ3To2qFXiOzY=";
hash = "sha256-YChgPJmHWJ4tftosa24SKB0J7uV/zR6VWX18poEEsLY=";
};
pythonRelaxDeps = [ "hishel" ];
@ -73,6 +73,7 @@ python.pkgs.buildPythonApplication rec {
tomlkit
truststore
unearth
id
virtualenv
]
++ httpx.optional-dependencies.socks;
@ -124,6 +125,9 @@ python.pkgs.buildPythonApplication rec {
"test_find_interpreters_with_PDM_IGNORE_ACTIVE_VENV"
"test_build_distributions"
"test_init_project_respect"
"test_use_python_write_file_multiple_versions"
"test_repository_get_token_from_oidc"
"test_repository_get_token_misconfigured_github"
];
__darwinAllowLocalNetworking = true;