python311Packages.wsgi-intercept 0 -> 1 attrpath: python311Packages.wsgi-intercept 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/0h7fbrbncyfl2k9syn7iarxcg8yxskdk-packages.json.drv building '/nix/store/0h7fbrbncyfl2k9syn7iarxcg8yxskdk-packages.json.drv'... Going to be running update for following packages: - python3.11-wsgi-intercept-1.12.1 Press Enter key to continue... Running update for: - python3.11-wsgi-intercept-1.12.1: UPDATING ... - python3.11-wsgi-intercept-1.12.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wsgi-intercept/default.nix b/pkgs/development/python-modules/wsgi-intercept/default.nix index 6e943a0b34f7..d3c4277bf5af 100644 --- a/pkgs/development/python-modules/wsgi-intercept/default.nix +++ b/pkgs/development/python-modules/wsgi-intercept/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "wsgi-intercept"; - version = "1.12.1"; + version = "1.13.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "wsgi_intercept"; inherit version; - hash = "sha256-StUxEN91fU7qoptH9iKJFpZWIBIOtIe6S4gvdBgN48E="; + hash = "sha256-daA+HQHdtCAC+1a4Ss0qeo7OJe/dIGREoTqfH7z6k0w="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.wsgi-intercept nix build failed. /nix/store/qb2kp8814k84rxhs0byhl6cgyfz1gljp-python3.11-urllib3-2.1.0/lib/python3.11/site-packages/urllib3/connectionpool.py:1070: in _new_conn return self.ConnectionCls( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = .HTTPS_WSGIInterceptor object at 0x7ffff54b0f10> args = () kwargs = {'assert_fingerprint': None, 'assert_hostname': None, 'blocksize': 16384, 'ca_cert_dir': None, ...} def __init__(self, *args, **kwargs): if 'strict' in kwargs and sys.version_info > (3, 0): kwargs.pop('strict') kwargs.pop('socket_options', None) kwargs.pop('key_password', None) kwargs.pop('server_hostname', None) if sys.version_info > (3, 12): kwargs.pop('key_file', None) kwargs.pop('cert_file', None) > WSGI_HTTPSConnection.__init__(self, *args, **kwargs) E TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'cert_reqs' wsgi_intercept/_urllib3.py:36: TypeError =========================== short test summary info ============================ FAILED wsgi_intercept/tests/test_requests.py::test_https - TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'c... FAILED wsgi_intercept/tests/test_requests.py::test_https_no_ssl_verification_intercepted - TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'c... FAILED wsgi_intercept/tests/test_requests.py::test_https_default_port - TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'c... FAILED wsgi_intercept/tests/test_urllib3.py::test_https - TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'c... FAILED wsgi_intercept/tests/test_urllib3.py::test_https_default_port - TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'c... FAILED wsgi_intercept/tests/test_urllib3.py::test_socket_options - TypeError: HTTPSConnection.__init__() got an unexpected keyword argument 'c... ================== 6 failed, 66 passed, 9 deselected in 0.42s ================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context