Both 1.2.5 and 1.3.0 have: ># no tags on github, no tests on pypi >COMMIT_HASH="b6c7d9f0bb40b511f61bb82cc395ad9140a4f4b0" >... >SRC_URI="https://github.com/sumerc/yappi/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" So, they're both using the same distfile.
The correct commit hash for 1.3.0 appears to be "ade55478807aa957714e0ef3e228d0cf0c68949d"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640f808edfa4fc30abb805caf76b8f59926875d commit f640f808edfa4fc30abb805caf76b8f59926875d Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-13 14:53:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-13 14:59:02 +0000 dev-python/yappi: fix 1.3.0 tarball The GIT_COMMIT wasn't updated, so the stabled(!) version was actually 1.2.5 still. Fixed the commit, dropped back to ~arch, added a gevent test dependency. Closes: https://bugs.gentoo.org/762193 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> dev-python/yappi/Manifest | 2 +- .../yappi/{yappi-1.3.0.ebuild => yappi-1.3.0-r1.ebuild} | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-)