summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ariadne/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.ariadne: 0.27.1 -> 0.28.0R. Ryantm2026-02-051-2/+2
* python3Packages.ariadne: 0.27.0 -> 0.27.1R. Ryantm2026-01-291-2/+2
* 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
* python3Packages.ariadne: 0.26.2 -> 0.27.0R. Ryantm2025-10-141-2/+2
* python313Packages.ariadne: modernizeFabian Affolter2025-09-271-5/+2
* python313Packages.ariadne: relax graphql-core•••- disable failing tests Fabian Affolter2025-09-271-0/+6
* 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
* python312Packages.ariadne: 0.26.1 -> 0.26.2R. Ryantm2025-04-211-2/+2
* python312Packages.ariadne: 0.25.2 -> 0.26.1R. Ryantm2025-02-251-2/+2
* python312Packages.ariadne: 0.24 -> 0.25.2R. Ryantm2025-02-121-3/+3
* python312Packages.ariadne: 0.23.0 -> 0.24R. Ryantm2025-01-051-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-28/+21
* python312Packages.ariadne: 0.22.0 -> 0.23.0R. Ryantm2024-03-181-2/+2
* python311Packages.ariadne: reset rev•••Tag was fixed by upstream Fabian Affolter2024-02-131-3/+1
* python311Packages.ariadne: 0.21.0 -> 0.22.0•••Changelog: https://github.com/mirumee/ariadne/releases/tag/022.0 Fabian Affolter2024-02-121-3/+9
* python311Packages.ariadne: adjust inputsFabian Affolter2024-02-121-6/+11
* python3Packages.ariadne: 0.20.1 -> 0.21.0•••https://github.com/mirumee/ariadne/blob/0.21.0/CHANGELOG.md Martin Weinelt2023-12-201-2/+2
* python3.pkgs.ariadne: remove opentracing dependency (#271999)•••opentracing is no longer developed and does not work with python 3.11Yureka2023-12-041-2/+9
* python3Packages.ariadne: 0.18.1 -> 0.20.1Martin Weinelt2023-09-271-2/+2
* python310Packages.ariadne: fix build•••Fix the format and disable tests that require an unpackaged dependency. Martin Weinelt2023-05-291-1/+12
* python3Packages.ariadne: 0.17.0 -> 0.18.1Martin Weinelt2023-03-031-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.ariadne: 0.16.1 -> 0.17.0•••Changelog: https://github.com/mirumee/ariadne/blob/0.17.0/CHANGELOG.md Fabian Affolter2022-12-281-2/+17
* python310Packages.ariadne: add changelog to metaFabian Affolter2022-12-281-3/+8
* python3Packages.ariadne: init at 0.16.1Samuel Ainsworth2022-11-221-0/+45