| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.anyio: 4.8.0 -> 4.9.0•••https://github.com/agronholm/anyio/blob/4.9.0/docs/versionhistory.rst | Martin Weinelt | 2025-04-03 | 1 | -2/+4 |
| * | python3Packages.anyio: 4.6.2 -> 4.8.0•••https://github.com/agronholm/anyio/blob/4.8.0/docs/versionhistory.rst | Martin Weinelt | 2025-01-27 | 1 | -5/+7 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -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 Weinelt | 2024-10-24 | 1 | -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 Weinelt | 2024-10-13 | 1 | -6/+15 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -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" ``` | Artturin | 2024-09-25 | 1 | -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ütz | 2024-08-06 | 1 | -13/+6 |
| * | python312Packages.anyio: smoke test starlette in passthru.tests | Martin Weinelt | 2024-06-24 | 1 | -0/+7 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 Weinelt | 2024-03-12 | 1 | -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 Weinelt | 2024-02-03 | 1 | -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 Weinelt | 2023-12-20 | 1 | -2/+0 |
| * | python311Packages.anyio: 4.0.0 -> 4.1.0•••https://github.com/agronholm/anyio/releases/tag/4.1.0 | Martin Weinelt | 2023-12-20 | 1 | -5/+5 |
| * | python310Packages.anyio: disable timing sensitive test | Sandro Jäckel | 2023-09-27 | 1 | -0/+4 |
| * | python3Packages.anyio: 3.7.1 -> 4.0.0 | Martin Weinelt | 2023-09-27 | 1 | -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 Affolter | 2023-08-26 | 1 | -2/+2 |
| * | python310Packages.anyio: 3.6.2 -> 3.7.0•••https://github.com/agronholm/anyio/blob/3.7.0/docs/versionhistory.rst | Martin Weinelt | 2023-05-28 | 1 | -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 Weinelt | 2023-04-18 | 1 | -0/+4 |
| * | python310Packages.anyio: speed test up with pytest-xdist | Sandro Jäckel | 2023-04-06 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python311Packages.anyio: 3.5.0 -> 3.6.2•••https://github.com/agronholm/anyio/blob/3.6.2/docs/versionhistory.rst | Robert Schütz | 2023-01-09 | 1 | -10/+3 |
| * | python3Packages.anyio: disable failing tests | Martin Weinelt | 2023-01-05 | 1 | -0/+8 |
| * | anyio, httpx: fix build on aarch64-darwin | Weijia Wang | 2022-10-07 | 1 | -0/+3 |
| * | python310Packages.anyio: fix cross | Robert Schütz | 2022-06-15 | 1 | -0/+2 |
| * | python3Packages.anyio: 3.3.4 -> 3.5.0 | Martin Weinelt | 2022-03-14 | 1 | -2/+11 |
| * | python3Packages.anyio: 3.3.2 -> 3.3.4 | Martin Weinelt | 2021-11-17 | 1 | -2/+2 |
| * | python3Packages.anyio: 3.3.1 -> 3.3.2 | Martin Weinelt | 2021-09-29 | 1 | -2/+2 |
| * | python3Packages.anyio: 3.3.0 -> 3.3.1 | Martin Weinelt | 2021-09-09 | 1 | -2/+2 |
| * | python3Packages.anyio: 3.2.1 -> 3.3.0 | Martin Weinelt | 2021-07-27 | 1 | -3/+8 |
| * | python3Packages.anyio: 3.2.0 -> 3.2.1 | Martin Weinelt | 2021-07-01 | 1 | -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 Weinelt | 2021-06-22 | 1 | -1/+10 |
| * | python3Packages.anyio: 2.2.0 -> 3.1.0 | Fabian Affolter | 2021-06-15 | 1 | -6/+11 |
| * | python3Packages.anyio: 2.1.0 -> 2.2.0 | Martin Weinelt | 2021-03-03 | 1 | -2/+2 |
| * | python3Packages.anyio: 2.0.2 -> 2.1.0 | Martin Weinelt | 2021-02-08 | 1 | -2/+2 |
| * | python3Packages.anyio: disable all socket-related tests on darwin•••They don't work in their sandbox. | Martin Weinelt | 2020-10-31 | 1 | -1/+5 |
| * | python3Packages.anyio: init at 2.0.2 | Martin Weinelt | 2020-10-07 | 1 | -0/+58 |
