python3Packages.rtslib-fb: 2.2.2 -> 2.2.3

https://github.com/open-iscsi/rtslib-fb/releases/tag/v2.2.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:06 +02:00
parent 6a979a6d46
commit f7ca4ebcbb
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rtslib-fb";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
# TypeError: 'method' object does not support the context manager protocol
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "open-iscsi";
repo = "rtslib-fb";
tag = "v${version}";
hash = "sha256-FuXO/yGZBR+QRvB5s1tE77hjnisSfjjHSCPLvGJOYdM=";
hash = "sha256-UGRQMdOkyPZWjXoJUsXuWqstb473KR+Sf9XHbjIdfJ8=";
};
build-system = [
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Python object API for managing the Linux LIO kernel target";
homepage = "https://github.com/open-iscsi/rtslib-fb";
changelog = "https://github.com/open-iscsi/rtslib-fb/releases/tag/v${version}";
changelog = "https://github.com/open-iscsi/rtslib-fb/releases/tag/${src.tag}";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
mainProgram = "targetctl";