Information for build python-crypt-r-3.13.1-4.fc42

ID101476
Package Namepython-crypt-r
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.13.1
Release4.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-crypt-r.git#dc4b7b1e05f2c8272723c901e01fe8a92ed3d53b
SummaryA copy of the `crypt` module that was removed in Python 3.13
DescriptionThe crypt_r module is a renamed copy of the crypt module as it was present in Python 3.12 before it was removed. See PEP 594 for details of the removal. Unlike crypt, this library always exposes the crypt_r(3) function, not crypt(3). This module implements an interface to the crypt_r(3) routine, which is a one-way hash function based upon a modified DES algorithm; see the Unix man page for further details. Possible uses include storing hashed passwords so you can check passwords without storing the actual password, or attempting to crack Unix passwords with a dictionary.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 01 Feb 2025 13:58:27 CST
CompletedSat, 01 Feb 2025 14:10:04 CST
Taskbuild (f42, /rpms/python-crypt-r.git:dc4b7b1e05f2c8272723c901e01fe8a92ed3d53b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-crypt-r.git#dc4b7b1e05f2c8272723c901e01fe8a92ed3d53b'}}
Tags
f42
RPMs
src
python-crypt-r-3.13.1-4.fc42.src.rpm (info) (download)
riscv64
python3-crypt-r-3.13.1-4.fc42.riscv64.rpm (info) (download)
python-crypt-r-debugsource-3.13.1-4.fc42.riscv64.rpm (info) (download)
python3-crypt-r-debuginfo-3.13.1-4.fc42.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
installed_pkgs.log
root.log
mock_output.log
Changelog * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 3.13.1-2 - Rebuilt for Python 3.13 * Thu May 02 2024 Miro Hrončok <miro@hroncok.cz> - 3.13.1-1 - Initial import - Fixes: rhbz#2277759