mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #666] [MERGED] crypt-r replaces crypt stdlib, support python-3.13 #670
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#670
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/666
Author: @liangsuilong
Created: 3/30/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @catborise
Base:
master← Head:master📝 Commits (1)
8bca7dbcrypt-r replaces crypt stdlib, support python-3.13📊 Changes
2 files changed (+3 additions, -2 deletions)
View changed files
📝
conf/requirements.txt(+1 -0)📝
instances/views.py(+2 -2)📄 Description
The old code could not run on Python-3.13 because crypt stdlib was dropped. I try to use crypt-r to replace it and works on Python-3.13 in Debian trixie/sid. So I commit the changes and open a pull request. Hope it will be merged. Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.