summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiocontextvars (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-7/+8
* python312Packages.aiocontextvars: use pyproject = trueTomaSajt2024-05-071-4/+8
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.aiocontextvars: drop useless pytest-runnerSandro Jäckel2023-03-191-4/+4
* python3Packages.aiocontextvars: Remove sqlalchemy dependency•••Upstream project declares no such dependency nor is there any evidence it is required. Jean-Paul Calderone2023-03-171-5/+0
* 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
* python3Packages.aiocontextvars: use pytestCheckHook•••and specify format. Martin Weinelt2022-11-291-9/+7
* python3Packages.contextvars: drop•••Only required on python36, which was dropped a while ago. Martin Weinelt2022-11-291-3/+0
* pythonPackages: deprecate pytestrunner aliasSandro Jäckel2021-07-211-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python3Packages.aiocontextvars: init at 0.2.2Chris Ostrouchov2019-12-291-0/+48