| 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 |
| * | python3Package.atom: 0.11.0 -> 0.12.1; fix build failure•••Build was failing because of tests with Python 3.14. | Clément | 2026-01-02 | 1 | -2/+2 |
| * | 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 |
| * | maintainers: drop bhipple•••Reacted to 1 out of 57 maintainer pings in the least 180 days. | Wolfgang Walther | 2025-12-09 | 1 | -1/+0 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.atom: 0.10.5 -> 0.11.0 | R. Ryantm | 2024-10-28 | 1 | -2/+2 |
| * | python3Packages: remove unused arguments | Sigmanificient | 2024-07-30 | 1 | -1/+0 |
| * | python312Packages.atom: 0.10.4 -> 0.10.5 | R. Ryantm | 2024-07-14 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -20/+13 |
| * | python311Packages.atom: add changelog to meta | Fabian Affolter | 2024-01-27 | 1 | -0/+1 |
| * | python311Packages.atom: refactor | Fabian Affolter | 2024-01-27 | 1 | -2/+2 |
| * | python311Packages.atom: 0.10.3 -> 0.10.4 | R. Ryantm | 2024-01-27 | 1 | -2/+2 |
| * | treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. | Martin Weinelt | 2023-12-20 | 1 | -2/+0 |
| * | python310Packages.atom: 0.10.0 -> 0.10.3 | R. Ryantm | 2023-10-07 | 1 | -2/+2 |
| * | python311Packages.atom: 0.9.0 -> 0.10.0 | R. Ryantm | 2023-05-24 | 1 | -2/+2 |
| * | python3Packages.atom: 0.8.2 -> 0.9.0 | Martin Weinelt | 2023-03-03 | 1 | -2/+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 |
| * | python310Packages.atom: disable on older Python releases | Fabian Affolter | 2022-10-19 | 1 | -1/+4 |
| * | python310Packages.atom: 0.8.1 -> 0.8.2 | R. Ryantm | 2022-10-19 | 1 | -2/+2 |
| * | python310Packages.atom: 0.8.0 -> 0.8.1 | R. Ryantm | 2022-06-14 | 1 | -3/+3 |
| * | python3Packages.atom: fix versioning and tests | Martin Weinelt | 2022-04-15 | 1 | -8/+34 |
| * | python3Packages.atom: 0.7.0 -> 0.8.0 | Martin Weinelt | 2022-04-13 | 1 | -2/+2 |
| * | python3Packages.atom: 0.6.0 -> 0.7.0 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | python38Packages.atom: 0.5.2 -> 0.6.0 | R. RyanTM | 2020-11-20 | 1 | -2/+2 |
| * | python: atom: 0.5.1 -> 0.5.2 | Frederik Rietdijk | 2020-08-04 | 1 | -2/+2 |
| * | python3Packages.atom: add missing cppy dependency | Jonathan Ringer | 2020-06-11 | 1 | -1/+2 |
| * | python: atom: 0.4.3 -> 0.5.1 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: atom: 0.4.2 -> 0.4.3 | Frederik Rietdijk | 2019-02-23 | 1 | -2/+2 |
| * | python: atom: 0.4.1 -> 0.4.2 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | pythonPackages.atom: init at 0.4.1 | Benjamin Hipple | 2018-10-09 | 1 | -0/+23 |
