Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

osc-plugin-pcheck-20260120.7ecaa0c8-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: osc-plugin-pcheck Distribution: openSUSE Tumbleweed
Version: 20260120.7ecaa0c8 Vendor: openSUSE
Release: 1.1 Build date: Tue Jan 20 12:59:03 2026
Group: Development/Tools/Other Build host: reproducible
Size: 5177 Source RPM: openSUSE-release-tools-20260120.7ecaa0c8-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/openSUSE/openSUSE-release-tools
Summary: OSC plugin to support devel project maintainers
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