summaryrefslogtreecommitdiff
path: root/textproc/py-python-ulid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: Revise USES=python:... version range constraintsMatthias Andree2025-11-011-1/+1
| | | | | | | | | | and strip all lower bounds of 3.9 or 3.10 because they are implied now. python:3.9-X -> python:-X python:3.9+ -> python python:3.10-X -> python:-X python:3.10+ -> python (options such as ,build preserved)
* textproc/py-python-ulid: Update to 3.1.0Po-Chuan Hsieh2025-09-082-4/+4
| | | | | | Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Update to 3.0.0Po-Chuan Hsieh2024-10-182-4/+4
| | | | | | Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Update to 2.7.0Po-Chuan Hsieh2024-06-182-4/+4
| | | | | | Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Update to 2.6.0Po-Chuan Hsieh2024-05-292-4/+4
| | | | | | Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Update to 2.5.0Po-Chuan Hsieh2024-05-202-4/+4
| | | | | | Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Update to 2.4.0Po-Chuan Hsieh2024-04-062-4/+4
| | | | | | Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Update to 2.3.0Po-Chuan Hsieh2024-03-312-4/+9
| | | | | | | | - Add PYDANTIC option Changes: https://github.com/mdomke/python-ulid/releases https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst https://python-ulid.readthedocs.io/en/latest/changelog.html
* textproc/py-python-ulid: Add py-python-ulid 2.2.0Po-Chuan Hsieh2023-12-153-0/+40
This port provides an implementation of ULID. 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)