From b39f31ebf977675c0e53d5aea697883a9c9c42d1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 03:23:25 +0200 Subject: [PATCH] python313Packages.snowflake-connector-python: 3.13.2 -> 3.14.0 https://github.com/snowflakedb/snowflake-connector-python/blob/v3.14.0/DESCRIPTION.md --- .../python-modules/snowflake-connector-python/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix index 3df54d42eaa8..862e8692953e 100644 --- a/pkgs/development/python-modules/snowflake-connector-python/default.nix +++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "snowflake-connector-python"; - version = "3.13.2"; + version = "3.14.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "snowflakedb"; repo = "snowflake-connector-python"; tag = "v${version}"; - hash = "sha256-cBfiUaUaK7rWMD5vHC9DbedaopkGB443gOm/N9XbXYo="; + hash = "sha256-r3g+eVVyK9t5qpAGvimapuWilAh3eHJEFUw8VBwtKw8="; }; build-system = [ @@ -102,6 +102,8 @@ buildPythonPackage rec { # Tests connect to the internet "test_status_when_num_of_chunks_is_zero" "test_test_socket_get_cert" + # Missing .wiremock/wiremock-standalone.jar + "test_wiremock" ]; pythonImportsCheck = [