2
19
Fork
You've already forked codeberg-cli
1

fix(packaging): drop local-path uv source for xclif #3

Merged
thatxliner merged 1 commit from stackdrift/codeberg-cli:fix/remove-local-uv-source-override into main 2026年05月07日 16:56:12 +02:00
Contributor
Copy link

The [tool.uv.sources] block pinned xclif to
/Users/bryanhu/Developer/current/XClif/xclif, the upstream maintainer's
local checkout. uv honors this override on every machine, so any other
developer running uv tool install . (or any uv resolve in this repo)
fails with:

Distribution not found at: file:///Users/bryanhu/Developer/current/XClif/xclif

Drop the override so uv resolves xclif>=0.4.3 from PyPI normally, where
0.5.1 is published and contains everything this project depends on.
Regenerate uv.lock against the registry source.

Closes thatxliner/codeberg-cli#2

The [tool.uv.sources] block pinned xclif to /Users/bryanhu/Developer/current/XClif/xclif, the upstream maintainer's local checkout. uv honors this override on every machine, so any other developer running `uv tool install .` (or any uv resolve in this repo) fails with: Distribution not found at: file:///Users/bryanhu/Developer/current/XClif/xclif Drop the override so uv resolves xclif>=0.4.3 from PyPI normally, where 0.5.1 is published and contains everything this project depends on. Regenerate uv.lock against the registry source. Closes thatxliner/codeberg-cli#2
stackdrift force-pushed fix/remove-local-uv-source-override from 5426a84c76 to a780845222 2026年05月07日 13:26:17 +02:00 Compare
stackdrift force-pushed fix/remove-local-uv-source-override from a780845222 to 8b3bb3fe58 2026年05月07日 13:30:11 +02:00 Compare
stackdrift force-pushed fix/remove-local-uv-source-override from 8b3bb3fe58 to 41d1755e4f 2026年05月07日 13:32:43 +02:00 Compare
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
thatxliner/codeberg-cli!3
Reference in a new issue
thatxliner/codeberg-cli
No description provided.
Delete branch "stackdrift/codeberg-cli:fix/remove-local-uv-source-override"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?