pleroma-bot 0.8.6 -> 1.2.0 https://github.com/robertoszek/pleroma-bot/releases attrpath: pleroma-bot 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/l1l494s457gbgh4zb7zpzzal8vrfgicx-packages.json.drv building '/nix/store/l1l494s457gbgh4zb7zpzzal8vrfgicx-packages.json.drv'... Going to be running update for following packages: - python3.10-pleroma-bot-0.8.6 Press Enter key to continue... Running update for: - python3.10-pleroma-bot-0.8.6: UPDATING ... - python3.10-pleroma-bot-0.8.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pleroma-bot/default.nix b/pkgs/development/python-modules/pleroma-bot/default.nix index ed586a4474b..070017bf300 100644 --- a/pkgs/development/python-modules/pleroma-bot/default.nix +++ b/pkgs/development/python-modules/pleroma-bot/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pleroma-bot"; - version = "0.8.6"; + version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "robertoszek"; repo = pname; - rev = version; - hash = "sha256-vJxblpf3NMSyYMHeWG7vHP5AeluTtMtVxOsHgvGDHeA="; + rev = "refs/tags/${version}"; + hash = "sha256-my42szvkiUg6vGG6yGjDqN5LlDaertj+yA/pIcjdaLk="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pleroma-bot nix build failed. creating 'dist/pleroma_bot-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pleroma_bot/__init__.py' adding 'pleroma_bot/_cohost.py' adding 'pleroma_bot/_error.py' adding 'pleroma_bot/_misskey.py' adding 'pleroma_bot/_pin.py' adding 'pleroma_bot/_pleroma.py' adding 'pleroma_bot/_processing.py' adding 'pleroma_bot/_twitter.py' adding 'pleroma_bot/_utils.py' adding 'pleroma_bot/cli.py' adding 'pleroma_bot/i18n.py' adding 'pleroma_bot/locale/es/LC_MESSAGES/pleroma_bot.mo' adding 'pleroma_bot/locale/es_ES/LC_MESSAGES/pleroma_bot.mo' adding 'pleroma_bot-1.2.0.dist-info/LICENSE.md' adding 'pleroma_bot-1.2.0.dist-info/METADATA' adding 'pleroma_bot-1.2.0.dist-info/WHEEL' adding 'pleroma_bot-1.2.0.dist-info/entry_points.txt' adding 'pleroma_bot-1.2.0.dist-info/top_level.txt' adding 'pleroma_bot-1.2.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./pleroma_bot-1.2.0-py3-none-any.whl ERROR: Could not find a version that satisfies the requirement feedparser>=6.0.10 (from pleroma-bot) (from versions: none) ERROR: No matching distribution found for feedparser>=6.0.10