python310Packages.geventhttpclient 2.0.10 -> 2.0.11 https://repology.org/project/python:geventhttpclient/versions attrpath: python310Packages.geventhttpclient 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] Going to be running update for following packages: - python3.10-geventhttpclient-2.0.10 Press Enter key to continue... Running update for: - python3.10-geventhttpclient-2.0.10: UPDATING ... - python3.10-geventhttpclient-2.0.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/geventhttpclient/default.nix b/pkgs/development/python-modules/geventhttpclient/default.nix index 906fcdbdb608..ad732575b4e1 100644 --- a/pkgs/development/python-modules/geventhttpclient/default.nix +++ b/pkgs/development/python-modules/geventhttpclient/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "geventhttpclient"; - version = "2.0.10"; + version = "2.0.11"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-t8l7JlEZV6NqiU7FRlHAiJCmnhGLaXVfjnS/w3xjORs="; + hash = "sha256-VJ0POvCEILmtK+7aIRFTx2BbW6QJsijbfxuByL++xrQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.0.10" not present in staging derivation file with contents: { lib , brotli , buildPythonPackage , certifi , dpkt , fetchPypi , gevent , pytestCheckHook , pythonOlder , six , stdenv , urllib3 }: buildPythonPackage rec { pname = "geventhttpclient"; version = "2.0.11"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-VJ0POvCEILmtK+7aIRFTx2BbW6QJsijbfxuByL++xrQ="; }; propagatedBuildInputs = [ brotli certifi gevent six ]; nativeCheckInputs = [ dpkt pytestCheckHook urllib3 ]; # lots of: [Errno 48] Address already in use: ('127.0.0.1', 54323) doCheck = !stdenv.isDarwin; __darwinAllowLocalNetworking = true; disabledTests = [ # socket.gaierror: [Errno -3] Temporary failure in name resolution "test_client_simple" "test_client_without_leading_slas" "test_request_with_headers" "test_response_context_manager" "test_client_ssl" "test_ssl_fail_invalid_certificate" "test_multi_queries_greenlet_safe" ]; pythonImportsCheck = [ "geventhttpclient" ]; meta = with lib; { homepage = "https://github.com/geventhttpclient/geventhttpclient"; description = "High performance, concurrent HTTP client library using gevent"; changelog = "https://github.com/geventhttpclient/geventhttpclient/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ koral ]; }; }