summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiohttp-apispec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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ütz2026-01-111-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 Hrachyshka2025-12-101-2/+2
* python3Packages.aiohttp-apispec: disable tests as they are brokenMaciej Krüger2025-08-291-5/+9
* python313Packages.aiohttp-apispec: general cleanupSandro Jäckel2025-02-111-4/+7
* python313Packages.aiohttp-apispec: fix build by replacing removed loop pytest...Sandro Jäckel2025-02-101-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 Torres2024-07-281-1/+1
* treewide: remove unused fetch* (and other) argumentsSigmanificient2024-05-301-2/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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 Girol2023-01-211-1/+1
* python39Packages.aiohttp-apispec: 3.0.0b1 -> 3.0.0b2Fabian Affolter2022-04-261-7/+2
* python3Packages.aiohttp-apispec: enable testsFabian Affolter2022-02-141-3/+7
* python3Packages.aiohttp-apispec: 2.2.2 -> 3.0.0b1Fabian Affolter2022-02-141-3/+12
* python3Packages.aiohttp-apispec: move to python-modulesFabian Affolter2022-02-141-0/+45
* python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. Frederik Rietdijk2022-01-161-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 Rossell2021-11-241-0/+37