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:
parent
2da4301a22
commit
c37ee23f31
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user