| 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 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.aiohttp-remotes: 1.2.0 -> 1.3.0 | R. Ryantm | 2024-11-03 | 1 | -17/+17 |
| * | Merge pull request #332843 from pbsds/migrate-pytest-cov-stub-1722976455••• treewide: migrate to pytest-cov-stub | Peder Bergebakken Sundt | 2024-08-12 | 1 | -5/+2 |
| |\ | |||||
| | * | python311Packages.aiohttp-remotes: migate to pytest-cov-stub | Peder Bergebakken Sundt | 2024-08-06 | 1 | -5/+2 |
| * | | python3Packages.aiohttp-remotes: fix build on darwin | Tom Bereknyei | 2024-08-06 | 1 | -0/+2 |
| |/ | |||||
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -20/+13 |
| * | python3Packages.aiohttp-remotes: switch to pypaBuildHook | Peder Bergebakken Sundt | 2023-09-22 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.aiohttp-remotes: set pytest flags | Fabian Affolter | 2022-04-25 | 1 | -0/+6 |
| * | python3Packages.aiohttp-remotes: update format | Fabian Affolter | 2022-01-23 | 1 | -2/+2 |
| * | python3Packages.aiohttp-remotes: 1.1.0 -> 1.2.0 | Jonathan Ringer | 2022-01-23 | 1 | -2/+2 |
| * | python3Packages.aiohttp-remotes: switch to pytestCheckHook | Fabian Affolter | 2021-11-14 | 1 | -10/+33 |
| * | python38Packages.aiohttp-remotes: 1.0.0 -> 1.1.0 | R. Ryantm | 2021-11-14 | 1 | -2/+2 |
| * | pkgs.development.python-modules: remove unused args | Markus S. Wamser | 2021-11-12 | 1 | -1/+1 |
| * | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | python3Packages.aiohttp-remotes: 0.1.2 -> 1.0.0 | Alyssa Ross | 2021-01-14 | 1 | -9/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -2/+2 |
| * | python3Packages.aiohttp_remotes: init at 0.1.2 | Alyssa Ross | 2018-10-31 | 1 | -0/+34 |
