python310Packages.lazy-object-proxy 0 -> 1 attrpath: python310Packages.lazy-object-proxy 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/hyvnh7bq325yma4spyvc7n7gybfffvw2-packages.json.drv building '/nix/store/hyvnh7bq325yma4spyvc7n7gybfffvw2-packages.json.drv'... Going to be running update for following packages: - python3.10-lazy-object-proxy-1.7.1 Press Enter key to continue... Running update for: - python3.10-lazy-object-proxy-1.7.1: UPDATING ... - python3.10-lazy-object-proxy-1.7.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/lazy-object-proxy/default.nix b/pkgs/development/python-modules/lazy-object-proxy/default.nix index 0619a62fa32..4cbaa2f14de 100644 --- a/pkgs/development/python-modules/lazy-object-proxy/default.nix +++ b/pkgs/development/python-modules/lazy-object-proxy/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "lazy-object-proxy"; - version = "1.7.1"; + version = "1.9.0"; src = fetchPypi { inherit pname version; - sha256 = "d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"; + sha256 = "sha256-ZZ+1gJ+kYpuKGsUQb2ac/HvvJvuzid2lOz4BDRrE664="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.7.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , setuptools-scm }: buildPythonPackage rec { pname = "lazy-object-proxy"; version = "1.8.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-whmgAkWvD2+k6VkB7SgERUT1AVKEDFtqPnslaNs00VY="; }; nativeBuildInputs = [ setuptools-scm ]; postPatch = '' substituteInPlace pyproject.toml --replace ",<6.0" "" substituteInPlace setup.cfg --replace ",<6.0" "" ''; checkInputs = [ pytestCheckHook ]; # Broken tests. Seem to be fixed upstream according to Travis. doCheck = false; meta = with lib; { description = "A fast and thorough lazy object proxy"; homepage = "https://github.com/ionelmc/python-lazy-object-proxy"; license = with licenses; [ bsd2 ]; }; }