Version 1.1.0

- Made compatible with Python 3.8 (uses 3.10 typing from __future__)
- Made uuid7.time() also verify variant, to more reliably reject invalid UUIDs
- Changed repository names and links to uuid7-standard to match the package name
This commit is contained in:
2025-07-05 02:51:29 +00:00
parent d5524a28dd
commit 0aaf82df58
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
[project]
name = "uuid7-standard"
version = "1.0.0"
version = "1.1.0"
description = "UUIDv7 with the final standard. Not to be confused with the uuid7 package on pypi, based on a draft version that was very different."
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.8"
dependencies = []
authors = [
{name = "Leo Vasanko"},
@@ -20,8 +20,8 @@ classifiers = [
]
[project.urls]
Homepage = "https://git.zi.fi/leo/uuid7-python"
Repository = "https://github.com/LeoVasanko/uuid7-python"
Homepage = "https://git.zi.fi/LeoVasanko/uuid7-standard"
Repository = "https://github.com/LeoVasanko/uuid7-standard"
[build-system]
requires = ["hatchling"]