| 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: use lib.concatAttrValues to obtain all optional-dependencies | Robert Schütz | 2025-11-27 | 1 | -1/+1 |
| * | treewide: remove unused with•••Auto-fixed by nixf-diagnose. | Wolfgang Walther | 2025-10-05 | 1 | -1/+1 |
| * | python3Packages.apptools: 5.3.0 -> 5.3.1 | R. Ryantm | 2025-05-22 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | maintainers: Remove knedlsepp•••I haven't been doing much maintenance in the last couple of years really, so this is long overdue. I still run NixOS on all my computers and greatly appreciate the time that the *real* maintainers put into it. ❤️ I'm hoping to be able to contribute again at some point down the line. | Josef Kemetmüller | 2024-12-22 | 1 | -1/+1 |
| * | python312Packages.apptools: 5.2.1 -> 5.3.0•••Diff: https://github.com/enthought/apptools/compare/refs/tags/5.2.1...5.3.0 Changelog: https://github.com/enthought/apptools/releases/tag/5.3.0 | Robert Schütz | 2024-07-24 | 1 | -18/+30 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -17/+14 |
| * | python311Packages.apptools: 5.1.0 -> 5.2.1•••Changelog: https://github.com/enthought/apptools/releases/tag/5.2.1 | Fabian Affolter | 2023-08-26 | 1 | -22/+2 |
| * | python311Packages.apptools: add changelog to meta | Fabian Affolter | 2023-08-26 | 1 | -0/+1 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | 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 |
| * | python310Packages.apptools: Enable more tests | Jonas Heinrich | 2022-07-29 | 1 | -8/+9 |
| * | python3Packages.apptools: adjust inputs and disable tests | Fabian Affolter | 2022-01-13 | 1 | -7/+31 |
| * | python3Packages.envisage: 4.9.2 -> 5.0.0 | Robert T. McGibbon | 2021-03-27 | 1 | -2/+12 |
| * | python39Packages.apptools: add prerequisite | Robert T. McGibbon | 2021-03-26 | 1 | -2/+1 |
| * | python3Packages.apptools: 4.5.0 -> 5.1.0 | Robert T. McGibbon | 2021-03-26 | 1 | -14/+15 |
| * | treewide: fix double quoted strings in meta.description•••Signed-off-by: Ben Siraphob <bensiraphob@gmail.com> | volth | 2021-01-24 | 1 | -1/+1 |
| * | python3Packages.apptools: fix build | Ben Darwin | 2020-04-13 | 1 | -1/+8 |
| * | python2Packages.apptools: 4.4.0 -> 4.5.0 | Ben Darwin | 2020-04-09 | 1 | -8/+9 |
| * | pythonPackages.apptools: init at 4.4.0 | Josef Kemetmüller | 2020-02-09 | 1 | -0/+31 |
