Thu, 11 Jul 2024 11:33:35 UTC | login

Information for build python-shortuuid-1.0.11-1.fc38

ID248272
Package Namepython-shortuuid
Version1.0.11
Release1.fc38
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
StartedWed, 31 May 2023 10:50:38 UTC
CompletedWed, 31 May 2023 10:50:38 UTC
Tags
f38
f39
f40
RPMs
src
python-shortuuid-1.0.11-1.fc38.src.rpm (info) (download)
noarch
python3-shortuuid-1.0.11-1.fc38.noarch.rpm (info) (download)
Changelog * 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 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.1-5 - Rebuilt for Python 3.10