summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiohttp-retry (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.aiohttp-retry: fix version metadataRobert Schütz2026-01-081-3/+5
* 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
* treewide: pytestFlagsArray -> pytestFlags and join flag and option argument•••This treewide change targets Python packages that specifies pytest flags with pytestFlagsArray, and whose flags cannot be consructed by other pytestCheckHook-honoured arguments. Use the __structuredAttrs-agnostic argument pytestFlags instead of the deprecated pytestFlagsArray. For flags with option arguments, join each flag and their option argument into a single command-line argument following POSIX Utility Argument Syntax[1] for easier overriding (remove/replace). Examples: * [ "-W" "ignore:message:WarningClass" ] -> [ "-Wignore:message:WarningClass" ] * [ "--reruns" "3" ] -> [ "--reruns=3" ] [1]: https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html Yueh-Shun Li2025-06-161-1/+1
* python3Packages.aiohttp-retry: 2.9.0 -> 2.9.1•••https://github.com/inyutin/aiohttp_retry/releases/tag/v2.9.1 Martin Weinelt2025-01-271-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.aiohttp-retry: refactorFabian Affolter2024-11-031-2/+6
* python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0R. Ryantm2024-11-031-3/+3
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-16/+11
* treewide: fix sandbox darwin buildTheodore Ni2023-08-041-0/+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.aiohttp-retry: 2.7.0 -> 2.8.3Fabian Affolter2022-08-121-2/+2
* python310Packages.aiohttp-retry: 2.5.6 -> 2.7.0Anthony Roussel2022-08-091-2/+6
* python3Packages.aiohttp-retry: init at 2.5.6Fabian Affolter2022-01-151-0/+43