Commit 4f02038c authored by Tom Houlé's avatar Tom Houlé
Browse files

backblaze-b2: 3.9.0 -> 3.15.0

parent 23879b92
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    logfury
    requests
    tqdm
  ] ++ lib.optionals (pythonOlder "3.8") [
    importlib-metadata
  ] ++ lib.optionals (pythonOlder "3.12") [
+5 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "backblaze-b2";
  version = "3.9.0";
  version = "3.15.0";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "b2";
    hash = "sha256-Z9LQapWl0zblcAyMOfKhn5/O1H6+tmgiPQfAB241jqU=";
    hash = "sha256-10c2zddALy7+CGxhjUC6tMLQcZ3WmLeRY1bNKWunAys=";
  };

  postPatch = ''
@@ -30,11 +30,12 @@ python3Packages.buildPythonApplication rec {
    arrow
    b2sdk
    phx-class-registry
    setuptools
    docutils
    rst2ansi
    tabulate
    tqdm
    platformdirs
    packaging
  ];

  nativeCheckInputs = with python3Packages; [
@@ -63,6 +64,7 @@ python3Packages.buildPythonApplication rec {

    # it's hard to make it work on nix
    "test/integration/test_autocomplete.py"
    "test/unit/console_tool"
  ];

  postInstall = ''