python312Packages.pyrdfa3 3.5.3 -> 3.6.2 https://github.com/prrvchr/pyrdfa3/releases attrpath: python312Packages.pyrdfa3 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/vdx2yava38cidllwzdlpsbp2kdczsfdv-packages.json.drv building '/nix/store/vdx2yava38cidllwzdlpsbp2kdczsfdv-packages.json.drv'... Going to be running update for following packages: - python3.12-pyrdfa3-3.5.3 Press Enter key to continue... Running update for: - python3.12-pyrdfa3-3.5.3: UPDATING ... - python3.12-pyrdfa3-3.5.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyrdfa3/default.nix b/pkgs/development/python-modules/pyrdfa3/default.nix index 51f6411cb4fb..a76901b21f86 100644 --- a/pkgs/development/python-modules/pyrdfa3/default.nix +++ b/pkgs/development/python-modules/pyrdfa3/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pyrdfa3"; - version = "3.5.3"; + version = "3.6.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "pyRdfa3"; - hash = "sha256-FXZjqSuH3zRbb2m94jXf9feXiRYI4S/h5PqNrWhxMa4="; + hash = "sha256-c2gdq5V/YJAWlnZziLlWpXaccwvEUdpv+y8ONvGDFMI="; }; patches = [ No auto update branch exists Old version 3.5.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , html5lib , pythonOlder , rdflib , requests , setuptools }: buildPythonPackage rec { pname = "pyrdfa3"; version = "3.6.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version; pname = "pyRdfa3"; hash = "sha256-c2gdq5V/YJAWlnZziLlWpXaccwvEUdpv+y8ONvGDFMI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ rdflib html5lib requests ]; pythonImportsCheck = [ "pyRdfa" ]; meta = with lib; { description = "RDFa 1.1 distiller/parser library"; homepage = "https://github.com/prrvchr/pyrdfa3/"; changelog = "https://github.com/prrvchr/pyrdfa3/releases/tag/v${version}"; license = licenses.w3c; maintainers = with maintainers; [ ambroisie ]; }; }