Sun, 08 Sep 2024 22:31:33 UTC | login

Information for build python-shortuuid-1.0.11-3.fc39

ID254176
Package Namepython-shortuuid
Version1.0.11
Release3.fc39
Epoch
SummaryA generator library for concise, unambiguous and URL-safe UUIDs
Descriptionshortuuid is a simple python library that generates concise, unambiguous, URL-safe UUIDs. Often, one needs to use non-sequential IDs in places where users will see them, but the IDs must be as concise and easy to use as possible. shortuuid solves this problem by generating uuids using Python's built-in uuid module and then translating them to base57 using lowercase and uppercase letters and digits, and removing similar-looking characters such as l, 1, I, O and 0.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 10:02:30 UTC
CompletedFri, 20 Oct 2023 10:02:30 UTC
Tags
f40
RPMs
src
python-shortuuid-1.0.11-3.fc39.src.rpm (info) (download)
noarch
python3-shortuuid-1.0.11-3.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 1.0.11-2 - Rebuilt for Python 3.12 * Mon Feb 27 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.11-1 - Update to 1.0.11 - Convert license declaration to SPDX * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Oct 06 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.9-1 - Update to 1.0.9 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.0.8-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 10 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.8-1 - Update to 1.0.8 - Adjust spec for latest packaging guidelines - Opt in to rpmautospec