Commit graph

20 commits

Author SHA1 Message Date
Fabian Affolter 494196b3da python311Packages.asyncpg: 0.27.0 -> 0.28.0
Changelog: https://github.com/MagicStack/asyncpg/releases/tag/v0.28.0
2023-08-07 08:31:28 +02:00
Fabian Affolter 68345e8e57
python310Packages.asyncpg: add changelog to meta 2023-03-27 08:52:51 +02:00
Sandro Jäckel e4277a6cf1
python310Packages.asyncpg: use pytestCheckHook 2023-03-26 22:27:38 +02:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Aneesh Agrawal e054caeaae
python310Packages.asyncpg: 0.26.0 -> 0.27.0 (#199918)
This is the first release to support PostgreSQL 15 (and Python 3.11).
It also drops support for Python 3.6, so bump the minimum Python to 3.7.
2022-11-13 17:24:58 -05:00
Weijia Wang b8e37121d4 python3Packages.asyncpg: disable tests on darwin 2022-11-02 17:08:41 +01:00
Martin Weinelt d94ac1de1c python3Packages.asyncpg: 0.25.0 -> 0.26.0 2022-07-21 22:33:39 +02:00
Fabian Affolter 490288b582 python3Packages.asyncpg: disable on older Python releases 2022-02-06 00:59:17 +01:00
Jonathan Ringer 5fba48f794
python3Packages.asyncpg: 0.24.0 -> 0.25.0 2021-11-30 18:48:35 -08:00
Fabian Affolter 9b4e383bc7 python3Packages.asyncpg: 0.23.0 -> 0.24.0 2021-08-12 20:22:56 +02:00
Martin Weinelt 7b70117552
python3Packages.asyncpg: 0.22.0 -> 0.23.0 2021-06-21 16:59:55 -07:00
R. RyanTM 13b63751b6 python38Packages.asyncpg: 0.21.0 -> 0.22.0 2021-03-10 08:59:50 -08:00
Sandro Jäckel 1e489c8935
pythonPackages.asyncpg: add import check, remove unused input 2021-02-17 14:10:40 +01:00
Frederik Rietdijk 232fca0c47 python: asyncpg: 0.20.1 -> 0.21.0 2020-08-16 19:30:50 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 3b4fc5b60f python37Packages.asyncpg: 0.20.0 -> 0.20.1 2020-02-01 20:37:02 +00:00
R. RyanTM 2a8602e6ed python38Packages.asyncpg: 0.19.0 -> 0.20.0 2019-11-29 18:43:06 -08:00
Edmund Wu 7d9706275d python3Packages.asyncpg: 0.18.3 -> 0.19.0 2019-10-11 14:29:01 -07:00
Maximilian Bosch 7c74ebd2a6
python3Packages.asyncpg: fix hash
The hash to the patch is broken, even with the original revision
which adds asyncpg (ee2161c5e8). As the
downloaded patch seems fine, I guess that it was generated with
`nix-prefetch-url` (the hashes for `fetchpatch` usually differ) and the
issue wasn't found as the fixed-output-derivation was already in the
contributor's store.

See https://hydra.nixos.org/build/102495795

ZHF #68361
2019-10-03 14:32:32 +02:00
Edmund Wu ee2161c5e8
python3Packages.asyncpg: init at 0.18.3 2019-08-13 11:25:51 -04:00