python310Packages.charset-normalizer 3.0.1 -> 3.3.0 https://repology.org/project/python:charset-normalizer/versions attrpath: python310Packages.charset-normalizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hp9qlr6hdfqmalmigrcj13gzqbsn9i81-packages.json.drv building '/nix/store/hp9qlr6hdfqmalmigrcj13gzqbsn9i81-packages.json.drv'... Going to be running update for following packages: - python3.10-charset-normalizer-3.0.1 Press Enter key to continue... Running update for: - python3.10-charset-normalizer-3.0.1: UPDATING ... - python3.10-charset-normalizer-3.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/charset-normalizer/default.nix b/pkgs/development/python-modules/charset-normalizer/default.nix index d567c41dbe6f..773eb260252a 100644 --- a/pkgs/development/python-modules/charset-normalizer/default.nix +++ b/pkgs/development/python-modules/charset-normalizer/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "charset-normalizer"; - version = "3.0.1"; + version = "3.3.0"; format = "setuptools"; disabled = pythonOlder "3.5"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "Ousret"; repo = "charset_normalizer"; rev = "refs/tags/${version}"; - hash = "sha256-2kXs6ZdemA6taV4aa9xBKLmhbSgpybjg3Z61EUFabrk="; + hash = "sha256-Vk+Wt1VjQIKN1YEoK9GEa4hJF8kgQmxXsS9aVt1aU+s="; }; nativeCheckInputs = [ No auto update branch exists Old version 3.0.1" not present in staging derivation file with contents: { lib , aiohttp , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests }: buildPythonPackage rec { pname = "charset-normalizer"; version = "3.2.0"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchFromGitHub { owner = "Ousret"; repo = "charset_normalizer"; rev = "refs/tags/${version}"; hash = "sha256-CfL5rlrwJs9453z+1xPUzs1B3OyjFBaU6klzY7gJCzA="; }; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov=charset_normalizer --cov-report=term-missing" "" ''; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "charset_normalizer" ]; passthru.tests = { inherit aiohttp requests; }; meta = with lib; { description = "Python module for encoding and language detection"; homepage = "https://charset-normalizer.readthedocs.io/"; changelog = "https://github.com/Ousret/charset_normalizer/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }