python3Packages.asyncpg: 0.29.0 -> 0.30.0

This release supports PostgreSQL 17.

https://github.com/MagicStack/asyncpg/releases/tag/v0.30.0
This commit is contained in:
Wolfgang Walther
2024-11-13 19:52:23 +01:00
parent 85228bf93e
commit 5b35070c8b
@@ -8,18 +8,19 @@
pythonOlder,
pytest-xdist,
pytestCheckHook,
distro,
}:
buildPythonPackage rec {
pname = "asyncpg";
version = "0.29.0";
version = "0.30.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-0cSeH0T/+v2aVeGpsQFZCFnYgdY56ikiUW9dnFEtNU4=";
hash = "sha256-xVHpkoq2cHYC9EgRgX+CujxEbgGL/h06vsyLpfPqyFE=";
};
# sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495
@@ -34,6 +35,7 @@ buildPythonPackage rec {
postgresql
pytest-xdist
pytestCheckHook
distro
];
preCheck = ''