summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiohttp
AgeCommit message (Collapse)Author
2025-12-10Merge branch 'staging-next' into stagingWolfgang Walther
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
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 <walther@technowledgy.de>
2025-11-25python314Packages.aiohttp: don't depend on backports-zstdRobert Schütz
Python 3.14 has compression.zstd in its stdlib.
2025-11-07python3Packages.aiohttp: drop patch included in 3.13.2Vladimír Čunát
This was forgotten during the update in bbf20cd77847ee.
2025-11-02python3Packages.aiohttp: 3.13.1 -> 3.13.2Martin Weinelt
https://github.com/aio-libs/aiohttp/releases/tag/v3.13.2
2025-10-19python3Packages.aiohttp: 3.13.0 -> 3.13.1Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/v3.13.0...v3.13.1 Changelog: https://docs.aiohttp.org/en/v3.13.1/changes.html
2025-10-19python3Packages.aiohttp: only depend on async-timeout for Python < 3.11Robert Schütz
2025-10-13python3Packages.aiohttp: 3.12.15 -> 3.13.0Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/v3.12.15...v3.13.0 Changelog: https://docs.aiohttp.org/en/v3.13.0/changes.html
2025-08-28python3Packages.aiohttp: drop superfluous test dependencyRobert Schütz
We don't run Docker, so we don't need python-on-whales.
2025-08-09python3Packages.aiohttp: 3.12.14 -> 3.12.15Martin Weinelt
https://docs.aiohttp.org/en/v3.12.15/changes.html
2025-08-09python3Packages.cython: 3.0.12 -> 3.1.2Robert Schütz
Diff: https://github.com/cython/cython/compare/refs/tags/3.0.12...refs/tags/3.1.2 Changelog: https://github.com/cython/cython/blob/3.1.2/CHANGES.rst
2025-07-24Merge branch 'master' into staging-nextWolfgang Walther
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-07-15python3Packages.aiohttp: 3.12.13 -> 3.12.14Martin Weinelt
https://docs.aiohttp.org/en/v3.12.14/changes.html
2025-06-16Merge branch 'staging-next' into stagingRobert Schütz
2025-06-16python3Packages.aiohttp: fix tests on aarch64-darwinRobert Schütz
2025-06-14python3Packages.aiohttp: 3.12.10 -> 3.12.13Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.12.10...refs/tags/v3.12.13 Changelog: https://docs.aiohttp.org/en/v3.12.13/changes.html
2025-06-07python3Packages.aiohttp: 3.11.18 -> 3.12.10Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.11.18...refs/tags/v3.12.10 Changelog: https://docs.aiohttp.org/en/v3.12.10/changes.html
2025-05-23python313Packages.aiohttp: 3.11.15 -> 3.11.18Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.18/CHANGES.rst
2025-04-03python313Packages.aiohttp: 3.11.14 -> 3.11.15Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.15/CHANGES.rst
2025-04-03python313Packages.aiohttp: 3.11.13 -> 3.11.14Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.14/CHANGES.rst
2025-02-25python313Packages.aiohttp: 3.11.12 -> 3.11.13Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.11.12...v3.11.13 Changelog: https://github.com/aio-libs/aiohttp/blob/v3.11.13/CHANGES.rst
2025-02-10treewide: replace substituteAll with replaceVarsWolfgang Walther
2025-02-07python313Packages.aiohttp: 3.11.11 -> 3.11.12Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.12/CHANGES.rst
2025-01-04Merge remote-tracking branch 'upstream/staging-next' into ↵Peder Bergebakken Sundt
fix-merge-conflict-1735949935
2025-01-04treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt
2024-12-22python312Packages.aiohttp: 3.11.9 -> 3.11.11Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.11/CHANGES.rst
2024-12-04python312Packages.aiohttp: 3.11.2 -> 3.11.9Martin Weinelt
https://github.com/aio-libs/aiohttp/releases/tag/v3.11.3 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.4 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.5 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.6 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.7 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.8 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.9
2024-11-18python313Packages.aiohttp: 3.11.0 -> 3.11.2Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.2/CHANGES.rst
2024-11-18python313Packages.aiohttp: 3.10.10 -> 3.11.0Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.11.0/CHANGES.rst
2024-10-26Merge staging-next into staginggithub-actions[bot]
2024-10-26Merge master into staging-nextgithub-actions[bot]
2024-10-24python312Packages.aiohttp: 3.10.8 -> 3.10.10Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.10.10/CHANGES.rst
2024-10-23python310Packages.aiohttp: disable failing testphanirithvij
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-13python312Packages.aiohttp: 3.10.7 -> 3.10.8Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.10.8/CHANGES.rst
2024-09-28python312Packages.yarl: 1.9.4 -> 1.13.1, python312Packages.aiohttp: 3.10.5 ↵Martin Weinelt
-> 3.10.7, python312Packages.aiohappyeyeballs: 2.3.6 -> 2.4.2 (#339112)
2024-09-28python312Packages.aiohttp: 3.10.5 -> 3.10.7Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.10.5...v3.10.7 Changelog: https://github.com/aio-libs/aiohttp/blob/v3.10.7/CHANGES.rst
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
2024-08-23python312Packages.aiohttp: 3.10.3 -> 3.10.5Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.10.5/CHANGES.rst
2024-08-12python312Packages.aiohttp: 3.10.2 -> 3.10.3Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.10.2...v3.10.3 Changelog: https://github.com/aio-libs/aiohttp/blob/v3.10.3/CHANGES.rst
2024-08-09python312Packages.aiohttp: 3.10.1 -> 3.10.2Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.10.2/CHANGES.rst
2024-08-06python312Packages.aiohttp: 3.10.0 -> 3.10.1Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.10.0...v3.10.1 Changelog: https://github.com/aio-libs/aiohttp/blob/v3.10.1/CHANGES.rst
2024-08-06python312Packages.aiohttp: 3.9.5 -> 3.10.0Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.9.5...v3.10.0 Changelog: https://github.com/aio-libs/aiohttp/blob/v3.10.0/CHANGES.rst
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-04-22python312Packages.aiohttp: 3.9.4 -> 3.9.5Martin Weinelt
https://github.com/aio-libs/aiohttp/blob/v3.9.5/CHANGES.rst
2024-04-22python311Packages.aiohttp: remove reference to dev dependenciesSandro Jäckel
2024-04-12Merge pull request #301518 from marsam/update-llhttpRobert Schütz
llhttp: 9.2.0 -> 9.2.1
2024-04-11python311Packages.aiohttp: 3.9.3 -> 3.9.4Robert Schütz
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.9.3...v3.9.4 Changelog: https://github.com/aio-libs/aiohttp/blob/v3.9.4/CHANGES.rst
2024-03-26python311Packages.pytest7CheckHook: initMartin Weinelt
and migrate existing overrides.
2024-03-12python311Packages.aiohttp: test with pytest_7Martin Weinelt
The test suite regressed with pytest 8. Let's give them more time to adapt.