| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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ütz | 2026-01-11 | 1 | -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 Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -1/+1 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -48/+25 |
| * | python312Packages.databases: refactor | Fabian Affolter | 2024-03-02 | 1 | -5/+8 |
| * | python312Packages.databases: 0.8.0 -> 0.9.0 | R. Ryantm | 2024-03-02 | 1 | -2/+2 |
| * | python3Packages.databases: 0.7.0 -> 0.8.0 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | python310Packages.databases: Mark broken with sqlalchemy>=2.0•••The upstream indicated that they have no resources to develop support themselves. | Martin Weinelt | 2023-03-03 | 1 | -0/+2 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.databases: 0.6.2 -> 0.7.0•••Diff: https://github.com/encode/databases/compare/refs/tags/0.6.2...0.7.0 Changelog: https://github.com/encode/databases/releases/tag/0.7.0 | Martin Weinelt | 2022-12-28 | 1 | -2/+2 |
| * | python310Packages.databases: 0.6.1 -> 0.6.2•••Changelog: https://github.com/encode/databases/releases/tag/0.6.2 | Fabian Affolter | 2022-11-26 | 1 | -2/+2 |
| * | python310Packages.databases: move to optional-dependencies•••- update disabled - add changelog to meta | Fabian Affolter | 2022-11-26 | 1 | -17/+37 |
| * | python310Packages.databases: 0.6.0 -> 0.6.1 | Fabian Affolter | 2022-08-10 | 1 | -2/+2 |
| * | python310Packages.databases: 0.5.5 -> 0.6.0 | Fabian Affolter | 2022-06-06 | 1 | -2/+2 |
| * | python3Packages.databases: 0.5.4 -> 0.5.5 | Fabian Affolter | 2022-02-13 | 1 | -2/+2 |
| * | python3Packages.databases: 0.5.3 -> 0.5.4 | Fabian Affolter | 2022-01-23 | 1 | -2/+3 |
| * | python3Packages.databases: 0.5.2 -> 0.5.3 | Fabian Affolter | 2021-10-17 | 1 | -12/+19 |
| * | python3Packages.databases: 0.5.0 -> 0.5.2 | Fabian Affolter | 2021-10-08 | 1 | -2/+2 |
| * | python3Packages.databases: 0.4.3 -> 0.5.0 | Martin Weinelt | 2021-08-26 | 1 | -15/+2 |
| * | python3Packages.database: add patches for sqlalchemy 1.4 compat | Martin Weinelt | 2021-06-22 | 1 | -0/+13 |
| * | python3Packages.databases: 0.2.6 -> 0.4.3 | Martin Weinelt | 2021-05-07 | 1 | -11/+16 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python3Packages.databases: init at 0.2.6 | Chris Ostrouchov | 2019-12-29 | 1 | -0/+49 |
