python310Packages.django-mailman3 0 -> 1 attrpath: python310Packages.django-mailman3 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/8q10vhf5ya4finwjh5yg271da52nfawb-packages.json.drv building '/nix/store/8q10vhf5ya4finwjh5yg271da52nfawb-packages.json.drv'... Going to be running update for following packages: - python3.10-django-mailman3-1.3.9 Press Enter key to continue... Running update for: - python3.10-django-mailman3-1.3.9: UPDATING ... - python3.10-django-mailman3-1.3.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-mailman3/default.nix b/pkgs/development/python-modules/django-mailman3/default.nix index f5942b9b9bf4..74a2dd61f7cd 100644 --- a/pkgs/development/python-modules/django-mailman3/default.nix +++ b/pkgs/development/python-modules/django-mailman3/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "django-mailman3"; - version = "1.3.9"; + version = "1.3.11"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-GpI1W0O9aJpLF/mcS23ktJDZsP69S2zQy7drOiWBnTM="; + hash = "sha256-uIjJaZHWL2evj+oISLprvKWT5Sm5f2EKgUD1twL1VbQ="; }; patches = [ No auto update branch exists Old version 1.3.9" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , fetchpatch # propagates , django-gravatar2 , django-allauth , mailmanclient , pytz # tests , django , pytest-django , pytestCheckHook }: buildPythonPackage rec { pname = "django-mailman3"; version = "1.3.11"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-uIjJaZHWL2evj+oISLprvKWT5Sm5f2EKgUD1twL1VbQ="; }; patches = [ (fetchpatch { url = "https://gitlab.com/mailman/django-mailman3/-/commit/840d0d531a0813de9a30e72427e202aea21b40fe.patch"; hash = "sha256-vltvsIP/SWpQZeXDUB+GWlTu+ghFMUqIT8i6CrYcmGo="; }) (fetchpatch { url = "https://gitlab.com/mailman/django-mailman3/-/commit/25c55e31d28f2fa8eb23f0e83c12f9b0a05bfbf0.patch"; hash = "sha256-ug5tBmnVfJTn5ufDDVg/cEtsZM59jQYJpQZV51T3qIc="; }) ]; postPatch = '' substituteInPlace setup.py \ --replace 'django>=3.2,<4.2' 'django>=3.2,<4.3' ''; propagatedBuildInputs = [ django-allauth django-gravatar2 mailmanclient pytz ]; nativeCheckInputs = [ django pytest-django pytestCheckHook ]; pythonImportsCheck = [ "django_mailman3" ]; meta = with lib; { description = "Django library for Mailman UIs"; homepage = "https://gitlab.com/mailman/django-mailman3"; license = licenses.gpl3Plus; maintainers = with maintainers; [ qyliss ]; }; }