[PR #666] [MERGED] crypt-r replaces crypt stdlib, support python-3.13 #670

Closed
opened 2026-02-27 15:59:34 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 8bca7db crypt-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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/666 **Author:** [@liangsuilong](https://github.com/liangsuilong) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8bca7db`](https://github.com/retspen/webvirtcloud/commit/8bca7db917fcb16c91ed4e7c93adb15beb6e14bd) crypt-r replaces crypt stdlib, support python-3.13 ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `conf/requirements.txt` (+1 -0) 📝 `instances/views.py` (+2 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:34 +03:00
Sign in to join this conversation.
No milestone
No project
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
starred/webvirtcloud#670
No description provided.