python310Packages.lxml 4.9.2 -> 4.9.3 https://repology.org/project/python:lxml/versions attrpath: python310Packages.lxml 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/yzv324jr6i3rqnvd26rdx2ll1n6hjml2-packages.json.drv building '/nix/store/yzv324jr6i3rqnvd26rdx2ll1n6hjml2-packages.json.drv'... Going to be running update for following packages: - python3.10-lxml-4.9.2 Press Enter key to continue... Running update for: - python3.10-lxml-4.9.2: UPDATING ... - python3.10-lxml-4.9.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/lxml/default.nix b/pkgs/development/python-modules/lxml/default.nix index cf43f6861c5..11e0ce7617f 100644 --- a/pkgs/development/python-modules/lxml/default.nix +++ b/pkgs/development/python-modules/lxml/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "lxml"; - version = "4.9.2"; + version = "4.9.3"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/lxml-${version}"; - hash = "sha256-IHuTlcDbrZHvS6Gtx48IkznVU+9WxZT9XHUZf8M1WOE="; + hash = "sha256-dxrn9gjyqIvnU6WkH90QzUVsGJbfSNWlhnMYf4cTe8s="; }; # setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs No auto update branch exists Old version 4.9.2" not present in staging derivation file with contents: { stdenv, lib, buildPythonPackage, fetchFromGitHub , cython , libxml2 , libxslt , zlib , xcodebuild }: buildPythonPackage rec { pname = "lxml"; version = "4.9.3-3"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/lxml-${version}"; hash = "sha256-Vrizi+6jUUEx7qODU4PAH5ZmvBIyT9H18+QpYB0m1f4="; }; # setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs nativeBuildInputs = [ libxml2.dev libxslt.dev cython ] ++ lib.optionals stdenv.isDarwin [ xcodebuild ]; buildInputs = [ libxml2 libxslt zlib ]; # tests are meant to be ran "in-place" in the same directory as src doCheck = false; pythonImportsCheck = [ "lxml" "lxml.etree" ]; meta = with lib; { description = "Pythonic binding for the libxml2 and libxslt libraries"; homepage = "https://lxml.de"; license = licenses.bsd3; maintainers = with maintainers; [ jonringer ]; }; }