2022-11-21T16:10:09 pinnwand 1.3.0 -> 1.3.2 https://pypi.org/project/pinnwand/ 2022-11-21T16:10:11 attrpath: pinnwand 2022-11-21T16:10:11 Checking auto update branch... 2022-11-21T16:10:15 [version] 2022-11-21T16:10:15 [version] skipping because derivation has updateScript 2022-11-21T16:10:15 [rustCrateVersion] 2022-11-21T16:10:15 [rustCrateVersion] No cargoSha256 found 2022-11-21T16:10:15 [golangModuleVersion] 2022-11-21T16:10:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-21T16:10:15 [updateScript] 2022-11-21T16:10:17 [updateScript] Success 2022-11-21T16:10:17 [updateScript] this derivation will be built: /nix/store/4sj3lh3xzh7krzzw10la7mmlrd1j1yvy-packages.json.drv building '/nix/store/4sj3lh3xzh7krzzw10la7mmlrd1j1yvy-packages.json.drv'... Going to be running update for following packages: - pinnwand-1.3.0 Press Enter key to continue... Running update for: - pinnwand-1.3.0: UPDATING ... - pinnwand-1.3.0: DONE. Packages updated! 2022-11-21T16:10:17 2022-11-21T16:10:17 [quotedUrls] 2022-11-21T16:10:17 [quotedUrls] nothing found to replace 2022-11-21T16:10:18 Diff after rewrites: diff --git a/pkgs/servers/pinnwand/default.nix b/pkgs/servers/pinnwand/default.nix index f8e3dfbc01c..c4c2643557d 100644 --- a/pkgs/servers/pinnwand/default.nix +++ b/pkgs/servers/pinnwand/default.nix @@ -7,14 +7,14 @@ with python3.pkgs; buildPythonApplication rec { pname = "pinnwand"; - version = "1.3.0"; + version = "1.3.2"; format = "pyproject"; src = fetchFromGitHub { owner = "supakeen"; repo = pname; - rev = "v${version}"; - sha256 = "046xk2y59wa0pdp7s3hp1gh8sqdw0yl4xab22r2x44iwwcyb0gy5"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-4U8FjVabKS4c8qiX3nCZRSsGN3LGOrc965YCEl+uby8="; }; postPatch = '' 2022-11-21T16:11:46 No auto update branch exists 2022-11-21T16:11:52 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pinnwand nix build failed. configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Executing pipBuildPhase Creating a wheel... WARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Processing /build/source Running command Preparing metadata (pyproject.toml) Preparing metadata (pyproject.toml) ... [?25l[?25hdone Building wheels for collected packages: pinnwand Running command Building wheel for pinnwand (pyproject.toml) Building wheel for pinnwand (pyproject.toml) ... [?25l[?25hdone Created wheel for pinnwand: filename=pinnwand-1.3.2-py3-none-any.whl size=48347 sha256=6ed862e6e5723b95ec10d2085cf2e6e0ff397b2adddc97476e5b287a906bb840 Stored in directory: /build/pip-ephem-wheel-cache-y3tcnixr/wheels/79/4b/9b/fc24941d75fdb959a71ee80195b2c89d6ae9389f9f0f80fb22 Successfully built pinnwand Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./pinnwand-1.3.2-py3-none-any.whl Requirement already satisfied: click<9.0,>=8.0 in /nix/store/acc0azvasyw0gg1b25bpnhb94c6c0z33-python3.10-click-8.1.3/lib/python3.10/site-packages (from pinnwand==1.3.2) (8.1.3) Requirement already satisfied: toml<0.11.0,>=0.10.0 in /nix/store/9f5b3fpdv7xrnncjicxhhy6wgmx7a1m5-python3.10-toml-0.10.2/lib/python3.10/site-packages (from pinnwand==1.3.2) (0.10.2) Requirement already satisfied: pygments-better-html<0.2.0,>=0.1.0 in /nix/store/k9xb42hl06i5yx5jkycw2icmbp2kb2wl-python3.10-pygments_better_html-0.1.4/lib/python3.10/site-packages (from pinnwand==1.3.2) (0.1.4) Requirement already satisfied: sqlalchemy<2.0,>=1.4 in /nix/store/lmymnwx7yhrdafpvnjwrc7x5dhnmfddj-python3.10-SQLAlchemy-1.4.41/lib/python3.10/site-packages (from pinnwand==1.3.2) (1.4.41) ERROR: Could not find a version that satisfies the requirement docutils<0.18,>=0.17 (from pinnwand) (from versions: none) ERROR: No matching distribution found for docutils<0.18,>=0.17