summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiohttp-remotes (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-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.aiohttp-remotes: 1.2.0 -> 1.3.0R. Ryantm2024-11-031-17/+17
* Merge pull request #332843 from pbsds/migrate-pytest-cov-stub-1722976455••• treewide: migrate to pytest-cov-stubPeder Bergebakken Sundt2024-08-121-5/+2
|\
| * python311Packages.aiohttp-remotes: migate to pytest-cov-stubPeder Bergebakken Sundt2024-08-061-5/+2
* | python3Packages.aiohttp-remotes: fix build on darwinTom Bereknyei2024-08-061-0/+2
|/
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-20/+13
* python3Packages.aiohttp-remotes: switch to pypaBuildHookPeder Bergebakken Sundt2023-09-221-1/+6
* 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
* python3Packages.aiohttp-remotes: set pytest flagsFabian Affolter2022-04-251-0/+6
* python3Packages.aiohttp-remotes: update formatFabian Affolter2022-01-231-2/+2
* python3Packages.aiohttp-remotes: 1.1.0 -> 1.2.0Jonathan Ringer2022-01-231-2/+2
* python3Packages.aiohttp-remotes: switch to pytestCheckHookFabian Affolter2021-11-141-10/+33
* python38Packages.aiohttp-remotes: 1.0.0 -> 1.1.0R. Ryantm2021-11-141-2/+2
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+1
* pythonPackages: deprecate pytestcov aliasSandro Jäckel2021-07-211-2/+2
* python3Packages.aiohttp-remotes: 0.1.2 -> 1.0.0Alyssa Ross2021-01-141-9/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
* python3Packages.aiohttp_remotes: init at 0.1.2Alyssa Ross2018-10-311-0/+34