2022-12-17T22:26:01 python310Packages.drms 0 -> 1 2022-12-17T22:26:03 attrpath: python310Packages.drms 2022-12-17T22:26:03 Checking auto update branch... 2022-12-17T22:26:08 [version] 2022-12-17T22:26:08 [version] skipping because derivation has updateScript 2022-12-17T22:26:08 [rustCrateVersion] 2022-12-17T22:26:08 [rustCrateVersion] No cargoSha256 found 2022-12-17T22:26:08 [golangModuleVersion] 2022-12-17T22:26:08 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T22:26:08 [updateScript] 2022-12-17T22:26:10 [updateScript] Success 2022-12-17T22:26:10 [updateScript] this derivation will be built: /nix/store/6q123d2yzjbf5ygjy77b0i85hz4c1m11-packages.json.drv building '/nix/store/6q123d2yzjbf5ygjy77b0i85hz4c1m11-packages.json.drv'... Going to be running update for following packages: - python3.10-drms-0.6.2 Press Enter key to continue... Running update for: - python3.10-drms-0.6.2: UPDATING ... - python3.10-drms-0.6.2: DONE. Packages updated! 2022-12-17T22:26:10 2022-12-17T22:26:10 [quotedUrls] 2022-12-17T22:26:10 [quotedUrls] nothing found to replace 2022-12-17T22:26:10 Diff after rewrites: diff --git a/pkgs/development/python-modules/drms/default.nix b/pkgs/development/python-modules/drms/default.nix index a081a7445c4..382139abd00 100644 --- a/pkgs/development/python-modules/drms/default.nix +++ b/pkgs/development/python-modules/drms/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "drms"; - version = "0.6.2"; + version = "0.6.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Id8rPK8qq71gHn5DKnEi7Lp081GFbcFtGU+v89Vlt9o="; + sha256 = "sha256-crPVo7ALErZWvNcsaJ/BuBa0VkfCsZ+C929x4kEZHKw="; }; nativeBuildInputs = [ 2022-12-17T22:27:38 No auto update branch exists 2022-12-17T22:27:45 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 python310Packages.drms nix build failed. 151 It is advisable to have a closer look at the export webpage before submitting export requests using the ``drms`` library. 152 It is also possible to submit an export request on the webpage and then use the Python routines to query the request status and download files. 153 154 .. warning:: 155 Please replace the email below with your own registered email. 156 157 .. code-block:: python 158 159 >>> import os 160 >>> email_address = os.environ["JSOC_EMAIL"] UNEXPECTED EXCEPTION: KeyError('JSOC_EMAIL') Traceback (most recent call last): File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run exec(compile(example.source, filename, "single", File "", line 1, in File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/os.py", line 680, in __getitem__ raise KeyError(key) from None KeyError: 'JSOC_EMAIL' /build/drms-0.6.3/docs/tutorial.rst:160: UnexpectedException =============================== warnings summary =============================== ../../nix/store/96mm3zbb0f3gdxd2fv7ml4xsskxw90q8-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/config/__init__.py:1253 /nix/store/96mm3zbb0f3gdxd2fv7ml4xsskxw90q8-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/config/__init__.py:1253: PytestConfigWarning: Unknown config option: remote_data_strict self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED drms/tests/test_jsoc_query.py::test_query_hexadecimal_strings - urllib... FAILED docs/tutorial.rst::tutorial.rst ======= 2 failed, 110 passed, 52 skipped, 3 xfailed, 1 warning in 0.98s ========