| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: change 'format = "pyproject";' to 'pyproject = true;'•••This is almost all find-and-replace. I manually edited: * pkgs/development/python-modules/notifications-android-tv/default.nix, * pkgs/servers/home-assistant/default.nix, * pkgs/development/tools/continuous-integration/buildbot/master.nix A few files have not been changed in this PR because they would cause rebuilds. This PR should have 0 rebuilds. | Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | 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 | -2/+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 |
| * | python3Packages.bytecode: 0.16.2 -> 0.17.0 | R. Ryantm | 2025-09-08 | 1 | -2/+2 |
| * | treewide: substitute pname for strings (python3Packages.[a-g].*) | Peder Bergebakken Sundt | 2025-05-25 | 1 | -1/+1 |
| * | python312Packages.bytecode: 0.16.1 -> 0.16.2 | R. Ryantm | 2025-04-16 | 1 | -2/+2 |
| * | python312Packages.bytecode: 0.16.0 -> 0.16.1 | R. Ryantm | 2025-01-24 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.bytecode: 0.15.1 -> 0.16.0 | R. Ryantm | 2024-10-29 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -12/+9 |
| * | 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.bytecode: 0.15.0 -> 0.15.1 | R. Ryantm | 2023-10-13 | 1 | -2/+2 |
| * | python310Packages.bytecode: 0.14.2 -> 0.15.0 | R. Ryantm | 2023-09-02 | 1 | -2/+2 |
| * | python310Packages.bytecode: 0.14.1 -> 0.14.2 | R. Ryantm | 2023-06-19 | 1 | -2/+2 |
| * | python310Packages.bytecode: 0.14.0 -> 0.14.1 | R. Ryantm | 2023-04-09 | 1 | -2/+2 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | 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.bytecode: 0.13.0 -> 0.14.0 | Martin Weinelt | 2023-01-05 | 1 | -3/+11 |
| * | python3Packages.bytecode: 0.12.0 -> 0.13.0 | Fabian Affolter | 2021-10-17 | 1 | -2/+2 |
| * | python3Packages.bytecode: 0.11.0 -> 0.12.0 | Fabian Affolter | 2021-07-06 | 1 | -3/+6 |
| * | python3Packages.bytecode: 0.11.0 -> 0.12.0 | Fabian Affolter | 2021-07-03 | 1 | -2/+2 |
| * | python3Packages.bytecode: init at 0.11.0 | Arnout Engelen | 2020-08-10 | 1 | -0/+29 |
