Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762193 - dev-python/yappi: 1.3.0 is identical to 1.2.5
Summary: dev-python/yappi: 1.3.0 is identical to 1.2.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-28 10:09 UTC by Sam James
Modified: 2021-01-13 14:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-12-28 10:09:55 UTC
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.
Comment 1 Emily Rowlands 2020-12-30 12:22:28 UTC
The correct commit hash for 1.3.0 appears to be "ade55478807aa957714e0ef3e228d0cf0c68949d"
Comment 2 Larry the Git Cow gentoo-dev 2021-01-13 14:59:09 UTC
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(-)