| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | python3Packages.comicon: relax ebooklib constraint | Martin Weinelt | 2025-08-09 | 1 | -0/+1 |
| * | python3Packages.comicon: 1.4.0 -> 1.5.0•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2025-04-30 | 1 | -2/+4 |
| * | python312Packages.comicon: refactor•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2025-01-19 | 1 | -13/+16 |
| * | python312Packages.comicon: 1.3.0 -> 1.4.0•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2025-01-19 | 1 | -14/+2 |
| * | python312Packages.comicon: 1.2.1 -> 1.3.0•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2025-01-05 | 1 | -2/+13 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.comicon: 1.2.0 -> 1.2.1 | R. Ryantm | 2024-12-04 | 1 | -2/+2 |
| * | python3Packages.mandown: relax pillow dependency•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2024-11-19 | 1 | -1/+4 |
| * | python312Packages.comicon: 1.1.0 -> 1.2.0 | Martin Weinelt | 2024-07-23 | 1 | -3/+5 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -14/+13 |
| * | python3Packages.comicon: 1.0.1 -> 1.1.0•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2024-05-15 | 1 | -2/+4 |
| * | python31{1,2}Packages.comicon: unbreak -- relax pypdf dep | annalee | 2024-05-08 | 1 | -2/+3 |
| * | python311Packages.comicon: 1.0.0 -> 1.0.1•••Diff: https://github.com/potatoeggy/comicon/compare/v1.0.0...v1.0.1 Changelog: https://github.com/potatoeggy/comicon/releases/tag/v1.0.1 | Robert Schütz | 2024-02-06 | 1 | -3/+11 |
| * | python3Packages.comicon: init at 1.0.0•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | Sefa Eyeoglu | 2023-09-27 | 1 | -0/+42 |
