| 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 | -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 | -2/+2 |
| * | python3Packages.contourpy: 1.3.2 -> 1.3.3•••https://github.com/contourpy/contourpy/releases/tag/v1.3.3 This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-08-09 | 1 | -3/+3 |
| * | python313Packages.contourpy: 1.3.1 -> 1.3.2•••https://github.com/contourpy/contourpy/releases/tag/v1.3.2 | Martin Weinelt | 2025-05-23 | 1 | -2/+2 |
| * | python313Packages.contourpy: 1.3.0 -> 1.3.1•••https://github.com/contourpy/contourpy/releases/tag/v1.3.1 | Martin Weinelt | 2025-01-27 | 1 | -2/+2 |
| * | python3Packages.contourpy: fix cross build•••nuke-refs was used incorrectly | DavHau | 2025-01-19 | 1 | -4/+1 |
| * | Merge remote-tracking branch 'upstream/staging-next' into fix-merge-conflict-... | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| |\ | |||||
| | * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | | Fix cross build for various python packages (#369631) | Martin Weinelt | 2025-01-02 | 1 | -0/+14 |
| |\ \ | |||||
| | * | | python3Packages.contourpy: fix cross build | DavHau | 2025-01-01 | 1 | -0/+14 |
| | |/ | |||||
| * | | python312Packages.contourpy: fix cross compilation (#328218) | misuzu | 2024-12-14 | 1 | -0/+7 |
| |\ \ | |/ |/| | |||||
| | * | python312Packages.contourpy: fix cross compilation | Colin | 2024-07-28 | 1 | -0/+7 |
| * | | python312Packages.contourpy: 1.2.1 -> 1.3.0•••https://github.com/contourpy/contourpy/releases/tag/v1.3.0 | Martin Weinelt | 2024-10-13 | 1 | -4/+5 |
| * | | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| |/ | |||||
| * | python3Packages.contourpy: 1.2.0 -> 1.2.1•••https://github.com/contourpy/contourpy/releases/tag/v1.2.1 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -62/+67 |
| * | python3Packages.contourpy: fix typo in binding | Alyssa Ross | 2024-05-10 | 1 | -3/+3 |
| * | python3Packages.contourpy: 1.1.0 -> 1.2.0•••https://github.com/contourpy/contourpy/releases/tag/v1.2.0 | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| * | python3Packages.contourpy: 1.0.7 -> 1.1.0 | Martin Weinelt | 2023-09-27 | 1 | -4/+8 |
| * | python3Packages.contourpy: 1.0.6 -> 1.0.7 | Martin Weinelt | 2023-03-03 | 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 |
| * | python3Packages.contourpy: init at 1.0.6 | Martin Weinelt | 2023-01-05 | 1 | -0/+75 |
