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

python312Packages.deezer-python: 6.1.1 -> 6.2.0
This commit is contained in:
Fabian Affolter 2024-05-24 22:00:35 +02:00 committed by GitHub
commit fbdd440b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [