summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/beanhub-extract (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
* python3Packages.beanhub-extract: 0.1.6 -> 0.1.7R. Ryantm2025-12-271-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 Weinelt2025-08-091-5/+5
* python313Packages.beanhub-extract: relax pytz constraint•••It doesn't make sense to pin an old version of a timezone database... Martin Weinelt2025-03-111-0/+2
* beanhub-extract: 0.1.3 -> 0.1.5Fang-Pen Lin2025-01-191-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* beanhub-extract: 0.0.7 -> 0.1.3Fang-Pen Lin2024-06-281-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 Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-19/+12
* beanhub-extract: init at 0.0.7Fang-Pen Lin2024-05-141-0/+47