| 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 |
| * | python313Packages.aiogithubapi: refactor | Fabian Affolter | 2025-09-02 | 1 | -5/+5 |
| * | 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 |
| * | python313Packages.aiogithubapi: 24.6.0 -> 25.5.0•••Diff: https://github.com/ludeeus/aiogithubapi/compare/refs/tags/24.6.0...refs/tags/25.5.0 Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/25.5.0 | Fabian Affolter | 2025-05-29 | 1 | -2/+2 |
| * | python313Packages.aiogithubapi: relax async-timeout | Fabian Affolter | 2025-03-05 | 1 | -0/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python3Packages.aiogithubapi: fix build | wxt | 2024-11-14 | 1 | -9/+6 |
| * | python312Packages.aiogithubapi: refactor | Fabian Affolter | 2024-07-12 | 1 | -7/+8 |
| * | python312Packages.aiogithubapi: 23.11.0 -> 24.6.0•••Diff: https://github.com/ludeeus/aiogithubapi/compare/refs/tags/23.11.0...24.6.0 Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/24.6.0 | Fabian Affolter | 2024-06-27 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -21/+16 |
| * | python312Packages.aiogithubapi: enable darwin build | Fabian Affolter | 2024-01-19 | 1 | -0/+2 |
| * | python312Packages.aiogithubapi: disable failing tests | Fabian Affolter | 2024-01-19 | 1 | -3/+13 |
| * | python311Packages.aiogithubapi: propagate sigstore | Martin Weinelt | 2023-12-20 | 1 | -0/+2 |
| * | python3Packages.aiogithubapi: 23.2.1 -> 23.11.0•••https://github.com/ludeeus/aiogithubapi/releases/tag/23.11.0 | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| * | python310Packages.aiogithubapi: 22.12.2 -> 23.2.1•••Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/23.2.1 | Fabian Affolter | 2023-02-24 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.aiogithubapi: add changelog to meta | Fabian Affolter | 2022-12-06 | 1 | -0/+1 |
| * | python310Packages.aiogithubapi: 22.10.1 -> 22.12.2 | R. Ryantm | 2022-12-05 | 1 | -3/+3 |
| * | python310Packages.aiogithubapi: test in asyncio auto mode | Robert Schütz | 2022-11-16 | 1 | -1/+1 |
| * | python310Packages.aiogithubapi: 22.3.1 -> 22.10.1 | Fabian Affolter | 2022-10-26 | 1 | -2/+2 |
| * | python3Packages.aiogithubapi: relax backoff constraint, use legacy asyncio-mo... | Martin Weinelt | 2022-09-19 | 1 | -6/+11 |
| * | python3Packages.aiogithubapi: fix version substitution | Martin Weinelt | 2022-08-03 | 1 | -1/+1 |
| * | python3Packages.aiogithubapi: 22.2.4 -> 22.3.1 | Fabian Affolter | 2022-03-28 | 1 | -4/+9 |
| * | python310Packages.aiogithubapi: 22.2.3 -> 22.2.4 | R. Ryantm | 2022-02-27 | 1 | -2/+2 |
| * | python310Packages.aiogithubapi: 22.2.2 -> 22.2.3 | R. Ryantm | 2022-02-21 | 1 | -2/+2 |
| * | python3Packages.aiogithubapi: 22.2.0 -> 22.2.2 | Fabian Affolter | 2022-02-19 | 1 | -2/+2 |
| * | python3Packages.aiogithubapi: 22.1.2 -> 22.2.0 | Martin Weinelt | 2022-02-04 | 1 | -2/+2 |
| * | python3Packages.aiogithubapi: 22.1.0 -> 22.1.2 | Fabian Affolter | 2022-01-25 | 1 | -2/+2 |
| * | python3Packages.aiogithubapi: 21.11.0 -> 22.1.0 | Fabian Affolter | 2022-01-16 | 1 | -10/+13 |
| * | python3Packages.aiogithubapi: 21.8.1 -> 21.11.0 | Fabian Affolter | 2021-11-04 | 1 | -2/+2 |
| * | python3Packages.aiogithubapi: init at 21.8.1 | Fabian Affolter | 2021-09-14 | 1 | -0/+53 |
