From f50a2054800e381c3bd2d8335d7fcbe7bb91feba Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:15:21 +0200 Subject: [PATCH 1/4] python3Packages.hiredis: 3.3.1 -> 3.4.0 changelog: https://github.com/redis/hiredis-py/releases/tag/v3.4.0 diff: https://github.com/redis/hiredis-py/compare/v3.3.1...v3.4.0 (cherry picked from commit d4b9693e0fe7e4f5cf9b6a0c9dd98eddc390b04f) --- pkgs/development/python-modules/hiredis/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hiredis/default.nix b/pkgs/development/python-modules/hiredis/default.nix index 9ce30aaeb48c..32f16418edd8 100644 --- a/pkgs/development/python-modules/hiredis/default.nix +++ b/pkgs/development/python-modules/hiredis/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "hiredis"; - version = "3.3.1"; + version = "3.4.0"; pyproject = true; src = fetchFromGitHub { @@ -20,7 +20,7 @@ buildPythonPackage rec { repo = "hiredis-py"; tag = "v${version}"; fetchSubmodules = true; - hash = "sha256-HqQICYjHpUX7/OsaWXJRFeeZDxKKuGJ1x5JiJ9eLmdw="; + hash = "sha256-TXhl9ny6hdd4n/hHfTAL0ewGcnjZ1vvNwovklSgzkKk="; }; build-system = [ setuptools ]; From d63076bfdcaa1cb9d44584b412e6293f3a8f7e9a Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:16:10 +0200 Subject: [PATCH 2/4] python3Packages.hiredis: modernize (cherry picked from commit c8fe7b0ad9e30f4a3b9bcaf8ec57f19a204712be) --- pkgs/development/python-modules/hiredis/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/hiredis/default.nix b/pkgs/development/python-modules/hiredis/default.nix index 32f16418edd8..55c2725e9edb 100644 --- a/pkgs/development/python-modules/hiredis/default.nix +++ b/pkgs/development/python-modules/hiredis/default.nix @@ -10,7 +10,7 @@ pytestCheckHook, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "hiredis"; version = "3.4.0"; pyproject = true; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "redis"; repo = "hiredis-py"; - tag = "v${version}"; + tag = "v${finalAttrs.version}"; fetchSubmodules = true; hash = "sha256-TXhl9ny6hdd4n/hHfTAL0ewGcnjZ1vvNwovklSgzkKk="; }; @@ -36,8 +36,8 @@ buildPythonPackage rec { meta = { description = "Wraps protocol parsing code in hiredis, speeds up parsing of multi bulk replies"; homepage = "https://github.com/redis/hiredis-py"; - changelog = "https://github.com/redis/hiredis-py/blob/${src.tag}/CHANGELOG.md"; + changelog = "https://github.com/redis/hiredis-py/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.bsd3; maintainers = [ ]; }; -} +}) From 0b04114a84479b437829ba19048c900bf4a6c3a8 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:16:33 +0200 Subject: [PATCH 3/4] python3Packages.hiredis: add hythera as maintainer (cherry picked from commit 7b8e4fa0b10b95f8e0adcbf5b1bba1d55e6b97b9) --- pkgs/development/python-modules/hiredis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hiredis/default.nix b/pkgs/development/python-modules/hiredis/default.nix index 55c2725e9edb..b83ac28068a4 100644 --- a/pkgs/development/python-modules/hiredis/default.nix +++ b/pkgs/development/python-modules/hiredis/default.nix @@ -38,6 +38,6 @@ buildPythonPackage (finalAttrs: { homepage = "https://github.com/redis/hiredis-py"; changelog = "https://github.com/redis/hiredis-py/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.bsd3; - maintainers = [ ]; + maintainers = with lib.maintainers; [ hythera ]; }; }) From e630647319b86cafb364388e970badd7f6f1f00d Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:32:27 +0200 Subject: [PATCH 4/4] weblate: relax hiredis dependency (cherry picked from commit 9eea4b07a036acd90b9a98bab244703a80fbe591) --- pkgs/by-name/we/weblate/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/we/weblate/package.nix b/pkgs/by-name/we/weblate/package.nix index eeeaf2c02ea2..00ab7b20626d 100644 --- a/pkgs/by-name/we/weblate/package.nix +++ b/pkgs/by-name/we/weblate/package.nix @@ -97,6 +97,7 @@ python3Packages.buildPythonApplication (finalAttrs: { "requests" "pygobject" "certifi" + "hiredis" ]; dependencies =