Merge pull request #279370 from fabaff/aiowithings-bump

python311Packages.aiowithings: 2.0.0 -> 2.1.0
This commit is contained in:
Fabian Affolter 2024-01-08 11:46:39 +01:00 committed by GitHub
commit c23d93f922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ lib
, aiohttp
, aresponses
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, poetry-core
@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiowithings";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-withings";
rev = "refs/tags/v${version}";
hash = "sha256-wVLoM1Lq1fchyjOOmn+6wVzEAra8x2uK6qaiocVqzmw=";
hash = "sha256-+pIIVCR+QsW9M3pH9Ss3dMvkeKM1OdhQ1y+s/T6pHtk=";
};
postPatch = ''
@ -40,7 +40,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aresponses
aioresponses
pytest-asyncio
pytestCheckHook
syrupy