python310Packages.pyudev 0.24.0 -> 0.24.1 https://repology.org/project/python:pyudev/versions attrpath: python310Packages.pyudev 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] Going to be running update for following packages: - python3.10-pyudev-0.24.0 Press Enter key to continue... Running update for: - python3.10-pyudev-0.24.0: UPDATING ... - python3.10-pyudev-0.24.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyudev/default.nix b/pkgs/development/python-modules/pyudev/default.nix index 24f3b89a86f..29b1e5f8d53 100644 --- a/pkgs/development/python-modules/pyudev/default.nix +++ b/pkgs/development/python-modules/pyudev/default.nix @@ -4,11 +4,11 @@ buildPythonPackage rec { pname = "pyudev"; - version = "0.24.0"; + version = "0.24.1"; src = fetchPypi { inherit pname version; - hash = "sha256-sqOv4cmep1H4KWZSVX6sVZh02iobHsBiUXhwbsWjRfM="; + hash = "sha256-deVNNyGPWsRbDaHw/ZzF5SajysPvHPrUEM96sziwFHE="; }; postPatch = '' No auto update branch exists Old version 0.24.0" not present in staging derivation file with contents: { lib, fetchPypi, buildPythonPackage , six, udev, pytest, mock, hypothesis, docutils }: buildPythonPackage rec { pname = "pyudev"; version = "0.24.1"; src = fetchPypi { inherit pname version; hash = "sha256-deVNNyGPWsRbDaHw/ZzF5SajysPvHPrUEM96sziwFHE="; }; postPatch = '' substituteInPlace src/pyudev/_ctypeslib/utils.py \ --replace "find_library(name)" "'${lib.getLib udev}/lib/libudev.so'" ''; nativeCheckInputs = [ pytest mock hypothesis docutils ]; propagatedBuildInputs = [ six ]; checkPhase = '' py.test ''; # Bunch of failing tests # https://github.com/pyudev/pyudev/issues/187 doCheck = false; meta = { homepage = "https://pyudev.readthedocs.org/"; description = "Pure Python libudev binding"; license = lib.licenses.lgpl21Plus; }; }