| 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 |
| * | python313Packages.aioshutil: 1.6.a1 -> 1.6•••Diff: https://github.com/kumaraditya303/aioshutil/compare/v1.6.a1...v1.6 Changelog: https://github.com/kumaraditya303/aioshutil/releases/tag/v1.6 | Fabian Affolter | 2025-10-21 | 1 | -2/+2 |
| * | python313Packages.aioshutil: add changelog to meta•••- update disabled | Fabian Affolter | 2025-08-29 | 1 | -2/+3 |
| * | python3Packages.aioshutil: 1.5 -> 1.6.a1 | R. Ryantm | 2025-08-29 | 1 | -2/+2 |
| * | python313Packages.aioshutil: migrate to pytest-cov-stub | Peder Bergebakken Sundt | 2025-03-04 | 1 | -5/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.aioshutil: 1.4 -> 1.5•••Diff: https://github.com/kumaraditya303/aioshutil/compare/refs/tags/v1.4...v1.5 | Fabian Affolter | 2024-07-21 | 1 | -2/+2 |
| * | python312Packages.aioshutil: 1.3 -> 1.4•••Diff: https://github.com/kumaraditya303/aioshutil/compare/refs/tags/v1.3...v1.4 | Fabian Affolter | 2024-05-28 | 1 | -11/+11 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -13/+10 |
| * | treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. | Martin Weinelt | 2023-12-20 | 1 | -2/+0 |
| * | python310Packages.aioshutil: 1.2 -> 1.3•••Diff: https://github.com/kumaraditya303/aioshutil/compare/v1.2...v1.3 | Fabian Affolter | 2023-03-15 | 1 | -2/+2 |
| * | 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 |
| * | python310Packages.aioshutil: 1.1 -> 1.2 | Fabian Affolter | 2022-10-27 | 1 | -2/+2 |
| * | python310Packages.aioshutil: init at 1.1 | Fabian Affolter | 2022-06-03 | 1 | -0/+50 |
