pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

RdependChange unnecessarily emitted if ebuild was revbumped in a prior commit in batch

Open mgorny opened this issue 3 years ago • 0 comments

If I have a few commits queued, pkgcheck scan --commits reports:

  RdependChange: version 2.8.7-r1: RDEPEND modified without revbump

even though the first commit already revbumped it for another change.

commit 1842649e63656b852c37e85dcb3f85b17b3357af (HEAD -> master)
Author:     Michał Górny <[email protected]>
AuthorDate: 2022-10-07 06:24:32 +0200
Commit:     Michał Górny <[email protected]>
CommitDate: 2022-10-07 06:24:32 +0200

    dev-python/aesara: Unblock numpy 1.23
    
    Signed-off-by: Michał Górny <[email protected]>

 dev-python/aesara/aesara-2.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f8ad4466c11f5d5ea02f522ef9d5d8300470f1fa
Author:     Michał Górny <[email protected]>
AuthorDate: 2022-10-07 05:54:32 +0200
Commit:     Michał Górny <[email protected]>
CommitDate: 2022-10-07 05:54:32 +0200

    dev-python/aesara: Remanifest 2.8.7, upstream retagged
    
    Upstream has retagged 2.8.7 with trivial _version.py fix.
    
    Signed-off-by: Michał Górny <[email protected]>

 dev-python/aesara/Manifest                                        | 2 +-
 dev-python/aesara/{aesara-2.8.7.ebuild => aesara-2.8.7-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 8a9dcaa64d991f4cdbd1a601750e904881e3868e (origin/master, origin/HEAD)

mgorny avatar Oct 07 '22 04:10 mgorny