python310Packages.django-extensions 0 -> 1 attrpath: python310Packages.django-extensions Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/cr27vsiz1vnl69kfszy8vvg1f8z0sijv-packages.json.drv building '/nix/store/cr27vsiz1vnl69kfszy8vvg1f8z0sijv-packages.json.drv'... Going to be running update for following packages: - python3.10-django-extensions-3.2.1 Press Enter key to continue... Running update for: - python3.10-django-extensions-3.2.1: UPDATING ... - python3.10-django-extensions-3.2.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/django-extensions/default.nix b/pkgs/development/python-modules/django-extensions/default.nix index 3c09cde4d10b..a40a119a019d 100644 --- a/pkgs/development/python-modules/django-extensions/default.nix +++ b/pkgs/development/python-modules/django-extensions/default.nix @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "django-extensions"; - version = "3.2.1"; + version = "3.2.3"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-i8A/FMba1Lc3IEBzefP3Uu23iGcDGYqo5bNv+u6hKQI="; + hash = "sha256-A2+5FBv0IhTJPkwgd7je+B9Ac64UHJEa3HRBbWr2FxM="; }; patches = [ No auto update branch exists Old version 3.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , django , factory_boy , mock , pip , pygments , pytest-django , pytestCheckHook , shortuuid , vobject , werkzeug }: buildPythonPackage rec { pname = "django-extensions"; version = "3.2.3"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-A2+5FBv0IhTJPkwgd7je+B9Ac64UHJEa3HRBbWr2FxM="; }; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov=django_extensions --cov-report html --cov-report term" "" ''; propagatedBuildInputs = [ django ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ factory_boy mock pip pygments # not explicitly declared in setup.py, but some tests require it pytest-django pytestCheckHook shortuuid vobject werkzeug ]; disabledTestPaths = [ # requires network access "tests/management/commands/test_pipchecker.py" ]; meta = with lib; { description = "A collection of custom extensions for the Django Framework"; homepage = "https://github.com/django-extensions/django-extensions"; license = licenses.mit; }; }