summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cleo/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Daniels2026-01-121-1/+1
* 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: substitute pname for strings (python3Packages.[a-g].*)Peder Bergebakken Sundt2025-05-251-1/+1
* python313Packages.cleo: 2.1.0 -> 2.2.1•••https://github.com/python-poetry/cleo/blob/refs/tags/2.2.1/CHANGELOG.md Martin Weinelt2025-03-111-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-12/+11
* python310Packages.cleo: 2.0.1 -> 2.1.0R. Ryantm2023-11-041-2/+2
* python310Packages.cleo: relax rapidfuzz version contraintRobert Schütz2023-04-201-0/+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
* python310Packages.cleo: clean up crashtest patchTheodore Ni2022-12-091-5/+0
* python310Packages.cleo: 1.0.0a5 -> 2.0.1•••fixes CVE-2022-42966 https://github.com/python-poetry/cleo/blob/2.0.1/CHANGELOG.md Robert Schütz2022-11-291-4/+5
* python3Packages.cleo: 0.8.1 -> 1.0.0a5Martin Weinelt2022-09-181-12/+39
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+1
* python: cleo: 0.7.6 -> 0.8.1Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: cleo: 0.7.5 -> 0.7.6Frederik Rietdijk2019-11-221-2/+2
* pythonPackages.cleo: 0.7.4 -> 0.7.5Jake Waksbaum2019-07-031-4/+2
* python: cleo: 0.7.2 -> 0.7.4Frederik Rietdijk2019-06-151-2/+2
* pythonPackages.cleo: init at 0.7.2Jake Waksbaum2019-01-101-0/+30