summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiomisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.aiomisc: migrate to finalAttrsFabian Affolter2026-01-211-4/+4
* python313Packages.aiomisc: 17.9.9 -> 17.10.3•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2026-01-211-4/+8
* 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
* treewide: use lib.concatAttrValues to obtain all optional-dependenciesRobert Schütz2025-11-271-1/+1
* python313Packages.aiomisc: 17.9.6 -> 17.9.9•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2025-11-221-2/+2
* python313Packages.aiomisc: remove disabledFabian Affolter2025-10-311-5/+0
* python3Packages.aiomisc: 17.9.4 -> 17.9.6R. Ryantm2025-10-291-2/+2
* python3Packages.aiomisc: 17.7.8 -> 17.9.4•••https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md This commit was automatically generated using update-python-libraries. Martin Weinelt2025-08-091-2/+2
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-5/+7
* python313Packages.aiomisc: 17.7.7 -> 17.7.8•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2025-07-081-2/+2
* python3Packages.aiomisc: 17.7.3 -> 17.7.7R. Ryantm2025-05-031-2/+2
* python3Packages.aiomisc: 17.6.3 -> 17.7.3•••https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md This commit was automatically generated using update-python-libraries. Martin Weinelt2025-04-031-2/+2
* python313Packages.aiomisc: 17.5.31 -> 17.6.3•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2025-02-121-2/+2
* python312Packages.aiomisc: 17.5.29 -> 17.5.31•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2025-01-011-2/+2
* python312Packages.aiomisc: 17.5.26 -> 17.5.29•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2024-11-281-2/+2
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-2/+2
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-1/+1
* python312Packages.aiomisc: 17.5.25 -> 17.5.26•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2024-08-241-2/+2
* python312Packages.aiomisc: 17.5.24 -> 17.5.25•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2024-08-051-2/+2
* python312Packages.aiomisc: 17.5.19 -> 17.5.24•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2024-06-061-2/+2
* python311Packages.aiomisc: 17.5.15 -> 17.5.19R. Ryantm2024-05-151-2/+2
* python312Packages.aiomisc: 17.5.6 -> 17.5.15•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2024-05-081-2/+2
* python311Packages.aiomisc: 17.5.4 -> 17.5.6R. Ryantm2024-04-201-2/+2
* python311Packages.aiomisc: adjust inputsFabian Affolter2024-04-031-19/+14
* python311Packages.aiomisc: use nixfmtFabian Affolter2024-04-031-33/+24
* python311Packages.aiomisc: refactorFabian Affolter2024-03-291-2/+2
* python311Packages.aiomisc: update disabledFabian Affolter2024-03-291-1/+1
* python311Packages.aiomisc: 17.5.2 -> 17.5.4R. Ryantm2024-03-171-2/+2
* python311Packages.aiomisc: 17.4.1 -> 17.5.2R. Ryantm2024-03-141-2/+2
* python311Packages.aiomisc: 17.3.48 -> 17.4.1R. Ryantm2024-03-091-2/+2
* python311Packages.aiomisc: refactorFabian Affolter2024-03-071-4/+2
* python311Packages.aiomisc: 17.3.41 -> 17.3.48•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2024-03-071-2/+2
* python311Packages.aiomisc: 17.3.25 -> 17.3.41•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-11-211-2/+2
* python311Packages.aiomisc: 17.3.23 -> 17.3.25•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-11-151-2/+2
* python311Packages.aiomisc: 17.3.21 -> 17.3.23•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-09-291-2/+2
* python311Packages.aiomisc: 17.3.4 -> 17.3.21•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-07-251-2/+2
* python311Packages.aiomisc: 17.3.2 -> 17.3.4•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-07-101-2/+2
* python311Packages.aiomisc: 17.3.0 -> 17.3.2•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-06-021-2/+2
* python311Packages.aiomisc: 17.2.2 -> 17.3.0•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-05-241-2/+2
* python310Packages.aiomisc: 17.1.4 -> 17.2.2•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-05-031-2/+2
* python310Packages.aiomisc: 17.0.8 -> 17.1.4•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md Fabian Affolter2023-04-271-2/+2
* python310Packages.aiomisc: add changelog to metaFabian Affolter2023-04-031-0/+1
* python310Packages.aiomisc: 16.3.15 -> 17.0.8Fabian Affolter2023-04-031-3/+10
* python310Packages.aiomisc: 16.2.10 -> 16.3.15Fabian Affolter2023-02-091-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.aiomisc: 16.2 -> 16.2.10Fabian Affolter2022-12-171-12/+13
* python310Packages.aiomisc: init at 16.2Fabian Affolter2022-09-231-0/+88