python310Packages.wagtail 4.2.2 -> 5.0.2 https://repology.org/project/python:wagtail/versions attrpath: python310Packages.wagtail 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/324ngzkz35z8wvxxag3yzxmg4zr1py0x-packages.json.drv building '/nix/store/324ngzkz35z8wvxxag3yzxmg4zr1py0x-packages.json.drv'... Going to be running update for following packages: - python3.10-wagtail-4.2.2 Press Enter key to continue... Running update for: - python3.10-wagtail-4.2.2: UPDATING ... - python3.10-wagtail-4.2.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/wagtail/default.nix b/pkgs/development/python-modules/wagtail/default.nix index c01464f27ce..3a7ea860161 100644 --- a/pkgs/development/python-modules/wagtail/default.nix +++ b/pkgs/development/python-modules/wagtail/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "wagtail"; - version = "4.2.2"; + version = "5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-s89gs3H//Dc3k6BLZUC4APyDgiWY9LetWAkI+kXQTf8="; + hash = "sha256-/6GkI62it/DZOgHlWXPKIKIh2uF/adqTLFs3dbjStVg="; }; postPatch = '' No auto update branch exists Old version 4.2.2" not present in staging derivation file with contents: { lib , anyascii , beautifulsoup4 , buildPythonPackage , callPackage , django , django-filter , django-modelcluster , django-taggit , django-treebeard , djangorestframework , draftjs-exporter , fetchPypi , html5lib , l18n , openpyxl , permissionedforms , pillow , pythonOlder , requests , telepath , willow }: buildPythonPackage rec { pname = "wagtail"; version = "5.0.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-3r0h34el2zRF1l/94S7xTjBqJPWtSQFQvtVW8Mjq0rs="; }; postPatch = '' substituteInPlace setup.py \ --replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8" \ --replace "Pillow>=4.0.0,<10.0.0" "Pillow>=9.1.0,<11.0.0" ''; propagatedBuildInputs = [ anyascii beautifulsoup4 django django-treebeard django-filter django-modelcluster django-taggit djangorestframework draftjs-exporter html5lib l18n openpyxl permissionedforms pillow requests telepath willow ]; # Tests are in separate derivation because they require a package that depends # on wagtail (wagtail-factories) doCheck = false; passthru.tests.wagtail = callPackage ./tests.nix {}; meta = with lib; { description = "A Django content management system focused on flexibility and user experience"; homepage = "https://github.com/wagtail/wagtail"; changelog = "https://github.com/wagtail/wagtail/blob/v${version}/CHANGELOG.txt"; license = licenses.bsd3; maintainers = with maintainers; [ sephi ]; }; }