| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.aiohttp-retry: fix version metadata | Robert Schütz | 2026-01-08 | 1 | -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 Hrachyshka | 2025-12-10 | 1 | -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 Li | 2025-06-16 | 1 | -1/+1 |
| * | python3Packages.aiohttp-retry: 2.9.0 -> 2.9.1•••https://github.com/inyutin/aiohttp_retry/releases/tag/v2.9.1 | Martin Weinelt | 2025-01-27 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.aiohttp-retry: refactor | Fabian Affolter | 2024-11-03 | 1 | -2/+6 |
| * | python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 | R. Ryantm | 2024-11-03 | 1 | -3/+3 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -16/+11 |
| * | treewide: fix sandbox darwin build | Theodore Ni | 2023-08-04 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.aiohttp-retry: 2.7.0 -> 2.8.3 | Fabian Affolter | 2022-08-12 | 1 | -2/+2 |
| * | python310Packages.aiohttp-retry: 2.5.6 -> 2.7.0 | Anthony Roussel | 2022-08-09 | 1 | -2/+6 |
| * | python3Packages.aiohttp-retry: init at 2.5.6 | Fabian Affolter | 2022-01-15 | 1 | -0/+43 |
