summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/asyncpg (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Weinelt2025-04-031-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 Walther2025-03-241-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át2025-03-241-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 Walther2024-11-131-2/+4
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-15/+12
* pythonPackages.asyncpg: fix build on older Python, bump minimum Python versio...wackbyte2024-03-201-1/+8
* python3Packages.asyncpg: 0.28.0 -> 0.29.0•••https://github.com/MagicStack/asyncpg/releases/tag/v0.29.0 Martin Weinelt2023-12-201-2/+2
* python311Packages.asyncpg: 0.27.0 -> 0.28.0•••Changelog: https://github.com/MagicStack/asyncpg/releases/tag/v0.28.0 Fabian Affolter2023-08-071-2/+2
* python310Packages.asyncpg: add changelog to metaFabian Affolter2023-03-271-0/+1
* python310Packages.asyncpg: use pytestCheckHookSandro Jäckel2023-03-261-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 Girol2023-01-211-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 Agrawal2022-11-131-3/+3
* python3Packages.asyncpg: disable tests on darwinWeijia Wang2022-11-021-0/+3
* python3Packages.asyncpg: 0.25.0 -> 0.26.0Martin Weinelt2022-07-211-2/+2
* python3Packages.asyncpg: disable on older Python releasesFabian Affolter2022-02-061-7/+16
* python3Packages.asyncpg: 0.24.0 -> 0.25.0Jonathan Ringer2021-11-301-2/+2
* python3Packages.asyncpg: 0.23.0 -> 0.24.0Fabian Affolter2021-08-121-2/+2
* python3Packages.asyncpg: 0.22.0 -> 0.23.0Martin Weinelt2021-06-211-2/+2
* python38Packages.asyncpg: 0.21.0 -> 0.22.0R. RyanTM2021-03-101-2/+2
* pythonPackages.asyncpg: add import check, remove unused inputSandro Jäckel2021-02-171-1/+3
* python: asyncpg: 0.20.1 -> 0.21.0Frederik Rietdijk2020-08-161-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python37Packages.asyncpg: 0.20.0 -> 0.20.1R. RyanTM2020-02-011-2/+2
* python38Packages.asyncpg: 0.19.0 -> 0.20.0R. RyanTM2019-11-291-2/+2
* python3Packages.asyncpg: 0.18.3 -> 0.19.0Edmund Wu2019-10-111-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 Bosch2019-10-031-1/+1
* python3Packages.asyncpg: init at 0.18.3Edmund Wu2019-08-131-0/+38