George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
sqlfluff
Commits:
404a63f3 by George Rawlinson at 2026-02-16T07:14:56+00:00
reuse: simplify conf
- - - - -
3a8975e0 by George Rawlinson at 2026-02-16T07:38:33+00:00
upgpkg: 4.0.4-2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sqlfluff
pkgdesc = A dialect-flexible and configurable SQL linter
pkgver = 4.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sqlfluff/sqlfluff
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = sqlfluff
makedepends = python-wheel
makedepends = python-maturin
depends = glibc
- depends = gcc-libs
+ depends = libgcc
depends = python
depends = python-chardet
depends = python-click
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=sqlfluff
pkgver=4.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='A dialect-flexible and configurable SQL linter'
arch=(x86_64)
url='https://github.com/sqlfluff/sqlfluff'
license=(MIT)
depends=(
glibc
- gcc-libs
+ libgcc
python
python-chardet
python-click
@@ -71,7 +71,9 @@ check() {
--deselect='test/core/linter/discovery_test.py::test__linter__path_from_paths__ignore[test/fixtures/linter/sqlfluffignore]'
\
--deselect='test/core/plugin_test.py::test__plugin_default_config_read[Example_L001-forbidden_columns]'
\
--deselect='test/core/plugin_test.py::test__plugin_example_rules_returned[Rule_Example_L001]'
\
-
--deselect='test/core/plugin_test.py::test__plugin_manager_registers_example_plugin'
+
--deselect='test/core/plugin_test.py::test__plugin_manager_registers_example_plugin'
\
+
--deselect='test/core/config/loader_test.py::test__config__get_user_config_dir_path[darwin-False-False-~/Library/Application
Support/sqlfluff-paths_checked2]'
+
}
package() {
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlfluff/-/compare/5709ff5a471f5f2470e3b05113dba40cb330eb40...3a8975e03d25fe36227febd427df84a6abd4ea95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlfluff/-/compare/5709ff5a471f5f2470e3b05113dba40cb330eb40...3a8975e03d25fe36227febd427df84a6abd4ea95
You're receiving this email because of your account on gitlab.archlinux.org.