python311Packages.django-filter 0 -> 1 attrpath: python311Packages.django-filter 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/zbhbz3dwwvhb8ci0jm24v5lkz29ln327-packages.json.drv building '/nix/store/zbhbz3dwwvhb8ci0jm24v5lkz29ln327-packages.json.drv'... Going to be running update for following packages: - python3.11-django-filter-23.5 Press Enter key to continue... Running update for: - python3.11-django-filter-23.5: UPDATING ... - python3.11-django-filter-23.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-filter/default.nix b/pkgs/development/python-modules/django-filter/default.nix index 8f91712ba0b7..5825515a1f5c 100644 --- a/pkgs/development/python-modules/django-filter/default.nix +++ b/pkgs/development/python-modules/django-filter/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "django-filter"; - version = "23.5"; + version = "24.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Z1g6pDuR/oxJ90qDLZX02EQr5ij9TG1l6fgR9RU6Tlw="; + hash = "sha256-SOX8HaPM1soNX5u1UJc1GM6Xek7d6dKooVSn9PC5+W4="; }; nativeBuildInputs = [ flit-core ]; No auto update branch exists Old version 23.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , django , djangorestframework , pytestCheckHook , pytest-django , pytz }: buildPythonPackage rec { pname = "django-filter"; version = "24.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-ZctDzicgd+Wsaq4QVNdsEhzWtVLilqgqE5Iek3G6+ME="; }; build-system = [ flit-core ]; dependencies = [ django ]; pythonImportsCheck = [ "django_filters" ]; nativeCheckInputs = [ djangorestframework pytestCheckHook pytest-django pytz ]; env.DJANGO_SETTINGS_MODULE = "tests.settings"; meta = with lib; { description = "Reusable Django application for allowing users to filter querysets dynamically"; homepage = "https://github.com/carltongibson/django-filter"; changelog = "https://github.com/carltongibson/django-filter/blob/v${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = with maintainers; [ mmai ]; }; }