| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.asyncpg: fix build•••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. | Martin Weinelt | 2025-04-03 | 1 | -4/+15 |
| * | python3Packages.asyncpg: enable tests again•••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. | Wolfgang Walther | 2025-03-24 | 1 | -1/+1 |
| * | python3Packages.asyncpg: disable a test broken by python•••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) | Vladimír Čunát | 2025-03-24 | 1 | -0/+3 |
| * | python3Packages.asyncpg: 0.29.0 -> 0.30.0•••This release supports PostgreSQL 17. https://github.com/MagicStack/asyncpg/releases/tag/v0.30.0 | Wolfgang Walther | 2024-11-13 | 1 | -2/+4 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -15/+12 |
| * | pythonPackages.asyncpg: fix build on older Python, bump minimum Python versio... | wackbyte | 2024-03-20 | 1 | -1/+8 |
| * | python3Packages.asyncpg: 0.28.0 -> 0.29.0•••https://github.com/MagicStack/asyncpg/releases/tag/v0.29.0 | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| * | python311Packages.asyncpg: 0.27.0 -> 0.28.0•••Changelog: https://github.com/MagicStack/asyncpg/releases/tag/v0.28.0 | Fabian Affolter | 2023-08-07 | 1 | -2/+2 |
| * | python310Packages.asyncpg: add changelog to meta | Fabian Affolter | 2023-03-27 | 1 | -0/+1 |
| * | python310Packages.asyncpg: use pytestCheckHook | Sandro Jäckel | 2023-03-26 | 1 | -0/+8 |
| * | 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. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | 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. | Aneesh Agrawal | 2022-11-13 | 1 | -3/+3 |
| * | python3Packages.asyncpg: disable tests on darwin | Weijia Wang | 2022-11-02 | 1 | -0/+3 |
| * | python3Packages.asyncpg: 0.25.0 -> 0.26.0 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python3Packages.asyncpg: disable on older Python releases | Fabian Affolter | 2022-02-06 | 1 | -7/+16 |
| * | python3Packages.asyncpg: 0.24.0 -> 0.25.0 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | python3Packages.asyncpg: 0.23.0 -> 0.24.0 | Fabian Affolter | 2021-08-12 | 1 | -2/+2 |
| * | python3Packages.asyncpg: 0.22.0 -> 0.23.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python38Packages.asyncpg: 0.21.0 -> 0.22.0 | R. RyanTM | 2021-03-10 | 1 | -2/+2 |
| * | pythonPackages.asyncpg: add import check, remove unused input | Sandro Jäckel | 2021-02-17 | 1 | -1/+3 |
| * | python: asyncpg: 0.20.1 -> 0.21.0 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python37Packages.asyncpg: 0.20.0 -> 0.20.1 | R. RyanTM | 2020-02-01 | 1 | -2/+2 |
| * | python38Packages.asyncpg: 0.19.0 -> 0.20.0 | R. RyanTM | 2019-11-29 | 1 | -2/+2 |
| * | python3Packages.asyncpg: 0.18.3 -> 0.19.0 | Edmund Wu | 2019-10-11 | 1 | -9/+2 |
| * | python3Packages.asyncpg: fix hash•••The hash to the patch is broken, even with the original revision which adds asyncpg (ee2161c5e82b2c7be9dcfcb0105e99fee1bddd3f). 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 | Maximilian Bosch | 2019-10-03 | 1 | -1/+1 |
| * | python3Packages.asyncpg: init at 0.18.3 | Edmund Wu | 2019-08-13 | 1 | -0/+38 |
