python3Packages.ulid-transform: 1.0.2 -> 1.2.0

https://github.com/bdraco/ulid-transform/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:49 +01:00
parent d506dc3954
commit 78981bf108
@@ -5,6 +5,7 @@
fetchFromGitHub,
poetry-core,
pytest-benchmark,
pytest-codspeed,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
@@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "ulid-transform";
version = "1.0.2";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "ulid-transform";
tag = "v${version}";
hash = "sha256-99hq329jUpok+rP8WzxN1yTOp15Zfy7tIGRpQMecrc0=";
hash = "sha256-+P5sd3FSk9SYmeHkatB88EE+/1vktyiJJeaecbBkBhI=";
};
build-system = [
@@ -33,6 +34,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-benchmark
pytest-codspeed
pytest-cov-stub
pytestCheckHook
];
@@ -44,7 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to create and transform ULIDs";
homepage = "https://github.com/bdraco/ulid-transform";
changelog = "https://github.com/bdraco/ulid-transform/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/bdraco/ulid-transform/blob/${src.tag}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};