| Age | Commit message (Collapse) | Author |
|
|
|
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>
|
|
Python 3.14 has compression.zstd in its stdlib.
|
|
This was forgotten during the update in bbf20cd77847ee.
|
|
https://github.com/aio-libs/aiohttp/releases/tag/v3.13.2
|
|
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
|
|
|
|
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
|
|
We don't run Docker, so we don't need python-on-whales.
|
|
https://docs.aiohttp.org/en/v3.12.15/changes.html
|
|
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
|
|
|
|
|
|
https://docs.aiohttp.org/en/v3.12.14/changes.html
|
|
|
|
|
|
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
|
|
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
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.18/CHANGES.rst
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.15/CHANGES.rst
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.14/CHANGES.rst
|
|
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
|
|
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.12/CHANGES.rst
|
|
fix-merge-conflict-1735949935
|
|
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.11/CHANGES.rst
|
|
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
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.2/CHANGES.rst
|
|
https://github.com/aio-libs/aiohttp/blob/v3.11.0/CHANGES.rst
|
|
|
|
|
|
https://github.com/aio-libs/aiohttp/blob/v3.10.10/CHANGES.rst
|
|
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
|
|
https://github.com/aio-libs/aiohttp/blob/v3.10.8/CHANGES.rst
|
|
-> 3.10.7, python312Packages.aiohappyeyeballs: 2.3.6 -> 2.4.2 (#339112)
|
|
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
|
|
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"
```
|
|
https://github.com/aio-libs/aiohttp/blob/v3.10.5/CHANGES.rst
|
|
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
|
|
https://github.com/aio-libs/aiohttp/blob/v3.10.2/CHANGES.rst
|
|
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
|
|
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
|
|
|
|
https://github.com/aio-libs/aiohttp/blob/v3.9.5/CHANGES.rst
|
|
|
|
llhttp: 9.2.0 -> 9.2.1
|
|
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
|
|
and migrate existing overrides.
|
|
The test suite regressed with pytest 8. Let's give them more time to
adapt.
|