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

Merge pull request #314232 from fabaff/deezer-python-bump

python312Packages.deezer-python: 6.1.1 -> 6.2.0
parents aa602992 e296c3df
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "deezer-python";
  version = "6.1.1";
  version = "6.2.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,15 +23,20 @@ buildPythonPackage rec {
    owner = "browniebroke";
    repo = "deezer-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-pzEXiWKMP2Wqme/pqfTMHxWH/4YcCS6u865wslHrUqI=";
    hash = "sha256-Y1y8FBxpGpNIWCZbel9fdGLGC9VM9h1BvHtUxCZxp/A=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace " --cov=deezer" ""
      --replace-fail " --cov=deezer" ""
  '';

  nativeBuildInputs = [ poetry-core ];
  build-system = [ poetry-core ];

  dependencies = [
    requests
    tornado
  ];

  nativeCheckInputs = [
    environs
@@ -40,11 +45,6 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  propagatedBuildInputs = [
    requests
    tornado
  ];

  pythonImportsCheck = [ "deezer" ];

  disabledTests = [