<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aiosql, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>treewide: prune pythonOlder 3.10/3.11</title>
<updated>2026-02-15T03:33:54+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-02-15T02:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8ea6bde88dd8ac77d9d81135d71a075d5d691c87'/>
<id>8ea6bde88dd8ac77d9d81135d71a075d5d691c87</id>
<content type='text'>
This is a post 3.10 removal cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a post 3.10 removal cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosql: fix darwin build</title>
<updated>2026-01-13T12:44:43+00:00</updated>
<author>
<name>Amadej Kastelic</name>
<email>amadejkastelic7@gmail.com</email>
</author>
<published>2026-01-13T12:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=015415c9ea2e1b432497bb4945b31b6cd4e906a8'/>
<id>015415c9ea2e1b432497bb4945b31b6cd4e906a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosql: 14.1 -&gt; 15.0</title>
<updated>2026-01-08T14:49:08+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-01-08T14:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b9119a2ef054b34324c7dce7bd4a10425cff43a9'/>
<id>b9119a2ef054b34324c7dce7bd4a10425cff43a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.aiosql: Make "out" the first derivation</title>
<updated>2025-12-09T19:06:06+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2025-12-09T11:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2a0daa500ba99cafd81caebd0bd2a25ee446c042'/>
<id>2a0daa500ba99cafd81caebd0bd2a25ee446c042</id>
<content type='text'>
This way, "PYTHONPATH=${python3.pkgs.aiosql}/${python3.sitePackages}"
will produce the correct result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, "PYTHONPATH=${python3.pkgs.aiosql}/${python3.sitePackages}"
will produce the correct result.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosql: Enable PostgreSQL tests with pg8000 and psycopg</title>
<updated>2025-12-09T19:06:05+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2025-12-09T11:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=60481d51c37b899f9ded4d349850658f318f7e37'/>
<id>60481d51c37b899f9ded4d349850658f318f7e37</id>
<content type='text'>
Also, move pg8000 from propagatedBuildInputs to nativeCheckInputs. It is
just one of many supported backends, so it is an optional dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, move pg8000 from propagatedBuildInputs to nativeCheckInputs. It is
just one of many supported backends, so it is an optional dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosql: 13.4 -&gt; 14.1</title>
<updated>2025-12-09T19:05:01+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2025-12-09T11:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c14f32e46d259b4dabfa5b231c0c89619dca50f5'/>
<id>c14f32e46d259b4dabfa5b231c0c89619dca50f5</id>
<content type='text'>
Also drop check for Python version: we don’t have anything older than
Python 3.10 anyway (thanks dotlambda for the suggestion).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also drop check for Python version: we don’t have anything older than
Python 3.10 anyway (thanks dotlambda for the suggestion).
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aiosql: 13.3 -&gt; 13.4</title>
<updated>2025-08-09T16:57:54+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-05T02:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=cda9903ed1a8f29209ed28d8fbce19e35052cfa4'/>
<id>cda9903ed1a8f29209ed28d8fbce19e35052cfa4</id>
<content type='text'>
https://github.com/nackjicholson/aiosql/releases/tag/13.4

This commit was automatically generated using update-python-libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/nackjicholson/aiosql/releases/tag/13.4

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosql: 13.2 -&gt; 13.3</title>
<updated>2025-03-23T13:18:11+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-03-23T13:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d36e1a5c6ea44a8029099aa1738042205052f089'/>
<id>d36e1a5c6ea44a8029099aa1738042205052f089</id>
<content type='text'>
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/13.2...13.3

Changelog: https://github.com/nackjicholson/aiosql/releases/tag/13.3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/13.2...13.3

Changelog: https://github.com/nackjicholson/aiosql/releases/tag/13.3
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aiosql: 13.0 -&gt; 13.2</title>
<updated>2025-02-08T12:19:21+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-02-08T12:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=727a9e8a620781baa458e10178f05d67e5b1aa5d'/>
<id>727a9e8a620781baa458e10178f05d67e5b1aa5d</id>
<content type='text'>
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/13.0...13.2

Changelog: https://github.com/nackjicholson/aiosql/releases/tag/13.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/nackjicholson/aiosql/compare/refs/tags/13.0...13.2

Changelog: https://github.com/nackjicholson/aiosql/releases/tag/13.2
</pre>
</div>
</content>
</entry>
</feed>
