OSC plugin for devel project maintainers. Helps them check the submit
state (done, todo, missing links) of a devel project to the parent project.
See 'osc pcheck --help'
Provides
Requires
License
GPL-2.0-or-later AND MIT
Changelog
* Tue Jan 20 2026 opensuse-releaseteam@opensuse.org
- Update to version 20260120.7ecaa0c8:
* doc: adding simplest_bot.py and how to create bot account instructions
* fix: use explicit '/'.join for url construction
* fix: fix split call in plat.Gitea.comment_find
* fix: remove the return statement in scm.OSC.checkout_package
* ci: add missing pygit2 dependency in test workflow
* fix: revert devel-project
* Adding initial documentation for bot framework
* fix: close devnull to prevent file handle leak
* doc: improve comment for source_info mock
* refactor: rework scm & platform init code
* refactor: move `get_path` to platform and implement it for gitea
* refactor: remove deprecated Gitea Action implementation for now
* fix: rollback Co