| 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 | -3/+3 |
| * | python3Packages.adlfs: 2024.12.0 -> 2025.8.0 | R. Ryantm | 2025-08-30 | 1 | -2/+2 |
| * | python3Packages.adlfs: relax azure-datalake-store constraint | Martin Weinelt | 2025-08-09 | 1 | -0/+2 |
| * | python312Packages.adlfs: 2024.7.0 -> 2024.12.0•••Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2024.7.0...2024.12.0 Changelog: https://github.com/fsspec/adlfs/blob/2024.12.0/CHANGELOG.md | Fabian Affolter | 2025-01-15 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.adlfs: 2024.4.1 -> 2024.7.0 | R. Ryantm | 2024-07-22 | 1 | -2/+2 |
| * | python311Packages.adlfs: 2024.4.0 -> 2024.4.1 | R. Ryantm | 2024-04-17 | 1 | -2/+2 |
| * | python312Packages.adlfs: foramt with nixfmt | Fabian Affolter | 2024-04-13 | 1 | -15/+14 |
| * | python312Packages.adlfs: refactor | Fabian Affolter | 2024-04-13 | 1 | -2/+2 |
| * | python312Packages.adlfs: 2024.2.0 -> 2024.4.0 | R. Ryantm | 2024-04-13 | 1 | -2/+2 |
| * | python311Packages.adlfs: fix build | Martin Weinelt | 2024-03-17 | 1 | -2/+9 |
| * | python3Packages.adlfs: 2023.10.0 -> 2024.2.0•••https://github.com/fsspec/adlfs/blob/2024.2.0/CHANGELOG.md | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python311Packages.adlfs: 2023.9.0 -> 2023.10.0•••Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.9.0...2023.10.0 Changelog: https://github.com/fsspec/adlfs/blob/2023.10.0/CHANGELOG.md | Fabian Affolter | 2023-10-17 | 1 | -2/+2 |
| * | python311Packages.adlfs: 2023.8.0 -> 2023.9.0•••Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.8.0...2023.9.0 Changelog: https://github.com/fsspec/adlfs/blob/2023.9.0/CHANGELOG.md | Fabian Affolter | 2023-09-18 | 1 | -2/+2 |
| * | python311Packages.adlfs: 2023.4.0 -> 2023.8.0•••Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.4.0...2023.8.0 Changelog: https://github.com/fsspec/adlfs/blob/2023.8.0/CHANGELOG.md | Fabian Affolter | 2023-08-10 | 1 | -2/+2 |
| * | python310Packages.adlfs: 2023.1.0 -> 2023.4.0•••Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.1.0...2023.4.0 Changelog: https://github.com/fsspec/adlfs/blob/2023.4.0/CHANGELOG.md | Fabian Affolter | 2023-04-27 | 1 | -2/+2 |
| * | python310Packages.adlfs: 2022.11.2 -> 2023.1.0•••Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2022.11.2...2023.1.0 Changelog: https://github.com/fsspec/adlfs/blob/2023.1.0/CHANGELOG.md | Fabian Affolter | 2023-02-03 | 1 | -2/+2 |
| * | python310Packages.adlfs: add changelog to meta | Fabian Affolter | 2022-12-05 | 1 | -1/+2 |
| * | python310Packages.adlfs: 2022.10.0 -> 2022.11.2•••Changelog: https://github.com/fsspec/adlfs/blob/2022.11.2/CHANGELOG.md | Fabian Affolter | 2022-12-05 | 1 | -2/+2 |
| * | python310Packages.adlfs: 2022.9.1 -> 2022.10.0 | Fabian Affolter | 2022-10-19 | 1 | -2/+2 |
| * | python310Packages.adlfs: 2022.7.0 -> 2022.9.1 | Fabian Affolter | 2022-09-22 | 1 | -2/+2 |
| * | python310Packages.adlfs: init at 2022.7.0 | Fabian Affolter | 2022-08-13 | 1 | -0/+49 |
