| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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ütz | 2026-01-11 | 1 | -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 Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python3Packages.aionotion: relax various dependencies | Martin Weinelt | 2025-08-09 | 1 | -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 Weinelt | 2025-08-09 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python311Packages.aionotion: migrate to pytest-cov-stub | Peder Bergebakken Sundt | 2024-08-06 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -26/+21 |
| * | python311Packages.aionotion: refactor | Fabian Affolter | 2024-03-08 | 1 | -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 Affolter | 2024-03-08 | 1 | -2/+2 |
| * | python311Packages.aionotion: 2023.12.0 -> 2024.02.2•••https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.02.2 | Martin Weinelt | 2024-03-07 | 1 | -5/+13 |
| * | python311Packages.aionotion: 2023.11.0 -> 2023.12.0 | R. Ryantm | 2024-01-13 | 1 | -2/+2 |
| * | python3Packages.aionotion: 2023.05.5 -> 2023.11.0•••https://github.com/bachya/aionotion/releases/tag/refs/tags/2023.11.0 | Martin Weinelt | 2023-12-20 | 2 | -132/+5 |
| * | python311Packages.aionotion: add meta.changelog | natsukium | 2023-12-20 | 1 | -0/+1 |
| * | python311Packages.aionotion: apply patch for pydantic>=2 | natsukium | 2023-12-20 | 2 | -0/+114 |
| * | python3.pkgs.aionotion: clean up build dependency constraints | Theodore Ni | 2023-08-22 | 1 | -0/+17 |
| * | python311Packages.aionotion: 2023.05.4 -> 2023.05.5 | Fabian Affolter | 2023-05-23 | 1 | -2/+2 |
| * | python310Packages.aionotion: 2023.05.1 -> 2023.05.4•••Diff: https://github.com/bachya/aionotion/compare/2023.05.1...2023.05.4 | Martin Weinelt | 2023-05-14 | 1 | -2/+2 |
| * | python311Packages.aionotion: 2023.05.0 -> 2023.05.1 | Fabian Affolter | 2023-05-06 | 1 | -2/+2 |
| * | python311Packages.aionotion: 2023.04.2 -> 2023.05.0•••Diff: https://github.com/bachya/aionotion/compare/2023.04.2...2023.05.0 | Fabian Affolter | 2023-05-04 | 1 | -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 Weinelt | 2023-05-04 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.aionotion: update disabled | Fabian Affolter | 2022-10-30 | 1 | -5/+12 |
| * | python310Packages.aionotion: 2021.10.0 -> 2022.10.0 | Fabian Affolter | 2022-10-30 | 1 | -2/+2 |
| * | python3Packages.aionotion: 3.0.2 -> 2021.10.0 | Fabian Affolter | 2021-10-27 | 1 | -2/+2 |
| * | python3Packages.aionotion: 3.0.1 -> 3.0.2 | Fabian Affolter | 2021-07-23 | 1 | -2/+2 |
| * | python3Packages.aionotion: init at 3.0.1 | Fabian Affolter | 2021-03-20 | 1 | -0/+51 |
