Name: | python3-shortuuid |
---|---|
Version: | 1.0.13 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 45349 |
License: | BSD-3-Clause |
RPM: | python3-shortuuid-1.0.13-1.el9.noarch.rpm |
Source RPM: | python-shortuuid-1.0.13-1.el9.src.rpm |
Build Date: | Sat Apr 06 2024 |
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.13 - Resolves rhbz#2269074
- Fix test run, upstream no longer ships setup.py
- Update to 1.0.12 - Resolves rhbz#2267121
- Enable packit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Update to 1.0.11 - Convert license declaration to SPDX
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild