Unverified Commit c5e62102 authored by Phillip Cloud's avatar Phillip Cloud
Browse files

python3.pkgs.sqlglot: 23.12.1 -> 25.20.1

parent cdaee388
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "sqlglot";
  version = "23.12.1";
  version = "25.20.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    repo = "sqlglot";
    owner = "tobymao";
    rev = "refs/tags/v${version}";
    hash = "sha256-VUG/l1iZ/8vAJwhktN/tx8U8KVLgaghUPArtxEyIA54=";
    hash = "sha256-RE9Hbb3g6j4j5X2ksjcBZ610RcV7Zd3YaKaBIUyD2vU=";
  };

  nativeBuildInputs = [
@@ -39,11 +39,6 @@ buildPythonPackage rec {
    duckdb
  ];

  disabledTestPaths = [
    # These integration tests assume a running Spark instance
    "tests/dataframe/integration"
  ];

  pythonImportsCheck = [ "sqlglot" ];

  meta = with lib; {