python312Packages.mapclassify 2.6.1 -> 2.8.0 https://github.com/pysal/mapclassify/releases attrpath: python312Packages.mapclassify 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hh1mhzv42wygjd7icbzcqahigdr4k9fr-packages.json.drv building '/nix/store/hh1mhzv42wygjd7icbzcqahigdr4k9fr-packages.json.drv'... Going to be running update for following packages: - python3.12-mapclassify-2.6.1 Press Enter key to continue... Running update for: - python3.12-mapclassify-2.6.1: UPDATING ... - python3.12-mapclassify-2.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mapclassify/default.nix b/pkgs/development/python-modules/mapclassify/default.nix index 0045daf1bd9f..232553616e6f 100644 --- a/pkgs/development/python-modules/mapclassify/default.nix +++ b/pkgs/development/python-modules/mapclassify/default.nix @@ -17,15 +17,15 @@ buildPythonPackage rec { pname = "mapclassify"; - version = "2.6.1"; + version = "2.8.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "pysal"; repo = "mapclassify"; - rev = "v${version}"; - hash = "sha256-lb2Ui6zdx6MQBtBrL/Xj9k7cm6De8aLEuBLZDhPPDnE="; + rev = "refs/tags/v${version}"; + hash = "sha256-JrFKWkMUu8rjJJb1KK8+R9ANkLhTPf1EmWpzhfE7MAE="; }; build-system = [ setuptools-scm ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.mapclassify nix build failed. return opener.open(url, data, timeout) /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/urllib/request.py:515: in open response = self._open(req, data) /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/urllib/request.py:532: in _open result = self._call_chain(self.handle_open, protocol, protocol + /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/urllib/request.py:492: in _call_chain result = func(*args) /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/urllib/request.py:1392: in https_open return self.do_open(http.client.HTTPSConnection, req, /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/urllib/request.py:1347: in do_open raise URLError(err) E urllib.error.URLError:  =============================== warnings summary =============================== mapclassify/tests/test_mapclassify.py:746 /build/source/mapclassify/tests/test_mapclassify.py:746: PytestUnknownMarkWarning: Unknown pytest.mark.mpl_image_compare - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.mpl_image_compare mapclassify/tests/test_mapclassify.py:751 /build/source/mapclassify/tests/test_mapclassify.py:751: PytestUnknownMarkWarning: Unknown pytest.mark.mpl_image_compare - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.mpl_image_compare mapclassify/tests/test_mapclassify.py:756 /build/source/mapclassify/tests/test_mapclassify.py:756: PytestUnknownMarkWarning: Unknown pytest.mark.mpl_image_compare - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.mpl_image_compare -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR mapclassify/tests/test_rgba.py - urllib.error.URLError: