sqlfluff: 3.3.0 -> 3.3.1 (#380113)

This commit is contained in:
Fabian Affolter
2025-02-08 12:13:56 +01:00
committed by GitHub
3 changed files with 12 additions and 5 deletions
+4 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "3.3.0";
version = "3.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
tag = version;
hash = "sha256-srsSDMvZ7lDDfDuINB0nXR2u+X+bzMqOZL9tvl9GI/s=";
hash = "sha256-PQSGB8723y0+cptoLHpXzXfSQFicf5tasbTEf0efA8c=";
};
build-system = with python3.pkgs; [ setuptools ];
@@ -62,6 +62,8 @@ python3.pkgs.buildPythonApplication rec {
"test__linter__skip_dbt_model_disabled"
"test_rules__test_helper_has_variable_introspection"
"test__rules__std_file_dbt"
# Assertion failure
"test_html_with_external_css"
];
pythonImportsCheck = [ "sqlfluff" ];
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "9.2.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -31,9 +31,9 @@ buildPythonPackage rec {
hash = "sha256-X6Wy1xzPXRbNIipxwsoGnZv1+j1lf2+sm02cIzeTI78=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
chardet
jinja2
jinja2-pluralize
@@ -56,6 +56,9 @@ buildPythonPackage rec {
"file_does_not_exist"
# Comparing console output doesn't work reliable
"console"
# Assertion failure
"test_html_with_external_css"
"test_style_defs"
];
pythonImportsCheck = [ "diff_cover" ];
@@ -9,6 +9,7 @@
platformdirs,
pydantic,
python-dateutil,
pyyaml,
rich,
tabulate,
typer,
@@ -38,6 +39,7 @@ buildPythonPackage rec {
platformdirs
pydantic
python-dateutil
pyyaml
rich
tabulate
typer