2022-11-30T17:04:59 anybadge 1.11.1 -> 1.14.0 https://github.com/jongracecox/anybadge/releases 2022-11-30T17:05:01 attrpath: anybadge 2022-11-30T17:05:01 Checking auto update branch... 2022-11-30T17:05:01 No auto update branch exists 2022-11-30T17:05:07 [version] 2022-11-30T17:05:08 [version] updated version and sha256 2022-11-30T17:05:08 [rustCrateVersion] 2022-11-30T17:05:08 [rustCrateVersion] No cargoSha256 found 2022-11-30T17:05:08 [golangModuleVersion] 2022-11-30T17:05:08 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-30T17:05:08 [updateScript] 2022-11-30T17:05:08 [updateScript] skipping because derivation has no updateScript 2022-11-30T17:05:08 2022-11-30T17:05:08 [quotedUrls] 2022-11-30T17:05:09 [quotedUrls] nothing found to replace 2022-11-30T17:05:09 Diff after rewrites: diff --git a/pkgs/development/python-modules/anybadge/default.nix b/pkgs/development/python-modules/anybadge/default.nix index 489e200afb0..c2f0bdf68ad 100644 --- a/pkgs/development/python-modules/anybadge/default.nix +++ b/pkgs/development/python-modules/anybadge/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "anybadge"; - version = "1.11.1"; + version = "1.14.0"; format = "setuptools"; src = fetchFromGitHub { owner = "jongracecox"; repo = pname; rev = "v${version}"; - sha256 = "sha256-6br4WUwE1ovAneYUeTHcUN3PH5Wm1rnLYCpXDUshk7Q="; + sha256 = "sha256-+CkkFCShCYtxKiCWRQcgTFcekc/g7ujQj9MdnG1+a0A="; }; # setup.py reads its version from the TRAVIS_TAG environment variable 2022-11-30T17:06:41 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 anybadge nix build failed. @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: anybadge @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source collecting ...  collected 41 items / 1 error  ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/test_server.py _____________________ ImportError while importing test module '/build/source/tests/test_server.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_server.py:4: in import requests # type: ignore E ModuleNotFoundError: No module named 'requests' =========================== short test summary info ============================ ERROR tests/test_server.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.11s ===============================