python311Packages.django-import-export 0 -> 1 attrpath: python311Packages.django-import-export 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] Going to be running update for following packages: - python3.11-django-import-export-3.3.8 Press Enter key to continue... Running update for: - python3.11-django-import-export-3.3.8: UPDATING ... - python3.11-django-import-export-3.3.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-import-export/default.nix b/pkgs/development/python-modules/django-import-export/default.nix index 50e60202dc97..1ae097cdf7fb 100644 --- a/pkgs/development/python-modules/django-import-export/default.nix +++ b/pkgs/development/python-modules/django-import-export/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "django-import-export"; - version = "3.3.8"; + version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "django-import-export"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9BsaYLAkd6UvQxMtwk+pI7HyOWNU4rUmingkyemRCz4="; + hash = "sha256-uUEmjBklXc5LtRzJJ5OItUycwwy4kP79kWOTtZBqhXA="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.django-import-export nix build failed. ModuleNotFoundError: No module named 'import_export._version' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/build/source/tests/manage.py", line 12, in execute_from_command_line(sys.argv) File "/nix/store/drbfn5q4fqs1r7fz72247f30h79sd17n-python3.11-django-4.2.11/lib/python3.11/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line utility.execute() File "/nix/store/drbfn5q4fqs1r7fz72247f30h79sd17n-python3.11-django-4.2.11/lib/python3.11/site-packages/django/core/management/__init__.py", line 416, in execute django.setup() File "/nix/store/drbfn5q4fqs1r7fz72247f30h79sd17n-python3.11-django-4.2.11/lib/python3.11/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/nix/store/drbfn5q4fqs1r7fz72247f30h79sd17n-python3.11-django-4.2.11/lib/python3.11/site-packages/django/apps/registry.py", line 91, in populate app_config = AppConfig.create(entry) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/drbfn5q4fqs1r7fz72247f30h79sd17n-python3.11-django-4.2.11/lib/python3.11/site-packages/django/apps/config.py", line 193, in create import_module(entry) File "/nix/store/glfr70gi7hfaj50mwj2431p8bg60fhqw-python3-3.11.9/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/source/tests/../import_export/__init__.py", line 9, in from setuptools_scm import get_version as _gv ModuleNotFoundError: No module named 'setuptools_scm'