summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/adjusttext (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.adjusttext: refactorFabian Affolter2024-11-011-2/+2
* python312Packages.adjusttext: 1.2.0 -> 1.3.0R. Ryantm2024-11-011-2/+2
* python312Packages.adjusttext: 1.1.1 -> 1.2.0R. Ryantm2024-07-141-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-12/+11
* python311Packages.adjusttext: 1.0.4 -> 1.1.1R. Ryantm2024-03-211-2/+2
* python311Packages.adjusttext: 0.8.1 -> 1.0.4•••Diff: https://github.com/Phlya/adjusttext/compare/refs/tags/v0.8.1...v1.0.4 Changelog: https://github.com/Phlya/adjustText/releases/tag/v1.0.4 Fabian Affolter2024-02-011-2/+2
* python311Packages.adjusttext: refactorFabian Affolter2024-02-011-2/+10
* python310Packages.adjusttext: 0.8.0 -> 0.8.1R. Ryantm2023-11-031-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* python310Packages.adjusttext: 0.7.3.1 -> 0.8.0R. Ryantm2023-02-181-3/+3
* python310Packages.adjusttext: 0.7.3 -> 0.7.3.1R. Ryantm2022-01-191-2/+2
* python3Packages.adjusttext: add packagingFabian Affolter2021-11-301-6/+17
* python3Packages.adjusttext: add doCheckFabian Affolter2021-09-241-0/+3
* python3Packages.{adjustText -> adjusttext}: PEP-503 namingSamuel Ainsworth2021-09-131-0/+29