| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gitea-tea | Distribution: SUSE Linux Enterprise 16 |
| Version: 0.12.0 | Vendor: openSUSE |
| Release: bp161.1.2 | Build date: Fri Feb 20 06:59:44 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 26155538 | Source RPM: gitea-tea-0.12.0-bp161.1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://gitea.com/gitea/tea | |
| Summary: A command line tool to interact with Gitea servers | |
Tea can be used to manage most entities on one or multiple Gitea instances and provides local helpers like 'tea pr checkout'. It tries to make use of context provided by the repository in $PWD if available. And works best in a upstream/fork workflow, when the local main branch tracks the upstream repo. It also assumes that local git state is published on the remote before doing operations. Configuration lives in $XDG_CONFIG_HOME/tea.
MIT
* Fri Feb 20 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.12.0:
* New Features
- Add tea actions commands for managing workflow runs and
workflows in #880, #796
- Add tea api subcommand for arbitrary API calls not covered by
existing commands in #879
- Add repository webhook management commands in #798
- Add JSON output support for single PR view in #864
- Add JSON output and file redirection for issue detail view in
[#841]
- Support creating AGit flow pull requests in #867
* Bug Fixes
- Fix authentication via environment variables when specifying
repo argument in #809
- Fix issue detail view ignoring --owner flag in #899
- Fix PR create crash in #823
- Fix TTY prompt handling in #897
- Fix termenv OSC RGBA handling in #907
- Fix labels delete command and --id flag type in #865
- Fix delete repo command description in #858
- Fix pagination flags for secrets list, webhooks list, and
pull requests list in #853, #852,
- #851
- Enable git worktree support and improve PR create error
handling in #850
- Only prompt for SSH passphrase when necessary in #844
- Only prompt for login confirmation when no default login is
set in #839
- Skip token uniqueness check when using SSH authentication in
[#898]
- Require non-empty token in GetLoginByToken in #895
- Fix config file permissions to remove group read/write in
[#856]
* Improvements
- Add file locking for safe concurrent access to config file in
[#881]
- Improve error messages throughout the CLI in #871
- Send consistent HTTP request headers in #888
- Revert requiring HTTP/HTTPS login URLs; restore SSH as a
login method in #891
- Refactor context into dedicated subpackages in #873, #888
- General code cleanup and improvements in #869, #870
- Add test coverage for login matching in #820
* Build & Dependencies
- Build with Go 1.25 in #886
- Build for Windows aarch64
- Update Gitea SDK version in #868
- Update Nix flake in #872
- Update dependencies including lipgloss v2, urfave/cli v3.6.2,
go-git v5.16.5, and various Go modules in #849, #875, #876,
[#878], #884, #885, #900, #901, #904, #905
- Update CI actions (checkout v6, setup-go v6) in #882, #883
- remove patches that do no longer apply:
- fix-CVE-2025-58190.patch
- fix-CVE-2025-47911.patch
- gitea-tea-Fix-termenv-OSC-RGBA-handling.patch
- remove-config-file-group-readwrite-permission-856.patch
* Thu Feb 12 2026 Michal Suchanek <msuchanek@suse.de>
- Fix terminal rendering errors
* gitea-tea-Fix-termenv-OSC-RGBA-handling.patch
* Fri Nov 28 2025 Michal Suchanek <msuchanek@suse.de>
- Do not make config file group-readable.
* remove-config-file-group-readwrite-permission-856.patch
* Sat Nov 08 2025 olaf@aepfle.de
- CLI.md is supposed to be a text file
- Use fixed git revision to refer to version 0.11.1
- Remove bogus part from package description
* Sat Oct 18 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.11.1:
* 61d4e57 Fix Pr Create crash (#823)
* 4f33146 add test for matching logins (#820)
* 08b8398 Update README.md (#819)
* Thu Oct 09 2025 Richard Rahl <rrahl0@opensuse.org>
- add fix-CVE-2025-58190.patch, fixing bsc#1251663
- add fix-CVE-2025-47911.patch, fixing bsc#1251471
* Fri Sep 19 2025 Richard Rahl <rrahl0@opensuse.org>
- fix version to something simpler
* Fri Sep 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.11.0:
* Fix yaml output single quote (#814)
* generate man page (#811)
* feat: add validation for object-format flag in repo create
command (#741)
* Fix release version (#815)
* update gitea sdk to v0.22 (#813)
* don't fallback login directly (#806)
* Check duplicated login name in interact mode when creating new
login (#803)
* Fix bug when output json with special chars (#801)
* add debug mode and update readme (#805)
* update go.mod to retract the wrong tag v1.3.3 (#802)
* revert completion scripts removal (#808)
* Remove pagination from context (#807)
* Continue auth when failed to open browser (#794)
* Fix bug (#793)
* Fix tea login add with ssh public key bug (#789)
* Add temporary authentication via environment variables (#639)
* Fix attachment size (#787)
* deploy image when tagging (#792)
* Add Zip URL for release list (#788)
* Use bubbletea instead of survey for interacting with TUI (#786)
* capitalize a few items
* rm out of date comparison file
* README: Document logging in to gitea (#790)
* remove autocomplete command (#782)
* chore(deps): update ghcr.io/devcontainers/features/git-lfs
docker tag to v1.2.5 (#773)
* replace arch package url (#783)
* fix: Reenable -p and --limit switches (#778)
* Mon Sep 15 2025 Michal Suchanek <msuchanek@suse.de>
- Install up-to-date autocompletion files.
* Fri Sep 12 2025 Matej Cepl <mcepl@cepl.eu>
- Update to 0.10.1+git.1757695903.cc20b52:
- feat: add validation for object-format flag in repo create
command (see gh#openSUSE/openSUSE-git#60)
- Fix release version
- update gitea sdk to v0.22
- don't fallback login directly
- Check duplicated login name in interact mode when creating
new login
- Fix bug when output json with special chars
- add debug mode and update readme
- update go.mod to retract the wrong tag v1.3.3
- revert completion scripts removal
- Remove pagination from context
- Continue auth when failed to open browser
- Fix bug
- Fix tea login add with ssh public key bug
- Add temporary authentication via environment variables
- Fix attachment size
- deploy image when tagging
- Add Zip URL for release list
- Use bubbletea instead of survey for interacting with TUI
- capitalize a few items
- rm out of date comparison file
- README: Document logging in to gitea
- remove autocomplete command
- chore(deps): update ghcr.io/devcontainers/features/git-lfs
docker tag to v1.2.5
- replace arch package url
- fix: Reenable `-p` and `--limit` switches
- Remove upstreamed patch:
- fix-Reenable-p-and-limit-switches-778.patch
* Wed Jul 23 2025 Michal Suchanek <msuchanek@suse.de>
- Fix argument parsing fix-Reenable-p-and-limit-switches-778.patch
* Tue Jun 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.10.1:
* 8212d5f Update release ci (#768)
* d536242 chore(deps): update crazy-max/ghaction-import-gpg action
to v6 (#736)
* ffff540 fix(deps): update module github.com/urfave/cli/v3 to
v3.3.8 (#766)
* Tue Jun 10 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 0.10.0:
* fix: support SSH remotes with non-standard ports
* minor helper fixes
* Bump Table Dep
* Login via oauth2 flow
* Feat: interactive issue edit command
* Use flakes vs devbox
* Fix helper panic
* Add --note-file flag to read release notes from a file
* Fix/Login Edit Use Editor Env
* Gitea Actions support
* Expose --labels option
* Add git helper
* Support auto detecting branch for PRs
* context: move human readable note to stderr
* Add repos rm/delete command
* Release Asset Management
* tea branches list/protect/unprotect
* Add OTP and scopes to login
* Initial CLI docs
* Fix for go tools called from make
* fix interactive login add
* issues list can show filtered by owner/org instead of repo too
* fix: non-standard ssh port URL's repo can't be recognized
* updated dependencies
- remove newer-dependencies.patch, as upstream updated them
* Thu Apr 24 2025 Richard Rahl <rrahl0@opensuse.org>
- update newer-dependencies.patch, fixing bsc#1241819
* Wed Mar 12 2025 Richard Rahl <rrahl0@opensuse.org>
- update newer-dependencies.patch, fixes bsc#1235367 bsc#1239493 bsc#1234598
* Tue Feb 25 2025 Richard Rahl <rrahl0@opensuse.org>
- adding newer-dependencies.patch, for updating dependencies,
fixing bsc#1234598
* Thu Aug 22 2024 Richard Rahl <rrahl0@opensuse.org>
- fix build for non x86_64 and aarch64 (CGO_ENABLED=0 was set as default)
* Thu Mar 07 2024 Richard Rahl <rrahl0@proton.me>
- rename binary to tea (actual name) and conflict tea text edidor
* Sat Jul 08 2023 Luciano Santos <luc14n0@opensuse.org>
- Upstream version 0.9.2: Initial openSUSE package.
/usr/bin/tea /usr/share/doc/packages/gitea-tea /usr/share/doc/packages/gitea-tea/CHANGELOG.md /usr/share/doc/packages/gitea-tea/CLI.md /usr/share/doc/packages/gitea-tea/CONTRIBUTING.md /usr/share/doc/packages/gitea-tea/README.md /usr/share/licenses/gitea-tea /usr/share/licenses/gitea-tea/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 14 22:30:11 2026