| 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: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -13/+10 |
| * | python311Packages.azure-batch: 14.1.0 -> 14.2.0 | R. Ryantm | 2024-04-04 | 1 | -2/+2 |
| * | python311Packages.azure-batch: 14.0.0 -> 14.1.0•••Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-batch_14.1.0/sdk/batch/azure-batch/CHANGELOG.md | Fabian Affolter | 2024-02-01 | 1 | -9/+12 |
| * | python310Packages.azure-batch: 13.0.0 -> 14.0.0 | R. Ryantm | 2023-06-23 | 1 | -2/+2 |
| * | python310Packages.azure-batch: disable on older Python releases | Fabian Affolter | 2022-11-10 | 1 | -3/+9 |
| * | python310Packages.azure-batch: 12.0.0 -> 13.0.0 | R. Ryantm | 2022-11-10 | 1 | -2/+2 |
| * | python310Packages.azure-batch: 11.0.0 -> 12.0.0 | R. Ryantm | 2022-02-03 | 1 | -2/+2 |
| * | python39Packages.azure-batch: add import check | Sandro Jäckel | 2021-08-27 | 1 | -0/+2 |
| * | python38Packages.azure-batch: 10.0.0 -> 11.0.0 | R. RyanTM | 2021-08-13 | 1 | -2/+2 |
| * | python37Packages.azure-batch: 9.0.0 -> 10.0.0 | R. RyanTM | 2020-12-08 | 1 | -2/+2 |
| * | update contact info | Max Wilson | 2020-11-18 | 1 | -1/+1 |
| * | python27Packages.azure-batch: 8.0.0 -> 9.0.0 | R. RyanTM | 2020-04-06 | 1 | -2/+2 |
| * | pythonPackages.azure*: point to mono-repo for homepage | Jonathan Ringer | 2019-10-20 | 1 | -1/+1 |
| * | python37Packages.azure-batch: 7.0.0 -> 8.0.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-azure-batch/versions | R. RyanTM | 2019-09-27 | 1 | -2/+2 |
| * | python37Packages.azure-batch: 6.0.1 -> 7.0.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-azure-batch/versions | R. RyanTM | 2019-08-04 | 1 | -2/+2 |
| * | pythonPackages.azure-batch: init at 6.0.1 | Max Wilson | 2019-07-16 | 1 | -0/+34 |
