Name: | python3-python-ulid |
---|---|
Version: | 2.7.0 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 57197 |
License: | MIT |
RPM: | python3-python-ulid-2.7.0-2.el9.noarch.rpm |
Source RPM: | python-python-ulid-2.7.0-2.el9.src.rpm |
Build Date: | Wed Jun 26 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/mdomke/python-ulid |
Summary: | Universally unique lexicographically sortable identifier |
Description: | A ULID is a universally unique lexicographically sortable identifier. It is * 128-bit compatible with UUID * 1.21e+24 unique ULIDs per millisecond * Lexicographically sortable! * Canonically encoded as a 26 character string, as opposed to the 36 character UUID * Uses Crockford's base32 for better efficiency and readability (5 bits per character) * Case insensitive * No special characters (URL safe) For more information have a look at the original specification, https://github.com/alizain/ulid#specification. |
- Backport to EPEL9
- Update to 2.7.0 (close RHBZ#2292634)
- Update to 2.6.0 upstream release - Resolves: rhbz#2283270
- Drop conditional/comment for F38 since it is reaching EOL
- Update to 2.5.0 (close RHBZ#2277310)
- Update to 2.4.0.post0 upstream release - Resolves: rhbz#2272698
- [packit] 2.3.0 upstream release - Resolves rhbz#2270694
- Initial package (close RHBZ#2261953)