python310Packages.django-storages 0 -> 1 attrpath: python310Packages.django-storages 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/9ridcirmfd3hns2f16197xlz4gzidnmh-packages.json.drv building '/nix/store/9ridcirmfd3hns2f16197xlz4gzidnmh-packages.json.drv'... Going to be running update for following packages: - python3.10-django-storages-1.13.2 Press Enter key to continue... Running update for: - python3.10-django-storages-1.13.2: UPDATING ... - python3.10-django-storages-1.13.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/django-storages/default.nix b/pkgs/development/python-modules/django-storages/default.nix index 5b638aa05b34..15cc3c4a74e1 100644 --- a/pkgs/development/python-modules/django-storages/default.nix +++ b/pkgs/development/python-modules/django-storages/default.nix @@ -12,11 +12,11 @@ buildPythonPackage rec { pname = "django-storages"; - version = "1.13.2"; + version = "1.14"; src = fetchPypi { inherit pname version; - hash = "sha256-y63RXJCc63JH1P/FA/Eqm+w2mZ340L73wx5XF31RJog="; + hash = "sha256-bJfl+q2CnJI6EmIgYoF0LEhNdtQ7MyoZbdzCQrkJxVE="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.django-storages nix build failed. ====================================================================== ERROR: test_with_string_file_detect_encoding (tests.test_utils.TestReadBytesWrapper) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/django-storages-1.14/tests/test_utils.py", line 195, in test_with_string_file_detect_encoding with open( FileNotFoundError: [Errno 2] No such file or directory: '/build/django-storages-1.14/tests/test_files/windows-1252-encoded.txt' ====================================================================== ERROR: tests.test_s3 (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests.test_s3 Traceback (most recent call last): File "/nix/store/lx8vhp4fxclp494svlfis3sb2g8z4l9h-python3-3.10.12/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/nix/store/lx8vhp4fxclp494svlfis3sb2g8z4l9h-python3-3.10.12/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/django-storages-1.14/tests/test_s3.py", line 21, in from moto import mock_s3 ModuleNotFoundError: No module named 'moto' ---------------------------------------------------------------------- Ran 171 tests in 0.323s FAILED (errors=3) Test failed: error: Test failed: