summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/beanhub-cli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove superfluous disabledRobert Schütz2026-01-111-3/+0
| | | | | | | | | | | | | | | | 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
* treewide: use lib.concatAttrValues to obtain all optional-dependenciesRobert Schütz2025-11-271-2/+2
|
* python313Packages.beanhub-cli: add beanhub-inboxFabian Affolter2025-09-061-8/+9
|
* python3Packages.beanhub-cli: 2.1.1 -> 3.0.1Martin Weinelt2025-08-091-2/+2
| | | | | | https://github.com/LaunchPlatform/beanhub-cli/releases/tag/3.0.1 This commit was automatically generated using update-python-libraries.
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-2/+4
|
* beanhub-cli: unbreak by relaxing richPeder Bergebakken Sundt2025-04-261-0/+4
|
* treewide: remove unused rec expressionsSigmanificient2025-03-141-1/+1
|
* Merge remote-tracking branch 'origin/master' into staging-nextK9002025-02-041-11/+44
|\
| * beanhub-cli: 1.4.1 -> 2.1.1Fang-Pen Lin2025-01-311-11/+44
| |
* | python3Packages.beanhub-cli: 1.4.1 -> 2.1.0Martin Weinelt2025-01-271-3/+3
|/ | | | https://github.com/LaunchPlatform/beanhub-cli/releases/tag/2.1.0
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
|
* python312Packages.beanhub-cli: 1.4.0 -> 1.4.1R. Ryantm2024-10-071-2/+2
|
* beanhub-cli: 1.2.3 -> 1.4.0Fang-Pen Lin2024-09-061-2/+2
|
* beanhub-cli: 1.2.2 -> 1.2.3R. Ryantm2024-07-201-2/+2
|
* beanhub-cli: 1.1.3 -> 1.2.2Fang-Pen Lin2024-06-281-2/+2
|
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-28/+25
|
* beanhub-cli: init at 1.1.3Fang-Pen Lin2024-05-141-0/+78