summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aionotion (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
* 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.aionotion: relax various dependenciesMartin Weinelt2025-08-091-0/+11
* python3Packages.aionotion: 2024.03.0 -> 2025.02.0•••https://github.com/bachya/aionotion/releases/tag/2025.02.0 This commit was automatically generated using update-python-libraries. Martin Weinelt2025-08-091-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python311Packages.aionotion: migrate to pytest-cov-stubPeder Bergebakken Sundt2024-08-061-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-26/+21
* python311Packages.aionotion: refactorFabian Affolter2024-03-081-3/+3
* python311Packages.aionotion: 2024.02.2 -> 2024.03.0•••Diff: https://github.com/bachya/aionotion/compare/refs/tags/2024.02.2...2024.03.0 Changelog: https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.03.0 Fabian Affolter2024-03-081-2/+2
* python311Packages.aionotion: 2023.12.0 -> 2024.02.2•••https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.02.2 Martin Weinelt2024-03-071-5/+13
* python311Packages.aionotion: 2023.11.0 -> 2023.12.0R. Ryantm2024-01-131-2/+2
* python3Packages.aionotion: 2023.05.5 -> 2023.11.0•••https://github.com/bachya/aionotion/releases/tag/refs/tags/2023.11.0 Martin Weinelt2023-12-202-132/+5
* python311Packages.aionotion: add meta.changelognatsukium2023-12-201-0/+1
* python311Packages.aionotion: apply patch for pydantic>=2natsukium2023-12-202-0/+114
* python3.pkgs.aionotion: clean up build dependency constraintsTheodore Ni2023-08-221-0/+17
* python311Packages.aionotion: 2023.05.4 -> 2023.05.5Fabian Affolter2023-05-231-2/+2
* python310Packages.aionotion: 2023.05.1 -> 2023.05.4•••Diff: https://github.com/bachya/aionotion/compare/2023.05.1...2023.05.4 Martin Weinelt2023-05-141-2/+2
* python311Packages.aionotion: 2023.05.0 -> 2023.05.1Fabian Affolter2023-05-061-2/+2
* python311Packages.aionotion: 2023.04.2 -> 2023.05.0•••Diff: https://github.com/bachya/aionotion/compare/2023.04.2...2023.05.0 Fabian Affolter2023-05-041-2/+2
* python310Packages.aionotion: 2022.10.0 -> 2023.04.2•••https://github.com/bachya/aionotion/releases/tag/2023.04.0 https://github.com/bachya/aionotion/releases/tag/2023.04.1 https://github.com/bachya/aionotion/releases/tag/2023.04.2 Martin Weinelt2023-05-041-2/+4
* 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.aionotion: update disabledFabian Affolter2022-10-301-5/+12
* python310Packages.aionotion: 2021.10.0 -> 2022.10.0Fabian Affolter2022-10-301-2/+2
* python3Packages.aionotion: 3.0.2 -> 2021.10.0Fabian Affolter2021-10-271-2/+2
* python3Packages.aionotion: 3.0.1 -> 3.0.2Fabian Affolter2021-07-231-2/+2
* python3Packages.aionotion: init at 3.0.1Fabian Affolter2021-03-201-0/+51