summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiogithubapi (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
* python313Packages.aiogithubapi: refactorFabian Affolter2025-09-021-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 Li2025-06-161-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 Affolter2025-05-291-2/+2
* python313Packages.aiogithubapi: relax async-timeoutFabian Affolter2025-03-051-0/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages.aiogithubapi: fix buildwxt2024-11-141-9/+6
* python312Packages.aiogithubapi: refactorFabian Affolter2024-07-121-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 Affolter2024-06-271-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-21/+16
* python312Packages.aiogithubapi: enable darwin buildFabian Affolter2024-01-191-0/+2
* python312Packages.aiogithubapi: disable failing testsFabian Affolter2024-01-191-3/+13
* python311Packages.aiogithubapi: propagate sigstoreMartin Weinelt2023-12-201-0/+2
* python3Packages.aiogithubapi: 23.2.1 -> 23.11.0•••https://github.com/ludeeus/aiogithubapi/releases/tag/23.11.0 Martin Weinelt2023-12-201-2/+2
* python310Packages.aiogithubapi: 22.12.2 -> 23.2.1•••Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/23.2.1 Fabian Affolter2023-02-241-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.aiogithubapi: add changelog to metaFabian Affolter2022-12-061-0/+1
* python310Packages.aiogithubapi: 22.10.1 -> 22.12.2R. Ryantm2022-12-051-3/+3
* python310Packages.aiogithubapi: test in asyncio auto modeRobert Schütz2022-11-161-1/+1
* python310Packages.aiogithubapi: 22.3.1 -> 22.10.1Fabian Affolter2022-10-261-2/+2
* python3Packages.aiogithubapi: relax backoff constraint, use legacy asyncio-mo...Martin Weinelt2022-09-191-6/+11
* python3Packages.aiogithubapi: fix version substitutionMartin Weinelt2022-08-031-1/+1
* python3Packages.aiogithubapi: 22.2.4 -> 22.3.1Fabian Affolter2022-03-281-4/+9
* python310Packages.aiogithubapi: 22.2.3 -> 22.2.4R. Ryantm2022-02-271-2/+2
* python310Packages.aiogithubapi: 22.2.2 -> 22.2.3R. Ryantm2022-02-211-2/+2
* python3Packages.aiogithubapi: 22.2.0 -> 22.2.2Fabian Affolter2022-02-191-2/+2
* python3Packages.aiogithubapi: 22.1.2 -> 22.2.0Martin Weinelt2022-02-041-2/+2
* python3Packages.aiogithubapi: 22.1.0 -> 22.1.2Fabian Affolter2022-01-251-2/+2
* python3Packages.aiogithubapi: 21.11.0 -> 22.1.0Fabian Affolter2022-01-161-10/+13
* python3Packages.aiogithubapi: 21.8.1 -> 21.11.0Fabian Affolter2021-11-041-2/+2
* python3Packages.aiogithubapi: init at 21.8.1Fabian Affolter2021-09-141-0/+53