<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/apprise, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python3Packages.apprise: 1.9.9 -&gt; 1.10.0</title>
<updated>2026-04-27T00:55:38+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-04-27T00:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1c741f9139a3f9f3ef499bb11e08a70acbd6f4cb'/>
<id>1c741f9139a3f9f3ef499bb11e08a70acbd6f4cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.apprise: 1.9.8 -&gt; 1.9.9</title>
<updated>2026-03-22T01:10:57+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-03-22T01:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=7a5ad4f7dc27daca6e78791b935797dcb1e80a4c'/>
<id>7a5ad4f7dc27daca6e78791b935797dcb1e80a4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.apprise: 1.9.7 -&gt; 1.9.8</title>
<updated>2026-03-09T00:32:30+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-03-09T00:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2dd705ee965edb0f27eeacefff1229fb33c8182e'/>
<id>2dd705ee965edb0f27eeacefff1229fb33c8182e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.apprise: update homepage</title>
<updated>2026-01-22T14:26:13+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2026-01-22T14:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f9dbf575ad93a290aa7e57c7a3640211a5166073'/>
<id>f9dbf575ad93a290aa7e57c7a3640211a5166073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.apprise: migrate to finalAttrs</title>
<updated>2026-01-21T09:48:40+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2026-01-21T09:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=82c63141ecab8b078a2ba0472357f396365ba78b'/>
<id>82c63141ecab8b078a2ba0472357f396365ba78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.apprise: 1.9.6 -&gt; 1.9.7</title>
<updated>2026-01-21T01:25:55+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-01-21T01:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4bad8a38a4d029f09ee794d573446f610f7d27c0'/>
<id>4bad8a38a4d029f09ee794d573446f610f7d27c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>1a04744f74b8d9330e36dfb401aea6dba74fba79</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>apprise: add support for macOS desktop notifications</title>
<updated>2026-01-10T16:44:30+00:00</updated>
<author>
<name>Peter Kling</name>
<email>1018801+pitkling@users.noreply.github.com</email>
</author>
<published>2026-01-09T09:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3e991220051d642453df3a64ee5d7aa805187491'/>
<id>3e991220051d642453df3a64ee5d7aa805187491</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.apprise: 1.9.5 -&gt; 1.9.6</title>
<updated>2025-12-09T14:15:07+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-12-09T14:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=03721408cac25c8deacde853bf00f3b23ef7d961'/>
<id>03721408cac25c8deacde853bf00f3b23ef7d961</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apprise: licenses.bsd3 -&gt; bsd2</title>
<updated>2025-10-24T17:09:33+00:00</updated>
<author>
<name>loudgolem</name>
<email>phanirithvij2000@gmail.com</email>
</author>
<published>2025-10-24T17:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f527620e4082a67c301f2b008825b42abc2b9f3b'/>
<id>f527620e4082a67c301f2b008825b42abc2b9f3b</id>
<content type='text'>
It was changed after https://github.com/caronc/apprise/commit/34e52e5d9285f2612244560aca13abf3b2fe6dc1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was changed after https://github.com/caronc/apprise/commit/34e52e5d9285f2612244560aca13abf3b2fe6dc1</pre>
</div>
</content>
</entry>
</feed>
