summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dbt-postgres/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-2/+2
* maintainers: drop tjni•••Reacted to 0 out of 37 maintainer pings in the least 180 days. Wolfgang Walther2025-12-091-1/+0
* python312Packages.dbt-postgres: update Python version, remove env variableTheodore Ni2024-12-211-3/+1
* python312Packages.dbt-postgres: 1.8.2 -> 1.9.0R. Ryantm2024-12-211-3/+3
* python312Packages.dbt-postgres: fix buildnatsukium2024-07-061-7/+18
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-13/+10
* python311Packages.dbt-postgres: refactorFabian Affolter2024-03-281-2/+2
* python311Packages.dbt-postgres: 1.7.4 -> 1.7.8•••Diff: https://github.com/dbt-labs/dbt-core/compare/refs/tags/v1.7.8...v1.7.8 Fabian Affolter2024-02-231-2/+10
* treewide: noop: refer to `src.name` or similar in `sourceRoot` where appropri...•••This continues where eaafc0f7eabfcc7dfea4387d98dcb9881e12755e.Jan Malakhovski2023-08-111-1/+1
* python310Packages.dbt-postgres: init at 1.5.3Theodore Ni2023-07-231-0/+37