Unverified Commit 28f314a9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #306806 from fabaff/nebula3-python-bump

python312Packages.nebula3-python: 3.5.0 -> 3.5.1
parents e409c9c1 349a536c
Loading
Loading
Loading
Loading
+19 −22
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, pdm-backend
, future
, httplib2
, pythonOlder
, pytz
, pytestCheckHook
, six
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  future,
  httplib2,
  httpx,
  pdm-backend,
  pytestCheckHook,
  pythonOlder,
  pytz,
  six,
}:

buildPythonPackage rec {
  pname = "nebula3-python";
  version = "3.5.0";
  version = "3.5.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,27 +23,22 @@ buildPythonPackage rec {
    owner = "vesoft-inc";
    repo = "nebula-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-T9lZVYov6tQ8QRM2QtOGyolHk3O5FSb3xq70nS2Rr6c=";
    hash = "sha256-9JpdCR8ewOJcvJ3fAg/AcMKtSz7NBIqWAuG9cofv0Ak=";
  };

  build-system = [
    pdm-backend
  ];
  build-system = [ pdm-backend ];

  dependencies = [
    future
    httplib2
    httpx
    pytz
    six
  ];
  ] ++ httpx.optional-dependencies.http2;

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "nebula3"
  ];
  pythonImportsCheck = [ "nebula3" ];

  disabledTestPaths = [
    # Tests require a running thrift instance