summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cmaes (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: 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ütz2026-01-111-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 Hrachyshka2025-12-101-3/+3
* python3Packages.cmaes: 0.11.1 -> 0.12.0R. Ryantm2025-07-301-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.cmaes: 0.11.0 -> 0.11.1R. Ryantm2024-08-171-2/+2
* python312Packages.cmaes: 0.10.0 -> 0.11.0R. Ryantm2024-08-101-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-17/+12
* python311Packages.cmaes: disable failing testFabian Affolter2023-10-141-6/+21
* python310Packages.cmaes: add changelog to metaFabian Affolter2023-09-011-1/+3
* python310Packages.cmaes: 0.9.1 -> 0.10.0R. Ryantm2023-09-011-2/+2
* python310Packages.cmaes: init at 0.9.1Ben Darwin2023-02-081-0/+37