| 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 |
| * | cloudsmith-api: 2.0.21 -> 2.0.22 | usertam | 2025-10-28 | 1 | -2/+2 |
| * | python3Packages.cloudsmith-api: 2.0.20 -> 2.0.21 | R. Ryantm | 2025-07-17 | 1 | -2/+2 |
| * | cloudsmith-api: add usertam to maintainers | usertam | 2025-07-06 | 1 | -3/+3 |
| * | python3Packages.cloudsmith-api: 2.0.18 -> 2.0.20 | R. Ryantm | 2025-06-09 | 1 | -2/+2 |
| * | python3Packages.cloudsmith-api: 2.0.17 -> 2.0.18 | R. Ryantm | 2025-05-07 | 1 | -2/+2 |
| * | python312Packages.cloudsmith-api: 2.0.16 -> 2.0.17 | Fabian Affolter | 2025-04-05 | 1 | -2/+2 |
| * | python312Packages.cloudsmith-api: 2.0.13 -> 2.0.16 | R. Ryantm | 2024-12-18 | 1 | -2/+2 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -11/+10 |
| * | python311Packages.cloudsmith-api: 2.0.12 -> 2.0.13 | R. Ryantm | 2024-04-11 | 1 | -2/+2 |
| * | python311Packages.cloudsmith-api: 2.0.11 -> 2.0.12 | R. Ryantm | 2024-04-06 | 1 | -2/+2 |
| * | python311Packages.cloudsmith-api: 2.0.10 -> 2.0.11 | R. Ryantm | 2024-03-07 | 1 | -2/+2 |
| * | python311Packages.cloudsmith-api: 2.0.9 -> 2.0.10 | R. Ryantm | 2024-02-25 | 1 | -2/+2 |
| * | python311Packages.cloudsmith-api: 2.0.7 -> 2.0.9 | Fabian Affolter | 2024-02-23 | 1 | -2/+2 |
| * | python311Packages.cloudsmith-api: 2.0.2 -> 2.0.7 | Fabian Affolter | 2023-07-05 | 1 | -2/+2 |
| * | Merge pull request #233032 from jtojnar/reduce-me•••treewide: Reduce jtojnar maintainership | figsoda | 2023-05-20 | 1 | -1/+1 |
| |\ | |||||
| | * | treewide: Reduce jtojnar maintainership•••Notably fwupd, pipewire and flatpak. I want to focus on GNOME and other packages I still actually use. Pipewire is still important but I have not touched the packaging in a while. | Jan Tojnar | 2023-05-20 | 1 | -1/+1 |
| * | | python310Packages.cloudsmith-api: 2.0.1 -> 2.0.2 | R. Ryantm | 2023-05-11 | 1 | -2/+2 |
| |/ | |||||
| * | python310Packages.cloudsmith-api: fix package name•••Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> | Weijia Wang | 2023-01-26 | 1 | -1/+1 |
| * | python310Packages.cloudsmith-api: 2.0.0 -> 2.0.1 | Fabian Affolter | 2023-01-24 | 1 | -7/+9 |
| * | python3Packages.cloudsmith-api: 1.142.3 -> 2.0.0 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | python310Packages.cloudsmith-api: 1.120.3 -> 1.142.3 | R. Ryantm | 2022-09-29 | 1 | -2/+2 |
| * | python3Packages.cloudsmith-api: 1.61.3 -> 1.120.3 | Martin Weinelt | 2022-09-18 | 1 | -2/+2 |
| * | python3Packages.cloudsmith-api: 1.42.3 -> 1.61.3 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.cloudsmith-api: 1.33.7 -> 1.42.3 | R. Ryantm | 2022-03-18 | 1 | -2/+2 |
| * | python310Packages.cloudsmith-api: 1.30.0 -> 1.33.7 | R. Ryantm | 2022-03-06 | 1 | -2/+2 |
| * | python310Packages.cloudsmith-api: 1.8.2 -> 1.30.0 | R. Ryantm | 2022-02-22 | 1 | -2/+2 |
| * | python39Packages.cloudsmith-api: 0.57.1 -> 1.8.2 | R. Ryantm | 2021-12-25 | 1 | -2/+2 |
| * | python38Packages.cloudsmith-api: 0.54.15 -> 0.57.1 | R. Ryantm | 2021-12-06 | 1 | -2/+2 |
| * | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil | Robert Schütz | 2021-07-03 | 1 | -2/+2 |
| * | python3.pkgs.cloudsmith-api: init at 0.54.15 | Jan Tojnar | 2021-05-01 | 1 | -0/+42 |
