python311Packages.mitmproxy 10.2.4 -> 10.3.0 https://github.com/mitmproxy/mitmproxy/releases attrpath: python311Packages.mitmproxy 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/gcnhr1knr6j0sz8l4dzbi8bh6dsxl3gg-packages.json.drv building '/nix/store/gcnhr1knr6j0sz8l4dzbi8bh6dsxl3gg-packages.json.drv'... Going to be running update for following packages: - python3.11-mitmproxy-10.2.4 Press Enter key to continue... Running update for: - python3.11-mitmproxy-10.2.4: UPDATING ... - python3.11-mitmproxy-10.2.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mitmproxy/default.nix b/pkgs/development/python-modules/mitmproxy/default.nix index 860900902794..b9ae7093a545 100644 --- a/pkgs/development/python-modules/mitmproxy/default.nix +++ b/pkgs/development/python-modules/mitmproxy/default.nix @@ -45,7 +45,7 @@ buildPythonPackage rec { pname = "mitmproxy"; - version = "10.2.4"; + version = "10.3.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -54,7 +54,7 @@ buildPythonPackage rec { owner = "mitmproxy"; repo = "mitmproxy"; rev = "refs/tags/${version}"; - hash = "sha256-6TPhxprrP6Bgc1yAhN3pBdr98WpvfGnVNvkNtFxROgE="; + hash = "sha256-YjvGsnpQQ8GWLyKmnd3lOxesnr+F2xCNXyahZh0JQnc="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.mitmproxy nix build failed. """ lines = [] if self.width <= 0: > raise ValueError("invalid width %r (must be > 0)" % self.width) E ValueError: invalid width 0 (must be > 0) /nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-python3-3.11.8/lib/python3.11/textwrap.py:253: ValueError =============================== warnings summary =============================== ../../nix/store/0lgp1izp3lc8c2zxdsws1yigc5l9045y-python3.11-passlib-1.7.4/lib/python3.11/site-packages/passlib/utils/__init__.py:854 /nix/store/0lgp1izp3lc8c2zxdsws1yigc5l9045y-python3.11-passlib-1.7.4/lib/python3.11/site-packages/passlib/utils/__init__.py:854: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 from crypt import crypt as _crypt test/mitmproxy/addons/test_proxyserver.py: 3 warnings test/mitmproxy/addons/test_tlsconfig.py: 3 warnings test/mitmproxy/proxy/layers/test_quic.py: 6 warnings /nix/store/jpdzzwbl8yns20bqxjqg2zj1jwhhd87p-python3.11-aioquic-0.9.25/lib/python3.11/site-packages/aioquic/tls.py:223: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_before_utc. if now < certificate.not_valid_before: test/mitmproxy/addons/test_proxyserver.py: 3 warnings test/mitmproxy/addons/test_tlsconfig.py: 3 warnings test/mitmproxy/proxy/layers/test_quic.py: 6 warnings /nix/store/jpdzzwbl8yns20bqxjqg2zj1jwhhd87p-python3.11-aioquic-0.9.25/lib/python3.11/site-packages/aioquic/tls.py:225: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. if now > certificate.not_valid_after: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR test/mitmproxy/tools/console/test_master.py::test_spawn_editor - ValueError: invalid width 0 (must be > 0) ERROR test/mitmproxy/tools/console/test_master.py::test_get_hex_editor - ValueError: invalid width 0 (must be > 0) ==== 1670 passed, 1 skipped, 18 deselected, 25 warnings, 2 errors in 18.67s ==== /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context