<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/asyncpg, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>Merge remote-tracking branch 'origin/master' into staging-next</title>
<updated>2026-02-15T15:17:41+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-02-15T15:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b79da2786ff6caba20291983290dc777ec82c96a'/>
<id>b79da2786ff6caba20291983290dc777ec82c96a</id>
<content type='text'>
 Conflicts:
	pkgs/development/python-modules/bundlewrap/default.nix
	pkgs/development/python-modules/coverage/default.nix
	pkgs/development/python-modules/h5netcdf/default.nix
	pkgs/development/python-modules/hypothesis/default.nix
	pkgs/development/python-modules/numba/default.nix
	pkgs/development/python-modules/optype/default.nix
	pkgs/development/python-modules/setuptools-git-versioning/default.nix
	pkgs/development/python-modules/sphinx/default.nix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Conflicts:
	pkgs/development/python-modules/bundlewrap/default.nix
	pkgs/development/python-modules/coverage/default.nix
	pkgs/development/python-modules/h5netcdf/default.nix
	pkgs/development/python-modules/hypothesis/default.nix
	pkgs/development/python-modules/numba/default.nix
	pkgs/development/python-modules/optype/default.nix
	pkgs/development/python-modules/setuptools-git-versioning/default.nix
	pkgs/development/python-modules/sphinx/default.nix
</pre>
</div>
</content>
</entry>
<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.asyncpg: use pytest_8_3</title>
<updated>2026-02-01T16:41:01+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-26T16:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=806c228695ab50d42523add4a934f4566667a07b'/>
<id>806c228695ab50d42523add4a934f4566667a07b</id>
<content type='text'>
Otherwise the tests fail with errors like

    execnet.gateway_base.DumpError: can't serialize &lt;class 'decimal.Decimal'&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the tests fail with errors like

    execnet.gateway_base.DumpError: can't serialize &lt;class 'decimal.Decimal'&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.asyncpg: 0.30.0 -&gt; 0.31.0</title>
<updated>2026-02-01T15:42:15+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-21T17:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=06f4eae5d762a75fbd323523bfd1a754bfa43051'/>
<id>06f4eae5d762a75fbd323523bfd1a754bfa43051</id>
<content type='text'>
https://github.com/MagicStack/asyncpg/releases/tag/v0.31.0

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/MagicStack/asyncpg/releases/tag/v0.31.0

This commit was automatically generated using update-python-libraries.
</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.asyncpg: fix build</title>
<updated>2025-04-05T11:41:26+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-03-30T11:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=78dac4e3bd76d5dc947239150cd22bc62f189e10'/>
<id>78dac4e3bd76d5dc947239150cd22bc62f189e10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.asyncpg: fix build</title>
<updated>2025-04-03T21:13:29+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-04-03T01:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b0e2888143394996e1f857f05fce5ee119b4312c'/>
<id>b0e2888143394996e1f857f05fce5ee119b4312c</id>
<content type='text'>
Probably after changes to the postgresql/libpq packaging the package did
not find pg_config nor pg_ctl.

Took the chance to modernize it at the same time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably after changes to the postgresql/libpq packaging the package did
not find pg_config nor pg_ctl.

Took the chance to modernize it at the same time.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.asyncpg: enable tests again</title>
<updated>2025-03-24T20:40:43+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-03-23T15:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=98d6d2a7cad856d212227a812ed0697598129f72'/>
<id>98d6d2a7cad856d212227a812ed0697598129f72</id>
<content type='text'>
Those were accidentally disabled a while ago, when postgresql.doCheck
was set to false unconditionally. Instead the checks are now done as
part of the installCheck phase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those were accidentally disabled a while ago, when postgresql.doCheck
was set to false unconditionally. Instead the checks are now done as
part of the installCheck phase.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.asyncpg: disable a test broken by python</title>
<updated>2025-03-24T20:40:42+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>v@cunat.cz</email>
</author>
<published>2025-03-01T08:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6da63280dff06cd4928614a210faeb1daaaa8aeb'/>
<id>6da63280dff06cd4928614a210faeb1daaaa8aeb</id>
<content type='text'>
https://hydra.nixos.org/build/291045308/nixlog/1/tail
Looks like triggered by 06aecd366c674fa29b44b867f69108a2b29001d8
but curiously on nixpkgs master we do not suffer from the issue.

(cherry picked from commit 2b588bf4805be39c836cd56095ebd65a158e8465)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://hydra.nixos.org/build/291045308/nixlog/1/tail
Looks like triggered by 06aecd366c674fa29b44b867f69108a2b29001d8
but curiously on nixpkgs master we do not suffer from the issue.

(cherry picked from commit 2b588bf4805be39c836cd56095ebd65a158e8465)
</pre>
</div>
</content>
</entry>
</feed>
