summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/azure-batch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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ütz2026-01-111-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 Hrachyshka2025-12-101-3/+3
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-13/+10
* python311Packages.azure-batch: 14.1.0 -> 14.2.0R. Ryantm2024-04-041-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 Affolter2024-02-011-9/+12
* python310Packages.azure-batch: 13.0.0 -> 14.0.0R. Ryantm2023-06-231-2/+2
* python310Packages.azure-batch: disable on older Python releasesFabian Affolter2022-11-101-3/+9
* python310Packages.azure-batch: 12.0.0 -> 13.0.0R. Ryantm2022-11-101-2/+2
* python310Packages.azure-batch: 11.0.0 -> 12.0.0R. Ryantm2022-02-031-2/+2
* python39Packages.azure-batch: add import checkSandro Jäckel2021-08-271-0/+2
* python38Packages.azure-batch: 10.0.0 -> 11.0.0R. RyanTM2021-08-131-2/+2
* python37Packages.azure-batch: 9.0.0 -> 10.0.0R. RyanTM2020-12-081-2/+2
* update contact infoMax Wilson2020-11-181-1/+1
* python27Packages.azure-batch: 8.0.0 -> 9.0.0R. RyanTM2020-04-061-2/+2
* pythonPackages.azure*: point to mono-repo for homepageJonathan Ringer2019-10-201-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. RyanTM2019-09-271-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. RyanTM2019-08-041-2/+2
* pythonPackages.azure-batch: init at 6.0.1Max Wilson2019-07-161-0/+34