python310Packages.faker 0 -> 1 attrpath: python310Packages.faker 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1pyxxhccjp0r1h53ca1h5g6dyaalc47-packages.json.drv building '/nix/store/p1pyxxhccjp0r1h53ca1h5g6dyaalc47-packages.json.drv'... Going to be running update for following packages: - python3.10-faker-15.3.4 Press Enter key to continue... Running update for: - python3.10-faker-15.3.4: UPDATING ... - python3.10-faker-15.3.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/faker/default.nix b/pkgs/development/python-modules/faker/default.nix index 75263084f9e..4c5137e3766 100644 --- a/pkgs/development/python-modules/faker/default.nix +++ b/pkgs/development/python-modules/faker/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "faker"; - version = "15.3.4"; + version = "17.6.0"; src = fetchPypi { pname = "Faker"; inherit version; - hash = "sha256-LVRDck9kDOB2WMqMqLvUDSa1iRTmPuxlSXJ4aapn4sw="; + hash = "sha256-UfN/+d9xAVnW1zbQuhx14GNDCoyAa5EzTXeUMFtaYRQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 15.3.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , freezegun , pillow , pytestCheckHook , python-dateutil , text-unidecode , ukpostcodeparser , validators }: buildPythonPackage rec { pname = "faker"; version = "17.3.0"; src = fetchPypi { pname = "Faker"; inherit version; hash = "sha256-JrKGSlMyCU8sfzlo3uurzmm+Oe1dtNvyK0+guj0aza4="; }; propagatedBuildInputs = [ python-dateutil text-unidecode ]; nativeCheckInputs = [ freezegun pillow pytestCheckHook ukpostcodeparser validators ]; # avoid tests which import random2, an abandoned library pytestFlagsArray = [ "--ignore=tests/providers/test_ssn.py" ]; pythonImportsCheck = [ "faker" ]; meta = with lib; { description = "Python library for generating fake user data"; homepage = "http://faker.rtfd.org"; license = licenses.mit; maintainers = with maintainers; [ lovek323 ]; }; }