| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.apprise: update homepage | Fabian Affolter | 2026-01-22 | 1 | -1/+1 |
| * | python313Packages.apprise: migrate to finalAttrs | Fabian Affolter | 2026-01-21 | 1 | -5/+5 |
| * | python3Packages.apprise: 1.9.6 -> 1.9.7 | R. Ryantm | 2026-01-21 | 1 | -2/+2 |
| * | 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 |
| * | apprise: add support for macOS desktop notifications•••Apprise supports desktop notifications on macOS (e.g., via `apprise -b "Hello World" "macosx://"`). This feature uses terminal-notifier under the hood. Unfortunately, the potential paths to terminal-notifier are hardcoded into apprise. Thus, nixpkgs's apprise does currently not support desktop notifications on macOS. This PR adds the terminal-notifier dependency under macOS and patches the hardcoded paths to use nixpkgs's terminal-notifier. | Peter Kling | 2026-01-10 | 1 | -0/+7 |
| * | python3Packages.apprise: 1.9.5 -> 1.9.6 | R. Ryantm | 2025-12-09 | 1 | -2/+2 |
| * | apprise: licenses.bsd3 -> bsd2•••It was changed after https://github.com/caronc/apprise/commit/34e52e5d9285f2612244560aca13abf3b2fe6dc1 | loudgolem | 2025-10-24 | 1 | -1/+1 |
| * | python3Packages.apprise: 1.9.4 -> 1.9.5 | R. Ryantm | 2025-10-01 | 1 | -2/+2 |
| * | python313Packages.apprise: 1.9.3 -> 1.9.4•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.4 | Fabian Affolter | 2025-08-03 | 1 | -2/+2 |
| * | python313Packages.apprise: 1.9.2 -> 1.9.3•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.3 | Fabian Affolter | 2025-04-01 | 1 | -2/+2 |
| * | python312Packages.apprise: 1.9.1 -> 1.9.2•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.2 | Fabian Affolter | 2025-01-15 | 1 | -2/+2 |
| * | python312Packages.apprise: 1.9.0 -> 1.9.1•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.1 | Fabian Affolter | 2024-12-24 | 1 | -2/+2 |
| * | python312Packages.apprise: don't use python-xdist | seth | 2024-10-07 | 1 | -25/+0 |
| * | python312Packages.apprise: disable nondeterministic test | seth | 2024-10-06 | 1 | -0/+3 |
| * | python312Packages.apprise: 1.8.1 -> 1.9.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.0 | Fabian Affolter | 2024-09-29 | 1 | -2/+2 |
| * | python312Packages.apprise: add version test | seth | 2024-07-28 | 1 | -0/+9 |
| * | python312Packages.apprise: disable more nondeterministic tests | seth | 2024-07-28 | 1 | -0/+4 |
| * | python312Packages.apprise: remove test path `test/test_plugin_workflows.py` | seth | 2024-07-28 | 1 | -0/+2 |
| * | python312Packages.apprise: don't overuse `with lib;`•••https://github.com/NixOS/nixpkgs/issues/208242 | seth | 2024-07-28 | 1 | -3/+3 |
| * | python312Packages.apprise: 1.8.0 -> 1.8.1 | R. Ryantm | 2024-07-27 | 1 | -2/+2 |
| * | python311Packages.apprise: adopt | seth | 2024-05-12 | 1 | -1/+1 |
| * | python311Packages.apprise: modernize | seth | 2024-05-12 | 1 | -1/+1 |
| * | python311Packages.apprise: disable nondeterministic tests | seth | 2024-05-12 | 1 | -0/+4 |
| * | python312Packages.apprise: format with nixfmt | Fabian Affolter | 2024-05-12 | 1 | -24/+21 |
| * | python311Packages.apprise: 1.7.6 -> 1.8.0 | R. Ryantm | 2024-05-12 | 1 | -2/+2 |
| * | python312Packages.apprise: use pyproject = true | TomaSajt | 2024-05-07 | 1 | -2/+7 |
| * | maintainers: drop marsam | Mario Rodas | 2024-04-24 | 1 | -1/+1 |
| * | python311Packages.apprise: 1.7.5 -> 1.7.6 | R. Ryantm | 2024-04-14 | 1 | -2/+2 |
| * | python311Packages.apprise: 1.7.4 -> 1.7.5•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.5 | Mario Rodas | 2024-03-30 | 1 | -2/+2 |
| * | python311Packages.apprise: 1.7.3 -> 1.7.4•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.4 | Mario Rodas | 2024-03-09 | 1 | -2/+2 |
| * | python311Packages.apprise: 1.7.2 -> 1.7.3 | R. Ryantm | 2024-03-04 | 1 | -2/+2 |
| * | python311Packages.apprise: 1.7.1 -> 1.7.2•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.2 | Mario Rodas | 2024-01-28 | 1 | -2/+3 |
| * | python310Packages.apprise: 1.7.0 -> 1.7.1 | R. Ryantm | 2024-01-02 | 1 | -2/+2 |
| * | apprise: 1.6.0 -> 1.7.0 | R. Ryantm | 2023-12-28 | 1 | -2/+2 |
| * | python310Packages.apprise: 1.5.0 -> 1.6.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.6.0 | Mario Rodas | 2023-10-15 | 1 | -2/+2 |
| * | python310Packages.apprise: 1.4.5 -> 1.5.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.5.0 | Mario Rodas | 2023-08-27 | 1 | -2/+2 |
| * | python310Packages.apprise: 1.4.0 -> 1.4.5•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.4.5 | Mario Rodas | 2023-07-06 | 1 | -2/+2 |
| * | python310Packages.apprise: 1.3.0 -> 1.4.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.4.0 | Mario Rodas | 2023-06-03 | 1 | -2/+2 |
| * | python310Packages.apprise: update license | Fabian Affolter | 2023-03-03 | 1 | -1/+1 |
| * | python3Packages.apprise: 1.2.1 -> 1.3.0 | Martin Weinelt | 2023-03-03 | 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.apprise: 1.2.0 -> 1.2.1•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.2.1 | Fabian Affolter | 2022-12-29 | 1 | -2/+2 |
| * | python310Packages.apprise: add changelog to meta | Fabian Affolter | 2022-12-29 | 1 | -0/+1 |
| * | python310Packages.apprise: 1.1.0 -> 1.2.0 | Sandro Jäckel | 2022-11-28 | 1 | -7/+7 |
| * | python310Packages.apprise: 1.0.0 -> 1.1.0 | Fabian Affolter | 2022-11-08 | 1 | -2/+5 |
| * | apprise: 1.0.0 -> 1.1.0 | R. Ryantm | 2022-10-09 | 1 | -2/+2 |
| * | apprise: 0.9.9 -> 1.0.0 | R. Ryantm | 2022-08-07 | 1 | -2/+2 |
| * | python310Packages.apprise: 0.9.8.3 -> 0.9.9 | R. Ryantm | 2022-06-03 | 1 | -2/+2 |
| * | python310Packages.babel: 2.9.1 -> 2.10.1 (#171867) | Sandro | 2022-05-09 | 1 | -2/+2 |
| * | python310Packages.apprise: 0.9.8.2 -> 0.9.8.3 | R. Ryantm | 2022-04-29 | 1 | -2/+2 |
