<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aiosmtplib, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python314Packages.aiosmtplib: migrate to finalAttrs</title>
<updated>2026-01-28T10:57:29+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2026-01-28T10:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=973f2d13482f1cdc773906e155bf74a1abb1913c'/>
<id>973f2d13482f1cdc773906e155bf74a1abb1913c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosmtplib: 5.0.0 -&gt; 5.1.0</title>
<updated>2026-01-28T10:19:25+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-01-28T10:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=897461dd6d487263076856403c03b9b220360c3e'/>
<id>897461dd6d487263076856403c03b9b220360c3e</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>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
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 &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosmtplib: 4.0.2 -&gt; 5.0.0</title>
<updated>2025-10-25T20:11:33+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-10-25T20:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=637e1202a041f3410598610e02ef03dbcecce48a'/>
<id>637e1202a041f3410598610e02ef03dbcecce48a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosmtplib: 4.0.1 -&gt; 4.0.2</title>
<updated>2025-09-09T18:50:07+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-09-09T18:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f780a3d078b2ca7d477ddec53200228caa6aacfe'/>
<id>f780a3d078b2ca7d477ddec53200228caa6aacfe</id>
<content type='text'>
Diff: https://github.com/cole/aiosmtplib/compare/v4.0.1...v4.0.2

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v4.0.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/cole/aiosmtplib/compare/v4.0.1...v4.0.2

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v4.0.2
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosmtplib: fix pytest errors</title>
<updated>2025-09-07T11:22:15+00:00</updated>
<author>
<name>Florian Brandes</name>
<email>florian.brandes@posteo.de</email>
</author>
<published>2025-09-07T11:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1b13b40d737b037f28c4c8a0ebe81ecd809e3447'/>
<id>1b13b40d737b037f28c4c8a0ebe81ecd809e3447</id>
<content type='text'>
Signed-off-by: Florian Brandes &lt;florian.brandes@posteo.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Brandes &lt;florian.brandes@posteo.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosmtplib: 4.0.0 -&gt; 4.0.1</title>
<updated>2025-04-28T20:30:10+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-04-28T20:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=fbf5b6c4f77e8dbd0ea7bc9c84bba36835f99a8d'/>
<id>fbf5b6c4f77e8dbd0ea7bc9c84bba36835f99a8d</id>
<content type='text'>
Diff: https://github.com/cole/aiosmtplib/compare/refs/tags/v4.0.0...refs/tags/v4.0.1

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v4.0.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/cole/aiosmtplib/compare/refs/tags/v4.0.0...refs/tags/v4.0.1

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v4.0.1
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosmtplib: refactor</title>
<updated>2025-02-03T15:29:29+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-02-03T15:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=cf3d305b41e25d73ec3c6a4718086b770e9a3047'/>
<id>cf3d305b41e25d73ec3c6a4718086b770e9a3047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosmtplib: 3.0.2 -&gt; 4.0.0</title>
<updated>2025-02-03T15:24:23+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-02-03T15:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c4e076079c160a3710880fb532a563f366cced3c'/>
<id>c4e076079c160a3710880fb532a563f366cced3c</id>
<content type='text'>
Diff: https://github.com/cole/aiosmtplib/compare/refs/tags/v3.0.2...v4.0.0

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v4.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/cole/aiosmtplib/compare/refs/tags/v3.0.2...v4.0.0

Changelog: https://github.com/cole/aiosmtplib/releases/tag/v4.0.0
</pre>
</div>
</content>
</entry>
</feed>
