Name: | python3-shortuuid |
---|---|
Version: | 1.0.11 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 45307 |
License: | BSD-3-Clause |
RPM: | python3-shortuuid-1.0.11-1.el9.noarch.rpm |
Source RPM: | python-shortuuid-1.0.11-1.el9.src.rpm |
Build Date: | Wed Aug 09 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/skorokithakis/shortuuid |
Summary: | A generator library for concise, unambiguous and URL-safe UUIDs |
Description: | shortuuid 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. |
- Update to 1.0.11 - Convert license declaration to SPDX
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Update to 1.0.9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Update to 1.0.8 - Adjust spec for latest packaging guidelines - Opt in to rpmautospec
- Rebuilt for Python 3.10