summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/apprise (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.apprise: update homepageFabian Affolter2026-01-221-1/+1
* python313Packages.apprise: migrate to finalAttrsFabian Affolter2026-01-211-5/+5
* python3Packages.apprise: 1.9.6 -> 1.9.7R. Ryantm2026-01-211-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ütz2026-01-111-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 Kling2026-01-101-0/+7
* python3Packages.apprise: 1.9.5 -> 1.9.6R. Ryantm2025-12-091-2/+2
* apprise: licenses.bsd3 -> bsd2•••It was changed after https://github.com/caronc/apprise/commit/34e52e5d9285f2612244560aca13abf3b2fe6dc1loudgolem2025-10-241-1/+1
* python3Packages.apprise: 1.9.4 -> 1.9.5R. Ryantm2025-10-011-2/+2
* python313Packages.apprise: 1.9.3 -> 1.9.4•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.4 Fabian Affolter2025-08-031-2/+2
* python313Packages.apprise: 1.9.2 -> 1.9.3•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.3 Fabian Affolter2025-04-011-2/+2
* python312Packages.apprise: 1.9.1 -> 1.9.2•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.2 Fabian Affolter2025-01-151-2/+2
* python312Packages.apprise: 1.9.0 -> 1.9.1•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.1 Fabian Affolter2024-12-241-2/+2
* python312Packages.apprise: don't use python-xdistseth2024-10-071-25/+0
* python312Packages.apprise: disable nondeterministic testseth2024-10-061-0/+3
* python312Packages.apprise: 1.8.1 -> 1.9.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.0 Fabian Affolter2024-09-291-2/+2
* python312Packages.apprise: add version testseth2024-07-281-0/+9
* python312Packages.apprise: disable more nondeterministic testsseth2024-07-281-0/+4
* python312Packages.apprise: remove test path `test/test_plugin_workflows.py`seth2024-07-281-0/+2
* python312Packages.apprise: don't overuse `with lib;`•••https://github.com/NixOS/nixpkgs/issues/208242 seth2024-07-281-3/+3
* python312Packages.apprise: 1.8.0 -> 1.8.1R. Ryantm2024-07-271-2/+2
* python311Packages.apprise: adoptseth2024-05-121-1/+1
* python311Packages.apprise: modernizeseth2024-05-121-1/+1
* python311Packages.apprise: disable nondeterministic testsseth2024-05-121-0/+4
* python312Packages.apprise: format with nixfmtFabian Affolter2024-05-121-24/+21
* python311Packages.apprise: 1.7.6 -> 1.8.0R. Ryantm2024-05-121-2/+2
* python312Packages.apprise: use pyproject = trueTomaSajt2024-05-071-2/+7
* maintainers: drop marsamMario Rodas2024-04-241-1/+1
* python311Packages.apprise: 1.7.5 -> 1.7.6R. Ryantm2024-04-141-2/+2
* python311Packages.apprise: 1.7.4 -> 1.7.5•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.5 Mario Rodas2024-03-301-2/+2
* python311Packages.apprise: 1.7.3 -> 1.7.4•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.4 Mario Rodas2024-03-091-2/+2
* python311Packages.apprise: 1.7.2 -> 1.7.3R. Ryantm2024-03-041-2/+2
* python311Packages.apprise: 1.7.1 -> 1.7.2•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.7.2 Mario Rodas2024-01-281-2/+3
* python310Packages.apprise: 1.7.0 -> 1.7.1R. Ryantm2024-01-021-2/+2
* apprise: 1.6.0 -> 1.7.0R. Ryantm2023-12-281-2/+2
* python310Packages.apprise: 1.5.0 -> 1.6.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.6.0 Mario Rodas2023-10-151-2/+2
* python310Packages.apprise: 1.4.5 -> 1.5.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.5.0 Mario Rodas2023-08-271-2/+2
* python310Packages.apprise: 1.4.0 -> 1.4.5•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.4.5 Mario Rodas2023-07-061-2/+2
* python310Packages.apprise: 1.3.0 -> 1.4.0•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.4.0 Mario Rodas2023-06-031-2/+2
* python310Packages.apprise: update licenseFabian Affolter2023-03-031-1/+1
* python3Packages.apprise: 1.2.1 -> 1.3.0Martin Weinelt2023-03-031-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.apprise: 1.2.0 -> 1.2.1•••Changelog: https://github.com/caronc/apprise/releases/tag/v1.2.1 Fabian Affolter2022-12-291-2/+2
* python310Packages.apprise: add changelog to metaFabian Affolter2022-12-291-0/+1
* python310Packages.apprise: 1.1.0 -> 1.2.0Sandro Jäckel2022-11-281-7/+7
* python310Packages.apprise: 1.0.0 -> 1.1.0Fabian Affolter2022-11-081-2/+5
* apprise: 1.0.0 -> 1.1.0R. Ryantm2022-10-091-2/+2
* apprise: 0.9.9 -> 1.0.0R. Ryantm2022-08-071-2/+2
* python310Packages.apprise: 0.9.8.3 -> 0.9.9R. Ryantm2022-06-031-2/+2
* python310Packages.babel: 2.9.1 -> 2.10.1 (#171867)Sandro2022-05-091-2/+2
* python310Packages.apprise: 0.9.8.2 -> 0.9.8.3R. Ryantm2022-04-291-2/+2