| 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 | -3/+0 |
| * | pythonPackages.cpe: replace lgpl3Only to lgpl3Plus | tochiaha | 2025-03-21 | 1 | -1/+1 |
| * | pythonPackages.cpe: replace gpl3Only to lgpl3Only | tochiaha | 2025-03-19 | 1 | -1/+1 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.cpe: 1.3.0 -> 1.3.1 | R. Ryantm | 2024-10-04 | 1 | -2/+2 |
| * | python312Packages.cpe: 1.2.1 -> 1.3.0•••Diff: https://github.com/nilp0inter/cpe/compare/refs/tags/v1.2.1...v1.3.0 Changelog: https://github.com/nilp0inter/cpe/releases/tag/v1.3.0 | Robert Schütz | 2024-08-13 | 1 | -9/+3 |
| * | python312Packages.cpe: enable tests | Fabian Affolter | 2024-07-07 | 1 | -4/+18 |
| * | python312Packages.cpe: init at 1.2.1•••Update pkgs/development/python-modules/cpe/default.nix Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Update pkgs/development/python-modules/cpe/default.nix Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Update pkgs/development/python-modules/cpe/default.nix Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> python312Packages.cpe: init at 1.2.1 python312Packages.cpe: init at 1.2.1 | tahanonu | 2024-07-07 | 1 | -0/+29 |
