From 84a9fb06a2ea812a6daa3e818b81519a8b68a36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 5 May 2025 16:37:17 -0700 Subject: [PATCH] python313Packages.pynamodb: 6.0.1 -> 6.0.2 Diff: https://github.com/pynamodb/PynamoDB/compare/refs/tags/6.0.1...refs/tags/6.0.2 Changelog: https://github.com/pynamodb/PynamoDB/releases/tag/6.0.2 --- pkgs/development/python-modules/pynamodb/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pynamodb/default.nix b/pkgs/development/python-modules/pynamodb/default.nix index dfccf2bad32e..aeabc70b8688 100644 --- a/pkgs/development/python-modules/pynamodb/default.nix +++ b/pkgs/development/python-modules/pynamodb/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pynamodb"; - version = "6.0.1"; + version = "6.0.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "pynamodb"; repo = "PynamoDB"; tag = version; - hash = "sha256-OcrES+1F95KjhRXpEukzbuDfTXU4hyJqxGjD1xMcdKE="; + hash = "sha256-i4cO1fzERKHJW2Ym0ogc2YID3IXVpBVDE33UumxvvHE="; }; build-system = [ setuptools ]; @@ -57,6 +57,8 @@ buildPythonPackage rec { # require a local dynamodb instance "test_create_table" "test_create_table__incompatible_indexes" + # https://github.com/pynamodb/PynamoDB/issues/1265 + "test_connection_make_api_call__binary_attributes" ]; meta = with lib; {