Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SrcUriChecksumChange false positive? #553

Closed
mgorny opened this issue Mar 4, 2023 · 3 comments
Closed

SrcUriChecksumChange false positive? #553

mgorny opened this issue Mar 4, 2023 · 3 comments
Assignees
Labels

Comments

@mgorny
Copy link
Contributor

mgorny commented Mar 4, 2023

dev-python/autopep8
  SrcUriChecksumChange: 'autopep8-2.0.2.tar.gz' has different checksums across commits

The package has two commits queued, the first one adds new version (and therefore changes Manifest) and the second one changes SRC_URI but doesn't change checksum.

commit 1cce1fb35799f6aefedb49d1a0d355cf0d195a85 (HEAD -> master)
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-03-04 06:43:33 +0100
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-03-04 06:43:33 +0100

    dev-python/autopep8: Use pypi.eclass
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/autopep8/autopep8-2.0.2.ebuild | 2 +-
 dev-python/autopep8/autopep8-9999.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 0b56e9e0b56a3e551fc182841a40898f67be556f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-03-04 06:10:32 +0100
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-03-04 06:10:32 +0100

    dev-python/autopep8: Bump to 2.0.2
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/autopep8/Manifest              |  1 +
 dev-python/autopep8/autopep8-2.0.2.ebuild | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)
@mgorny
Copy link
Contributor Author

mgorny commented Mar 4, 2023

I've pushed the commits to https://github.com/mgorny/gentoo/ branch pkgcheck-553.

@mgorny
Copy link
Contributor Author

mgorny commented Mar 4, 2023

origin is at 163534fad9403927e25a55c5473a06a118ce0087

@ionenwks
Copy link

ionenwks commented Mar 4, 2023

I just hit what seems to be the same issue with --commits:

app-emulation/wine-vanilla
  SrcUriChecksumChange: 'wine-8.3.tar.xz' has different checksums across commits
Error: pkgcheck scan failed

This is a new addition (8.3 didn't exist in the manifest) and there's nothing modifying the SRC_URI.

Been pushed and set of commits is: gentoo/gentoo@4670c7b...2d98474

@arthurzam arthurzam added the bug label Mar 5, 2023
@arthurzam arthurzam self-assigned this Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants