python313Packages.charset-normalizer: 3.4.1 -> 3.4.2

https://github.com/Ousret/charset_normalizer/blob/3.4.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2025-05-15 16:15:02 +02:00
parent 2da4301a22
commit c37ee23f31
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "charset-normalizer";
version = "3.4.1";
version = "3.4.2";
pyproject = true;
disabled = pythonOlder "3.5";
@ -22,14 +22,9 @@ buildPythonPackage rec {
owner = "Ousret";
repo = "charset_normalizer";
tag = version;
hash = "sha256-z6XUXfNJ4+2Gq2O13MgF1D3j/bVBjgAG2wCWLaNgADE=";
hash = "sha256-PkFmNEMdp9duDCqMTKooOLAOCqHf3IjrGlr8jKYT2WE=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "mypy>=1.4.1,<=1.14.0" mypy
'';
build-system = [
mypy
setuptools