| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••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> | Ihar Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| * | python3Packages.aiohttp-apispec: disable tests as they are broken | Maciej Krüger | 2025-08-29 | 1 | -5/+9 |
| * | python313Packages.aiohttp-apispec: general cleanup | Sandro Jäckel | 2025-02-11 | 1 | -4/+7 |
| * | python313Packages.aiohttp-apispec: fix build by replacing removed loop pytest... | Sandro Jäckel | 2025-02-10 | 1 | -0/+6 |
| * | treewide: remove viric from meta.maintainers [orphans]•••Since theey is not active from at least six years. All the packages on this commit became orphans. --------------------------------------------------------------------------- There are files not covered by this commit, because they will be adopted soon. Namely: - pkgs/by-name/zs/zsync/package.nix - pkgs/games/bsdgames/default.nix - pkgs/misc/ghostscript/default.nix - pkgs/os-specific/linux/kernel/perf/default.nix - pkgs/tools/system/logrotate/default.nix | Anderson Torres | 2024-07-28 | 1 | -1/+1 |
| * | treewide: remove unused fetch* (and other) arguments | Sigmanificient | 2024-05-30 | 1 | -2/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -16/+15 |
| * | 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 |
| * | python39Packages.aiohttp-apispec: 3.0.0b1 -> 3.0.0b2 | Fabian Affolter | 2022-04-26 | 1 | -7/+2 |
| * | python3Packages.aiohttp-apispec: enable tests | Fabian Affolter | 2022-02-14 | 1 | -3/+7 |
| * | python3Packages.aiohttp-apispec: 2.2.2 -> 3.0.0b1 | Fabian Affolter | 2022-02-14 | 1 | -3/+12 |
| * | python3Packages.aiohttp-apispec: move to python-modules | Fabian Affolter | 2022-02-14 | 1 | -0/+45 |
| * | python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. | Frederik Rietdijk | 2022-01-16 | 1 | -37/+0 |
| * | tribler: 7.4.4 -> 7.10.0•••This also adds old versions of apispec and webargs that tribler requires, and aiohttp-apispec as well. | Lluís Batlle i Rossell | 2021-11-24 | 1 | -0/+37 |
