| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python314Packages.asyncstdlib: disable•••> Note that asyncstdlib does not support Python 3.14 yet.[^1] [^1]: https://github.com/maxfischer2781/asyncstdlib/issues/188#issuecomment-3771752590 | Robert Schütz | 2026-01-20 | 1 | -0/+4 |
| * | 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 | -3/+3 |
| * | python312Packages.asyncstdlib: 3.13.0 -> 3.13.1 | R. Ryantm | 2025-03-12 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.asyncstdlib: 3.12.5 -> 3.13.0 | R. Ryantm | 2024-11-02 | 1 | -2/+2 |
| * | python312Packages.asyncstdlib: 3.12.4 -> 3.12.5 | R. Ryantm | 2024-08-25 | 1 | -2/+2 |
| * | python312Packages.asyncstdlib: 3.12.3 -> 3.12.4•••Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.12.3...v3.12.4 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.12.4 | Fabian Affolter | 2024-06-24 | 1 | -2/+2 |
| * | python312Packages.asyncstdlib: format with nixfmt | Fabian Affolter | 2024-04-16 | 1 | -15/+10 |
| * | python312Packages.asyncstdlib: 3.12.2 -> 3.12.3 | R. Ryantm | 2024-04-15 | 1 | -2/+2 |
| * | python311Packages.asyncstdlib: refactor | Fabian Affolter | 2024-03-27 | 1 | -1/+1 |
| * | python311Packages.asyncstdlib: 3.12.1 -> 3.12.2 | R. Ryantm | 2024-03-24 | 1 | -2/+2 |
| * | python311Packages.asyncstdlib: 3.12.0 -> 3.12.1•••Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.12.0...v3.12.1 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.12.1 | Fabian Affolter | 2024-03-03 | 1 | -2/+2 |
| * | python311Packages.asyncstdlib: refactor | Fabian Affolter | 2024-01-06 | 1 | -8/+3 |
| * | python311Packages.asyncstdlib: 3.10.9 -> 3.12.0•••Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.10.9...v3.12.0 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.12.0 | Fabian Affolter | 2024-01-06 | 1 | -2/+2 |
| * | python311Packages.asyncstdlib: 3.10.8 -> 3.10.9•••Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.10.8...v3.10.9 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.10.9 | Fabian Affolter | 2023-10-09 | 1 | -2/+2 |
| * | python3Packages.asyncstdlib: switch to pypaBuildHook | Peder Bergebakken Sundt | 2023-09-22 | 1 | -1/+6 |
| * | python311Packages.asyncstdlib: 3.10.7 -> 3.10.8•••Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.10.7...v3.10.8 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.10.8 | Fabian Affolter | 2023-06-04 | 1 | -2/+2 |
| * | python310Packages.asyncstdlib: 3.10.6 -> 3.10.7•••Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.10.6...v3.10.7 Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.10.7 | Fabian Affolter | 2023-05-02 | 1 | -2/+2 |
| * | python310Packages.asyncstdlib: add changelog to meta | Fabian Affolter | 2023-03-24 | 1 | -0/+1 |
| * | python310Packages.asyncstdlib: 3.10.5 -> 3.10.6 | Fabian Affolter | 2023-03-24 | 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.asyncstdlib: 3.10.4 -> 3.10.5 | R. Ryantm | 2022-06-02 | 1 | -3/+3 |
| * | python3Packages.asyncstdlib: update ordering | Fabian Affolter | 2022-03-28 | 1 | -3/+6 |
| * | python310Packages.asyncstdlib: 3.10.3 -> 3.10.4 | R. Ryantm | 2022-03-28 | 1 | -2/+2 |
| * | python3Packages.asyncstdlib: 3.10.2 -> 3.10.3 | Fabian Affolter | 2022-02-05 | 1 | -2/+2 |
| * | python3Packages.asyncstdlib: 3.10.1 -> 3.10.2 | Fabian Affolter | 2021-10-16 | 1 | -2/+2 |
| * | python3Packages.asyncstdlib: 3.9.2 -> 3.10.1 | Fabian Affolter | 2021-09-20 | 1 | -2/+2 |
| * | python3Packages.asyncstdlib: 3.9.1 -> 3.9.2 | Fabian Affolter | 2021-06-30 | 1 | -2/+2 |
| * | python3Packages.asyncstdlib: init at 3.9.1 | Fabian Affolter | 2021-05-07 | 1 | -0/+38 |
