python312Packages.pyatmo: 8.0.3 -> 8.1.0

Diff: jabesq-org/pyatmo@refs/tags/v8.0.3...v8.1.0

Changelog: https://github.com/jabesq/pyatmo/blob/v8.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-09-04 12:02:13 -07:00
committed by Robert Schütz
parent bda74368fa
commit e7950393af
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "8.0.3";
version = "8.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,20 +26,18 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "refs/tags/v${version}";
hash = "sha256-FnDXj+bY/TMdengnxgludXUTiZw9wpeFiNbWTIxrlzw=";
hash = "sha256-SRuBV7XWt4Myks7kbUzGAscggspUbRoLOvYNiorF8To=";
};
postPatch = ''
substituteInPlace setup.cfg \
--replace "oauthlib~=3.1" "oauthlib" \
--replace "requests~=2.24" "requests"
'';
pythonRelaxDeps = [
"oauthlib"
"requests-oauthlib"
"requests"
];
pythonRelaxDeps = [ "requests-oauthlib" ];
build-system = [ setuptools-scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [
dependencies = [
aiohttp
oauthlib
requests