| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python314Packages.aioswitcher: 6.0.3 -> 6.1.0•••Diff: https://github.com/TomerFi/aioswitcher/compare/6.0.3...6.1.0 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/6.1.0 | Fabian Affolter | 2026-02-03 | 1 | -2/+2 |
| * | python314Packages.aioswitcher: migrate to finalAttrs | Fabian Affolter | 2026-01-18 | 1 | -5/+5 |
| * | python314Packages.aioswitcher: disable failing test on Python 3.14 | Fabian Affolter | 2026-01-18 | 1 | -1/+5 |
| * | 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 |
| * | python313Packages.aioswitcher: 6.0.2 -> 6.0.3•••Diff: https://github.com/TomerFi/aioswitcher/compare/6.0.2...6.0.3 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/6.0.3 | Fabian Affolter | 2025-10-19 | 1 | -2/+2 |
| * | python3Packages.aioswitcher: 6.0.1 -> 6.0.2 | R. Ryantm | 2025-08-29 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -13/+12 |
| * | python313Packages.aioswitcher: fix tests | Robert Schütz | 2025-02-06 | 1 | -0/+2 |
| * | python3Packages.aioswitcher: 6.0.0 -> 6.0.1•••https://github.com/TomerFi/aioswitcher/releases/tag/6.0.1 | Martin Weinelt | 2025-01-27 | 1 | -3/+3 |
| * | python313Packages.aioswitcher: 5.0.0 -> 6.0.0•••https://github.com/TomerFi/aioswitcher/releases/tag/6.0.0 | Martin Weinelt | 2025-01-05 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.aioswitcher: 4.4.1 -> 5.0.0•••https://github.com/TomerFi/aioswitcher/releases/tag/5.0.0 | Martin Weinelt | 2024-12-09 | 1 | -2/+2 |
| * | python312Packages.aioswitcher: 4.3.0 -> 4.4.1•••https://github.com/TomerFi/aioswitcher/releases/tag/4.4.1 | Martin Weinelt | 2024-11-07 | 1 | -2/+2 |
| * | python312Packages.aioswitcher: 4.1.0 -> 4.3.0•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/4.1.0...4.3.0 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/4.3.0 | Fabian Affolter | 2024-10-29 | 1 | -2/+2 |
| * | python312Packages.aioswitcher: 4.0.3 -> 4.1.0 | R. Ryantm | 2024-10-06 | 1 | -2/+2 |
| * | python312Packages.aioswitcher: update license•••With 2.0.0 the license was changed from MIT to Apache 2.0 https://github.com/TomerFi/aioswitcher/commit/8bbd855d2b2533f9e0f121f3a74e0822b9478771 | Fabian Affolter | 2024-09-04 | 1 | -1/+1 |
| * | python312Packages.aioswitcher: 3.4.3 -> 4.0.3•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.4.3...4.0.3 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/4.0.0 https://github.com/TomerFi/aioswitcher/releases/tag/4.0.1 https://github.com/TomerFi/aioswitcher/releases/tag/4.0.2 https://github.com/TomerFi/aioswitcher/releases/tag/4.0.3 | Fabian Affolter | 2024-09-04 | 1 | -6/+15 |
| * | python312Packages.aioswitcher: 3.4.2 -> 3.4.3•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.4.2...3.4.3 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/3.4.3 | Fabian Affolter | 2024-05-26 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -30/+29 |
| * | python312Packages.aioswitcher: disable failing tests | Martin Weinelt | 2024-03-02 | 1 | -0/+5 |
| * | python311Packages.aioswitcher: enable darwin build | Fabian Affolter | 2024-01-19 | 1 | -0/+2 |
| * | python311Packages.aioswitcher: refactor | Fabian Affolter | 2024-01-19 | 1 | -2/+1 |
| * | python311Packages.aioswitcher: 3.4.1 -> 3.4.2•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.4.1...3.4.2 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/3.4.2 | Fabian Affolter | 2024-01-19 | 1 | -2/+2 |
| * | python311Packages.aioswitcher: 3.4.0 -> 3.4.1 | R. Ryantm | 2024-01-13 | 1 | -2/+2 |
| * | python311Packages.aioswitcher: 3.3.0 -> 3.4.0•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.3.0...3.4.0 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/3.4.0 | Fabian Affolter | 2023-05-18 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: 3.2.2 -> 3.3.0•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.2.2...3.3.0 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/3.3.0 | Fabian Affolter | 2023-04-13 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: 3.2.1 -> 3.2.2•••Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.2.1...3.2.2 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/3.2.2 | Fabian Affolter | 2023-02-04 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.aioswitcher: add changelog to meta | Fabian Affolter | 2022-12-08 | 1 | -0/+1 |
| * | python310Packages.aioswitcher: 3.2.0 -> 3.2.1 | R. Ryantm | 2022-12-08 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: don't set asyncio mode | Robert Schütz | 2022-11-16 | 1 | -4/+0 |
| * | python310Packages.aioswitcher: 3.1.0 -> 3.2.0 | Fabian Affolter | 2022-10-30 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: disable on older Python releases | Fabian Affolter | 2022-10-19 | 1 | -0/+3 |
| * | python310Packages.aioswitcher: 3.0.3 -> 3.1.0 | R. Ryantm | 2022-10-19 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: 3.0.2 -> 3.0.3 | Fabian Affolter | 2022-10-01 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: 3.0.0 -> 3.0.2 | Fabian Affolter | 2022-10-01 | 1 | -3/+5 |
| * | python310Packages.aioswitcher: 2.0.10 -> 3.0.0 | R. Ryantm | 2022-09-16 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: 2.0.9 -> 2.0.10 | Fabian Affolter | 2022-08-26 | 1 | -2/+2 |
| * | python3Packages.aioswitcher: test in asyncio legacy mode | Martin Weinelt | 2022-07-21 | 1 | -0/+4 |
| * | python310Packages.aioswitcher: disable failing test | Fabian Affolter | 2022-06-25 | 1 | -0/+1 |
| * | python310Packages.aioswitcher: 2.0.8 -> 2.0.9 | R. Ryantm | 2022-04-06 | 1 | -3/+3 |
| * | python3Packages.aioswitcher: 2.0.7 -> 2.0.8 | Fabian Affolter | 2022-02-13 | 1 | -2/+2 |
| * | python310Packages.aioswitcher: 2.0.6 -> 2.0.7 | R. Ryantm | 2022-01-19 | 1 | -2/+2 |
| * | python3Packages.aioswitcher: 2.0.5 -> 2.0.6 | Fabian Affolter | 2021-09-19 | 1 | -2/+2 |
| * | python3Packages.aioswitcher: 2.0.4 -> 2.0.5 | Fabian Affolter | 2021-09-16 | 1 | -2/+2 |
| * | python3Packages.aioswitcher: 1.2.5 -> 2.0.4 | Martin Weinelt | 2021-08-05 | 1 | -10/+21 |
| * | python3Packages.aioswitcher: 1.2.3 -> 1.2.5 | Fabian Affolter | 2021-06-04 | 1 | -2/+2 |
| * | python3Packages.aioswitcher: 1.2.2 -> 1.2.3 | Fabian Affolter | 2021-06-01 | 1 | -5/+9 |
| * | python3Packages.aioswitcher: init at 1.2.2 | Fabian Affolter | 2021-01-14 | 1 | -0/+45 |
