summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/azure-keyvault-keys (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-2/+2
* python3Packages.azure-keyvault-keys: 4.10.0 -> 4.11.0•••https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-keys_4.11.0/sdk/keyvault/azure-keyvault-keys This commit was automatically generated using update-python-libraries. Martin Weinelt2025-08-091-2/+2
* python312Packages.azure-keyvault-keys: 4.9.0 -> 4.10.0•••Changelog: https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-keys_4.10.0/sdk/keyvault/azure-keyvault-keys Fabian Affolter2024-11-211-3/+4
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* treewide: remove jonringer as package maintainer•••Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> Paul Meyer2024-06-251-1/+1
* python312Packages.azure-keyvault-keys: foramt with nixfmtFabian Affolter2024-04-161-16/+13
* python312Packages.azure-keyvault-keys: refactorFabian Affolter2024-04-161-2/+2
* python312Packages.azure-keyvault-keys: 4.8.0 -> 4.9.0•••Changelog: https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-keys_4.9.0/sdk/keyvault/azure-keyvault-keys Fabian Affolter2024-04-161-19/+19
* python310Packages.azure-keyvault-keys: 4.7.0 -> 4.8.0R. Ryantm2023-03-231-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 Girol2023-01-211-1/+1
* python310Packages.azure-keyvault-keys: 4.6.1 -> 4.7.0R. Ryantm2022-09-201-2/+2
* python310Packages.azure-keyvault-keys: 4.5.1 -> 4.6.1R. Ryantm2022-08-121-2/+2
* python310Packages.azure-keyvault-keys: 4.5.0 -> 4.5.1R. Ryantm2022-04-191-2/+2
* python3Packages.azure-keyvault-keys: disable on older Python releasesFabian Affolter2022-03-291-5/+16
* python310Packages.azure-keyvault-keys: 4.4.0 -> 4.5.0R. Ryantm2022-03-291-2/+2
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+0
* python3Packages.azure-keyvault-keys: 4.3.1 -> 4.4.0Jonathan Ringer2021-07-051-2/+2
* python37Packages.azure-keyvault-keys: 4.3.0 -> 4.3.1R. RyanTM2020-12-061-2/+2
* python37Packages.azure-keyvault-keys: 4.2.0 -> 4.3.0R. RyanTM2020-10-151-2/+2
* python3Packages.azure-keyvault-keys: 4.1.0 -> 4.2.0Jonathan Ringer2020-08-161-2/+2
* Merge staging-next into stagingFrederik Rietdijk2020-03-281-2/+2
|\
| * pythonPackages.azure-keyvault-keys: 4.0.0 -> 4.1.0Jonathan Ringer2020-03-241-2/+2
* | pythonPackages.azure*: use pythonNamespacesJonathan Ringer2020-03-181-0/+2
|/
* python3Packages.azure-keyvault-keys: init at 4.0.0Jonathan Ringer2019-12-301-0/+47