Skip to content

Conversation

MisileLab
Copy link
Contributor

@MisileLab MisileLab commented Jun 13, 2025

https://github.com/pdm-project/pdm/releases/tag/2.25.6
https://github.com/pdm-project/pdm/releases/tag/2.25.7
https://github.com/pdm-project/pdm/releases/tag/2.25.8
https://github.com/pdm-project/pdm/releases/tag/2.25.9

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners bot requested review from natsukium and cpcloud June 13, 2025 17:24
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. labels Jun 13, 2025
@applePrincess
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416496
Commit: 4cf4701afda2f345bb9ce3117b59123f1bed463b


x86_64-linux

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `x86_64-linux`
pdm
 - Adding src/pdm/resolver/python.py -> pdm/resolver/python.py
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.0.dist-info/RECORD -> pdm-2.25.0.dist-info/RECORD
Successfully built pdm-2.25.0-py3-none-any.whl
Finished creating a wheel...
/build/source/dist /build/source
Unpacking to: unpacked/pdm-2.25.0...OK
Repacking wheel as ./pdm-2.25.0-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.0-py3-none-any.whl
  - pbs-installer>=2025.6.6 not satisfied by version 2025.3.17

@applePrincess
Copy link
Contributor

Seems pbs-installer is not up to date. Maybe approve & merge #406382 first?

@MisileLab
Copy link
Contributor Author

Seems pbs-installer is not up to date. Maybe approve & merge #406382 first?

#406382

hmm, I can't merge this

@natsukium
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416496


x86_64-linux

✅ 1 package built:
  • pdm

aarch64-linux

✅ 1 package built:
  • pdm

x86_64-darwin

✅ 1 package built:
  • pdm

aarch64-darwin

✅ 1 package built:
  • pdm

Copy link
Member

@natsukium natsukium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move msgpack to optional-dependencies.msgpack.
pdm-project/pdm@76ebca3

@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.0 pdm: 2.24.2 -> 2.25.1 Jun 15, 2025
@MisileLab
Copy link
Contributor Author

Please move msgpack to optional-dependencies.msgpack. pdm-project/pdm@76ebca3

How can I do that?

@MisileLab
Copy link
Contributor Author

Please move msgpack to optional-dependencies.msgpack. pdm-project/pdm@76ebca3

How can I do that?

nvm, I found

@MisileLab MisileLab requested a review from natsukium June 15, 2025 07:27
@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.1 pdm: 2.24.2 -> 2.25.2 Jun 17, 2025
@MisileLab MisileLab requested a review from natsukium June 17, 2025 16:08
@MisileLab
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 416496

Logs: https://github.com/MisileLab/nixpkgs-review-gha/actions/runs/15712462267


x86_64-linux (sandbox = true)

✅ 2 packages built:
  • pdm
  • pdm.dist

aarch64-linux (sandbox = true)

✅ 2 packages built:
  • pdm
  • pdm.dist

x86_64-darwin (sandbox = true)

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `x86_64-darwin`
pdm
FAILED tests/cli/test_hooks.py::test_skip_pre_post_option_from_signal[post-use] - RuntimeError: Call command ['use', '-f', '3.12', '--skip=:post'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_init.py::test_init_validate_python_requires - assert 'InvalidSpecifier' in "[PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n"
 +  where "[PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n" = RunResult(exit_code=1, stdout='Creating a pyproject.toml for PDM...\n', stderr="[PermissionError]: [Errno 1] Operation...d: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).stderr
FAILED tests/cli/test_init.py::test_init_command - RuntimeError: Call command ['init'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_init.py::test_new_command - RuntimeError: Call command ['new', 'myproject'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_init.py::test_init_command_library - assert 1 == 0
 +  where 1 = RunResult(exit_code=1, stdout='Creating a pyproject.toml for PDM...\n', stderr="[PermissionError]: [Errno 1] Operation...d: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).exit_code
FAILED tests/cli/test_init.py::test_init_auto_create_venv - assert 1 == 0
 +  where 1 = RunResult(exit_code=1, stdout='Creating a pyproject.toml for PDM...\n', stderr="[PermissionError]: [Errno 1] Operation...d: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).exit_code
FAILED tests/cli/test_use.py::test_use_python_by_version - assert 1 == 0
 +  where 1 = RunResult(exit_code=1, stdout='', stderr="[PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).exit_code
FAILED tests/cli/test_use.py::test_use_remember_last_selection - PermissionError: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
FAILED tests/test_signals.py::test_post_init_signal - assert 1 == 0
 +  where 1 = RunResult(exit_code=1, stdout='Creating a pyproject.toml for PDM...\n', stderr="[PermissionError]: [Errno 1] Operation...d: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).exit_code
FAILED tests/test_project.py::test_find_interpreters_from_venv[virtualenv] - PermissionError: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
FAILED tests/test_project.py::test_find_interpreters_from_venv[venv] - PermissionError: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
======== 27 failed, 940 passed, 2 skipped, 4 errors in 79.84s (0:01:19) ========

aarch64-darwin (sandbox = true)

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `aarch64-darwin`
pdm
FAILED tests/cli/test_use.py::test_use_python_by_version - assert 1 == 0
 +  where 1 = RunResult(exit_code=1, stdout='', stderr="[PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).exit_code
FAILED tests/cli/test_use.py::test_use_remember_last_selection - PermissionError: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
FAILED tests/cli/test_hooks.py::test_skip_option_from_signal[use-post_use] - RuntimeError: Call command ['use', '-f', '3.12', '--skip=post_use'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_hooks.py::test_skip_all_option_from_signal[:all-init] - RuntimeError: Call command ['init', '--non-interactive', '--skip=:all'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_hooks.py::test_skip_all_option_from_signal[:all-use] - RuntimeError: Call command ['use', '-f', '3.12', '--skip=:all'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_hooks.py::test_skip_all_option_from_signal[:pre,:post-init] - RuntimeError: Call command ['init', '--non-interactive', '--skip=:pre,:post'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_hooks.py::test_skip_all_option_from_signal[:pre,:post-use] - RuntimeError: Call command ['use', '-f', '3.12', '--skip=:pre,:post'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/cli/test_hooks.py::test_skip_pre_post_option_from_signal[pre-init] - RuntimeError: Call command ['init', '--non-interactive', '--skip=:pre'] failed(1): [PermissionError]: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
WARNING: Add '-v' to see the detailed traceback
FAILED tests/test_project.py::test_find_interpreters_from_venv[virtualenv] - PermissionError: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
FAILED tests/test_project.py::test_find_interpreters_from_venv[venv] - PermissionError: [Errno 1] Operation not permitted: '/Library/Frameworks/Python.framework/Versions'
FAILED tests/test_signals.py::test_post_init_signal - assert 1 == 0
 +  where 1 = RunResult(exit_code=1, stdout='Creating a pyproject.toml for PDM...\n', stderr="[PermissionError]: [Errno 1] Operation...d: '/Library/Frameworks/Python.framework/Versions'\nWARNING: Add '-v' to see the detailed traceback\n", exception=None).exit_code
============= 27 failed, 940 passed, 2 skipped, 3 errors in 38.39s =============

@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.2 pdm: 2.24.2 -> 2.25.3 Jun 22, 2025
@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.3 pdm: 2.24.2 -> 2.25.4 Jul 9, 2025
@MisileLab
Copy link
Contributor Author

MisileLab commented Jul 15, 2025

cc @natsukium @cpcloud
all ofborg successed

@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.4 pdm: 2.24.2 -> 2.25.5 Aug 4, 2025
@MisileLab
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 416496

Logs: https://github.com/MisileLab/nixpkgs-review-gha/actions/runs/16715538022


x86_64-linux

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `x86_64-linux`
pdm
 - Adding src/pdm/resolver/python.py -> pdm/resolver/python.py
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.5.dist-info/RECORD -> pdm-2.25.5.dist-info/RECORD
Successfully built pdm-2.25.5-py3-none-any.whl
Finished creating a wheel...
/build/source/dist /build/source
Unpacking to: unpacked/pdm-2.25.5...OK
Repacking wheel as ./pdm-2.25.5-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.5-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3

aarch64-linux

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `aarch64-linux`
pdm
 - Adding src/pdm/resolver/python.py -> pdm/resolver/python.py
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.5.dist-info/RECORD -> pdm-2.25.5.dist-info/RECORD
Successfully built pdm-2.25.5-py3-none-any.whl
Finished creating a wheel...
/build/source/dist /build/source
Unpacking to: unpacked/pdm-2.25.5...OK
Repacking wheel as ./pdm-2.25.5-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.5-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3

x86_64-darwin (sandbox = true)

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `x86_64-darwin`
pdm
 - Adding src/pdm/resolver/python.py -> pdm/resolver/python.py
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.5.dist-info/RECORD -> pdm-2.25.5.dist-info/RECORD
Successfully built pdm-2.25.5-py3-none-any.whl
Finished creating a wheel...
/nix/build/nix-build-pdm-2.25.5.drv-8228-2211074391/source/dist /nix/build/nix-build-pdm-2.25.5.drv-8228-2211074391/source
Unpacking to: unpacked/pdm-2.25.5...OK
Repacking wheel as ./pdm-2.25.5-py3-none-any.whl...OK
/nix/build/nix-build-pdm-2.25.5.drv-8228-2211074391/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.5-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3

aarch64-darwin (sandbox = true)

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `aarch64-darwin`
pdm
 - Adding src/pdm/resolver/python.py -> pdm/resolver/python.py
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.5.dist-info/RECORD -> pdm-2.25.5.dist-info/RECORD
Successfully built pdm-2.25.5-py3-none-any.whl
Finished creating a wheel...
/nix/build/nix-build-pdm-2.25.5.drv-4914-3216822564/source/dist /nix/build/nix-build-pdm-2.25.5.drv-4914-3216822564/source
Unpacking to: unpacked/pdm-2.25.5...OK
Repacking wheel as ./pdm-2.25.5-py3-none-any.whl...OK
/nix/build/nix-build-pdm-2.25.5.drv-4914-3216822564/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.5-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3

@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.5 pdm: 2.24.2 -> 2.25.6 Aug 14, 2025
@MisileLab MisileLab force-pushed the pdm branch 2 times, most recently from d4a075e to 4bedfa2 Compare August 14, 2025 04:31
@MisileLab
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 416496

Logs: https://github.com/MisileLab/nixpkgs-review-gha/actions/runs/16955917950


x86_64-linux

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `x86_64-linux`
pdm
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.6.dist-info/RECORD -> pdm-2.25.6.dist-info/RECORD
Successfully built pdm-2.25.6-py3-none-any.whl
Finished creating a wheel...
/build/source/dist /build/source
Unpacking to: unpacked/pdm-2.25.6...OK
Repacking wheel as ./pdm-2.25.6-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.6-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3
  - truststore>=0.10.4 not satisfied by version 0.10.1

aarch64-linux

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `aarch64-linux`
pdm
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.6.dist-info/RECORD -> pdm-2.25.6.dist-info/RECORD
Successfully built pdm-2.25.6-py3-none-any.whl
Finished creating a wheel...
/build/source/dist /build/source
Unpacking to: unpacked/pdm-2.25.6...OK
Repacking wheel as ./pdm-2.25.6-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.6-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3
  - truststore>=0.10.4 not satisfied by version 0.10.1

x86_64-darwin (sandbox = true)

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `x86_64-darwin`
pdm
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.6.dist-info/RECORD -> pdm-2.25.6.dist-info/RECORD
Successfully built pdm-2.25.6-py3-none-any.whl
Finished creating a wheel...
/nix/build/nix-build-pdm-2.25.6.drv-11975-3515707255/source/dist /nix/build/nix-build-pdm-2.25.6.drv-11975-3515707255/source
Unpacking to: unpacked/pdm-2.25.6...OK
Repacking wheel as ./pdm-2.25.6-py3-none-any.whl...OK
/nix/build/nix-build-pdm-2.25.6.drv-11975-3515707255/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.6-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3
  - truststore>=0.10.4 not satisfied by version 0.10.1

aarch64-darwin (sandbox = true)

❌ 2 packages failed to build:
  • pdm
  • pdm.dist

Error logs: `aarch64-darwin`
pdm
 - Adding src/pdm/resolver/reporters.py -> pdm/resolver/reporters.py
 - Adding src/pdm/resolver/resolvelib.py -> pdm/resolver/resolvelib.py
 - Adding src/pdm/resolver/uv.py -> pdm/resolver/uv.py
 - Adding src/pdm/signals.py -> pdm/signals.py
 - Adding src/pdm/termui.py -> pdm/termui.py
 - Adding src/pdm/utils.py -> pdm/utils.py
 - Adding pdm-2.25.6.dist-info/RECORD -> pdm-2.25.6.dist-info/RECORD
Successfully built pdm-2.25.6-py3-none-any.whl
Finished creating a wheel...
/nix/build/nix-build-pdm-2.25.6.drv-7316-1658516686/source/dist /nix/build/nix-build-pdm-2.25.6.drv-7316-1658516686/source
Unpacking to: unpacked/pdm-2.25.6...OK
Repacking wheel as ./pdm-2.25.6-py3-none-any.whl...OK
/nix/build/nix-build-pdm-2.25.6.drv-7316-1658516686/source
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
@nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" }
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pdm-2.25.6-py3-none-any.whl
  - findpython<1.0.0a0,>=0.7.0 not satisfied by version 0.6.3
  - truststore>=0.10.4 not satisfied by version 0.10.1

@MisileLab
Copy link
Contributor Author

#430749

@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.6 pdm: 2.24.2 -> 2.25.9 Aug 23, 2025
@MisileLab MisileLab changed the title pdm: 2.24.2 -> 2.25.9 pdm: 2.25.5 -> 2.25.9 Aug 23, 2025
@MisileLab
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 416496

Logs: https://github.com/MisileLab/nixpkgs-review-gha/actions/runs/17329213394


x86_64-linux

⏩ 2 packages marked as broken and skipped:
  • pdm
  • pdm.dist

aarch64-linux

⏩ 2 packages marked as broken and skipped:
  • pdm
  • pdm.dist

x86_64-darwin (sandbox = true)

⏩ 2 packages marked as broken and skipped:
  • pdm
  • pdm.dist

aarch64-darwin (sandbox = true)

⏩ 2 packages marked as broken and skipped:
  • pdm
  • pdm.dist

@natsukium
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416496


x86_64-linux

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

aarch64-linux

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

x86_64-darwin

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

aarch64-darwin

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

@MisileLab
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416496


x86_64-linux

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

aarch64-linux

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

x86_64-darwin

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

aarch64-darwin

❌ 1 package failed to build:
✅ 1 package built:
  • nixpkgs-manual

#435001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants