Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873277 - dev-python/charset_normalizer: incorrect checksums in Manifest
Summary: dev-python/charset_normalizer: incorrect checksums in Manifest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-28 07:47 UTC by kfm
Modified: 2022-09-28 08:05 UTC (History)
1 user (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 kfm 2022-09-28 07:47:36 UTC
From the head commit of the gentoo repo at the time of filing:

$ curl -sS 'https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-python/charset_normalizer/Manifest?id=f628c7024217a6e4707c011b1332d261adad6b01' | awk '$2 ~ /2\.1\.1/ { print $7 }'
688477fd251ea604fcafd08589c11de2cbe57c26bba7f88d7289db2604a091ca481ca9bf6117b17fa13d787d9aacba8304a82e0988548ad0a47612e2437db6db

From upstream:

$ curl -sSL https://github.com/Ousret/charset_normalizer/archive/refs/tags/2.1.1.tar.gz | sha512sum
77df5bdf9ca2f6b2594cc6a5ff54d1d50fd17c2175f96d6853ef6b3a48cdfc0d2852e1dcffc4814fa9bba30ebc3e26ce992c7139b6b21dfaf46fd9c9e8b0c95e  -
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-09-28 08:02:12 UTC
diff -dupr charset_normalizer-2.1.1/charset_normalizer/version.py new/charset_normalizer/version.py
--- charset_normalizer-2.1.1/charset_normalizer/version.py	2022-08-19 23:56:45.000000000 +0200
+++ new/charset_normalizer/version.py	2022-08-20 00:06:12.000000000 +0200
@@ -2,5 +2,5 @@
 Expose version
 """
 
-__version__ = "2.1.0"
+__version__ = "2.1.1"
 VERSION = __version__.split(".")


I'll update the Manifest to force refetching.
Comment 2 Larry the Git Cow gentoo-dev 2022-09-28 08:05:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b274532b1819b04b096a8a77fb3933fea0f1a9

commit 57b274532b1819b04b096a8a77fb3933fea0f1a9
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-09-28 08:03:46 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-09-28 08:03:50 +0000

    dev-python/charset_normalizer: Remanifest
    
    Upstream has re-tagged the release with fixed version number.
    Remanifest and revbump to force rebuilding against the new tarball.
    
    Closes: https://bugs.gentoo.org/873277
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/charset_normalizer/Manifest                                  | 2 +-
 ...arset_normalizer-2.1.1.ebuild => charset_normalizer-2.1.1-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)