| 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 |
| * | python3Packages.beanhub-extract: 0.1.6 -> 0.1.7 | R. Ryantm | 2025-12-27 | 1 | -2/+2 |
| * | python3Packages.beanhub-extract: 0.1.5 -> 0.1.6•••https://github.com/LaunchPlatform/beanhub-extract/releases/tag/0.1.6 This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-08-09 | 1 | -5/+5 |
| * | python313Packages.beanhub-extract: relax pytz constraint•••It doesn't make sense to pin an old version of a timezone database... | Martin Weinelt | 2025-03-11 | 1 | -0/+2 |
| * | beanhub-extract: 0.1.3 -> 0.1.5 | Fang-Pen Lin | 2025-01-19 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | beanhub-extract: 0.0.7 -> 0.1.3 | Fang-Pen Lin | 2024-06-28 | 1 | -4/+12 |
| * | treewide: Remove the definite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -19/+12 |
| * | beanhub-extract: init at 0.0.7 | Fang-Pen Lin | 2024-05-14 | 1 | -0/+47 |
