summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/anyio (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.anyio: 4.8.0 -> 4.9.0•••https://github.com/agronholm/anyio/blob/4.9.0/docs/versionhistory.rst Martin Weinelt2025-04-031-2/+4
* python3Packages.anyio: 4.6.2 -> 4.8.0•••https://github.com/agronholm/anyio/blob/4.8.0/docs/versionhistory.rst Martin Weinelt2025-01-271-5/+7
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.anyio: 4.6.0 -> 4.6.2•••https://github.com/agronholm/anyio/blob/refs/tags/4.6.2/docs/versionhistory.rst Martin Weinelt2024-10-241-2/+2
* python3Packages.anyio: 4.4.0 -> 4.6.0•••https://github.com/agronholm/anyio/blob/refs/tags/4.6.0/docs/versionhistory.rst Martin Weinelt2024-10-131-6/+15
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-2/+2
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••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" ``` Artturin2024-09-251-1/+1
* python312Packages.anyio: 4.3.0 -> 4.4.0•••Diff: https://github.com/agronholm/anyio/compare/refs/tags/4.3.0...4.4.0 Changelog: https://github.com/agronholm/anyio/blob/refs/tags/4.4.0/docs/versionhistory.rst Robert Schütz2024-08-061-13/+6
* python312Packages.anyio: smoke test starlette in passthru.testsMartin Weinelt2024-06-241-0/+7
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-38/+39
* python3Packages.anyio: 4.2.0 -> 4.3.0•••https://github.com/agronholm/anyio/blob/refs/tags/4.3.0/docs/versionhistory.rst Martin Weinelt2024-03-121-2/+2
* python311Packages.anyio: 4.1.0 -> 4.2.0•••https://github.com/agronholm/anyio/blob/refs/tags/4.2.0/docs/versionhistory.rst Martin Weinelt2024-02-031-13/+8
* treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. Martin Weinelt2023-12-201-2/+0
* python311Packages.anyio: 4.0.0 -> 4.1.0•••https://github.com/agronholm/anyio/releases/tag/4.1.0 Martin Weinelt2023-12-201-5/+5
* python310Packages.anyio: disable timing sensitive testSandro Jäckel2023-09-271-0/+4
* python3Packages.anyio: 3.7.1 -> 4.0.0Martin Weinelt2023-09-271-3/+3
* python311Packages.anyio: 3.7.0 -> 3.7.1•••Diff: https://github.com/agronholm/anyio/compare/3.7.0...3.7.1 Changelog: https://github.com/agronholm/anyio/blob/3.7.1/docs/versionhistory.rst Fabian Affolter2023-08-261-2/+2
* python310Packages.anyio: 3.6.2 -> 3.7.0•••https://github.com/agronholm/anyio/blob/3.7.0/docs/versionhistory.rst Martin Weinelt2023-05-281-25/+32
* python310Packages.anyio: Disable failing tests•••These regressed in python 3.10.11 and 3.11.3 due to changes in the transport EOF handling for OpenSSL 3.0. (cherry picked from commit 79991c3897544d9cf93db5a9930ee44dba3a2fcf) https://hydra.nixos.org/build/216627051/nixlog/1/tail Martin Weinelt2023-04-181-0/+4
* python310Packages.anyio: speed test up with pytest-xdistSandro Jäckel2023-04-061-1/+2
* 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
* python311Packages.anyio: 3.5.0 -> 3.6.2•••https://github.com/agronholm/anyio/blob/3.6.2/docs/versionhistory.rst Robert Schütz2023-01-091-10/+3
* python3Packages.anyio: disable failing testsMartin Weinelt2023-01-051-0/+8
* anyio, httpx: fix build on aarch64-darwinWeijia Wang2022-10-071-0/+3
* python310Packages.anyio: fix crossRobert Schütz2022-06-151-0/+2
* python3Packages.anyio: 3.3.4 -> 3.5.0Martin Weinelt2022-03-141-2/+11
* python3Packages.anyio: 3.3.2 -> 3.3.4Martin Weinelt2021-11-171-2/+2
* python3Packages.anyio: 3.3.1 -> 3.3.2Martin Weinelt2021-09-291-2/+2
* python3Packages.anyio: 3.3.0 -> 3.3.1Martin Weinelt2021-09-091-2/+2
* python3Packages.anyio: 3.2.1 -> 3.3.0Martin Weinelt2021-07-271-3/+8
* python3Packages.anyio: 3.2.0 -> 3.2.1Martin Weinelt2021-07-011-2/+2
* python3Packages.anyio: 3.1.0 -> 3.2.0•••Fix version string by including setuptools-scm and setting a pretend version, so that we don't require other version hints. Martin Weinelt2021-06-221-1/+10
* python3Packages.anyio: 2.2.0 -> 3.1.0Fabian Affolter2021-06-151-6/+11
* python3Packages.anyio: 2.1.0 -> 2.2.0Martin Weinelt2021-03-031-2/+2
* python3Packages.anyio: 2.0.2 -> 2.1.0Martin Weinelt2021-02-081-2/+2
* python3Packages.anyio: disable all socket-related tests on darwin•••They don't work in their sandbox. Martin Weinelt2020-10-311-1/+5
* python3Packages.anyio: init at 2.0.2Martin Weinelt2020-10-071-0/+58